From e107dff1ce417df779733667ad81d60755582779 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 13 May 2014 14:44:04 +0200 Subject: button style and redirect fixes --- public/css/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'public') 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; -- cgit v1.2.3-54-g00ecf