Commit: c243cc95128c1eb339d9d283f18a77221e33a8e3

Author: David Persson | Date: 2011-02-08 15:13:05 +0100
Styling buttons and notice.
diff --git a/webroot/css/lithium_bin.css b/webroot/css/lithium_bin.css index fbc3b7e..49ede64 100644 --- a/webroot/css/lithium_bin.css +++ b/webroot/css/lithium_bin.css @@ -43,20 +43,23 @@ textarea#PasteContent { margin: 0; } .paste-meta .fields { - height: 30.5em; + height: 25em; } .paste-meta input[type=submit] { width: 100%; + height: 5em; +} +.paste-meta input[name="copy"] { + height: inherit; } input[type="checkbox"] { margin-right: 4px; } .notice { - margin-top: .5em; - color: #454545; + margin: .5em 0 0 5px; } -.help { +.help, .notice { font-size: 12px; color: #454545; }