diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-05-13 14:44:04 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-05-13 14:44:04 +0200 |
commit | e107dff1ce417df779733667ad81d60755582779 (patch) | |
tree | d417b5a0eacdfb19217e116b60a0adae9f5dc466 /public | |
parent | a33fc5e21d55326fcff69c48a53f6a661a7cbf04 (diff) |
button style and redirect fixes
Diffstat (limited to 'public')
-rw-r--r-- | public/css/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/base.css b/public/css/base.css index 4aa772fe..692c5538 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -362,7 +362,7 @@ tr:hover .hidden { padding-right: 5px; } -a.button { +a.button, input.button, input[type=submit] { background: #f0f0f0 2px 2px no-repeat; border: 1px solid #888; border-radius: 4px; @@ -372,6 +372,10 @@ a.button { white-space: nowrap; } +input.button { + background-position: 2px 4px; +} + .button.on { color: #fff; background: #444; |