summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-05-01 02:14:59 -0400
committerJulie Lala <jules@okfoc.us>2015-05-01 02:14:59 -0400
commit41c77a3357596c566d5b89283980e8d06f84c778 (patch)
tree7f6c54c0c08eafbd097c12000f6b5453b86e18fb /css
parent8b83fb2bafcf11b1981535f6dbc364db15153d87 (diff)
save custom brushes
Diffstat (limited to 'css')
-rw-r--r--css/sally.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/sally.css b/css/sally.css
index 6fe1bd2..2034715 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -40,7 +40,7 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
white-space:pre-wrap;
word-wrap: break-word;
}
-.block {
+.block:nth-child(n+2) {
padding-left: 30px;
}
.tool {
@@ -56,7 +56,7 @@ body.loading { opacity: 0; }
body { transition: 0.1s linear; }
.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
#import_textarea { font-size: 9pt; }
-textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
+textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
#shader_rapper { display: none; }
#import_rapper { display: none; }
#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; }
@@ -73,4 +73,8 @@ textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: #
.selector_el.creating div {
display: none;
}
-
+.custom {
+ float: left;
+ margin-right: 5px;
+ margin-bottom: 5px;
+}