diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-11-20 01:43:48 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-11-20 01:43:48 +0100 |
commit | 13423daae28f759a24ba645fecc3e01cdfa92d9c (patch) | |
tree | 8b7c4b635383f686ccc0735b60d776d597b5531d /mediagoblin/static/css | |
parent | 5bd523eb23e7c30b52e41cdb0f02053d8573ce63 (diff) | |
download | mediagoblin-13423daae28f759a24ba645fecc3e01cdfa92d9c.tar.lz mediagoblin-13423daae28f759a24ba645fecc3e01cdfa92d9c.tar.xz mediagoblin-13423daae28f759a24ba645fecc3e01cdfa92d9c.zip |
Another change to button style. Renamed header_submit, header_submit_highlight and button classes, correct all references to these
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index d61292a2..cec236f4 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -98,24 +98,6 @@ a.mediagoblin_logo{ font-weight: bold; } -.header_submit, .header_submit_highlight{ - color: #c3c3c3; - background-color: #2d2d2d; - border: 1px solid; - border-color: #323232 #232323 #1F1F1F; - border-radius: 4px; - margin: 8px; - padding: 3px 8px; - text-decoration: none; - font-style: normal; - font-weight: bold; - font-size: 1em; -} - -.header_submit_highlight{ -background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144)); -} - .mediagoblin_footer { height: 30px; border-top: 1px solid #333; @@ -135,7 +117,26 @@ background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, /* common website elements */ -.button, .cancel_link { +.button_action, .button_action_highlight{ + color: #c3c3c3; + background-color: #363636; + border: 1px solid; + border-color: #464646 #2B2B2B #252525; + border-radius: 4px; + margin: 8px; + padding: 3px 8px; + text-decoration: none; + font-style: normal; + font-weight: bold; + font-size: 1em; +} + +.button_action_highlight{ +background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144)); +} + + +.button_form, .cancel_link { height: 32px; min-width: 99px; background-color: #86d4b1; |