diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/base.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/css/base.css b/public/css/base.css index b00ce3af..6fe914c4 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -276,19 +276,26 @@ tr:hover .hidden { } .toolbar { - margin: 5px 0 10px 0; + margin: 0 0 10px 0; } .button { background: #f0f0f0; border: 1px solid #888; border-radius: 4px; - margin-right: 5px; + line-height: 25px; padding: 2px 5px; text-decoration: none; + white-space: nowrap; +} + +.button.on { + color: #fff; + background: #444; } .button:hover { + color: #000; background: #fff; } |