diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 10 |
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; +} |
