diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-27 15:42:13 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-27 15:42:13 +0100 |
commit | 82592662978903a50ad2b31669c0ed56e0fb9129 (patch) | |
tree | cb86dd59fb9cc0bfba6589307158e33548417a4c /public/css | |
parent | e0ffeb100568890ac32717d8ddf98d6d501655fc (diff) |
#44 shiftplan
Diffstat (limited to 'public/css')
-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; } |