diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
| commit | a2108787257739a83708ea5c3bc21bd11e6dad17 (patch) | |
| tree | dfa84fb573e7c4285089f6b201b2c1cda9ea2683 /themes/wind/css | |
| parent | 60d35b89929d9029c794f72d6a9c38b676e282f6 (diff) | |
| parent | 72672bda39b76dae698805c3e0e6efdbdcf21105 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/wind/css')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 2 | ||||
| -rw-r--r-- | themes/wind/css/screen.css | 39 |
2 files changed, 5 insertions, 36 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index eee88c15..4c13764f 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -28,7 +28,7 @@ input.submit { float: none !important; } -.gPager .txtright { +.gPager .g-txt-right { width: 29%; } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index df46b443..6d955481 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -5,7 +5,6 @@ * * Sheet organization: * 1) Basic HTML elements - * 2) Reusable classes * 3) Reusable content blocks * 4) Page layout containers * 5) Content blocks in specific layout containers @@ -69,9 +68,9 @@ h3 { a, .gMenu a, #gDialog a, -.gButtonLink, -.gButtonLink:hover, -.gButtonLink:active, +.g-button, +.g-button:hover, +.g-button:active, a.ui-state-hover, input.ui-state-hover, button.ui-state-hover { @@ -243,29 +242,6 @@ li.gError select { } /** ******************************************************************* - * 2) Reusable generic classes - *********************************************************************/ - -.inactive, .understate { - color: #ccc; - font-weight: normal; -} - -.left { - float: left; - margin: 1em 1em 1em 0; -} - -.right { - float: right; - margin: 1em 0 1em 1em; -} - -.txtright { - text-align: right; -} - -/** ******************************************************************* * 3) Reusable content blocks *********************************************************************/ @@ -908,13 +884,6 @@ form .gError, /* jQuery UI ThemeRoller buttons */ -.gButtonLink { - display: inline-block; - margin: 0 4px 0 0; - padding: .2em .4em; - outline: 0; -} - .gButtonSet { padding-left: 1px; } @@ -923,7 +892,7 @@ form .gError, float: left; } -.gButtonSet .gButtonLink { +.gButtonSet .g-button { margin: 0; } |
