diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-11-21 08:35:53 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-21 08:35:53 +0000 |
commit | 1b834319f4d92c7845ae67236c2e7a1ea66eba6c (patch) | |
tree | 80cee537bc46bb83bd33b726ea2741fa1a209acf /themes/default/jquery | |
parent | ba0f6f9e941bdd1b77d74b57d3d1bfba1e60e3cc (diff) |
Restored most heading styles, still need to restore table and list styles. Removed unused CSS. CSS format updates. Applied jQuery tab styles to gSiteMenu. Removed gBlockHeader, all we need is a good old h3 element for a heading.
Diffstat (limited to 'themes/default/jquery')
-rwxr-xr-x | themes/default/jquery/jquery.ui.css | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/themes/default/jquery/jquery.ui.css b/themes/default/jquery/jquery.ui.css index b0a1e753..bbf86cfb 100755 --- a/themes/default/jquery/jquery.ui.css +++ b/themes/default/jquery/jquery.ui.css @@ -13,10 +13,10 @@ /*UI accordion*/ .ui-accordion { - border-bottom: 1px solid #cccccc; + border-bottom: 1px solid #ccc; } .ui-accordion-group { - border: 1px solid #cccccc; + border: 1px solid #ccc; border-bottom: none; } .ui-accordion-header { @@ -43,7 +43,7 @@ background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x; } .selected .ui-accordion-header a, .selected .ui-accordion-header a:hover { - color: #000000; + color: #000; background: url(images/ffffff_7x7_arrow_down.gif) .5em 50% no-repeat; } .ui-accordion-content { @@ -55,16 +55,15 @@ /*UI tabs*/ .ui-tabs-nav { - font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; float: left; position: relative; z-index: 1; - border-right: 1px solid #cccccc; + border-right: 1px solid #ccc; bottom: -1px; } .ui-tabs-nav li { float: left; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-right: none; } .ui-tabs-nav li a { @@ -85,11 +84,11 @@ .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs-nav li.ui-tabs-selected a:focus, .ui-tabs-nav li.ui-tabs-selected a:active { background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x; - color: #000000; + color: #000; } .ui-tabs-panel { clear:left; - border: 1px solid #cccccc; + border: 1px solid #ccc; background: #f3f3f3 url(images/f3f3f3_40x100_textures_01_flat_0.png) 0 0 repeat-x; color: #362b36; padding: 1.5em 1.7em; @@ -112,7 +111,6 @@ Generic ThemeRoller Classes /*component global class*/ .ui-component { - font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; } /*component content styles*/ .ui-component-content { @@ -126,7 +124,7 @@ Generic ThemeRoller Classes } /*component states*/ .ui-default-state { - border: 1px solid #cccccc; + border: 1px solid #ccc; background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_80.png) 0 50% repeat-x; font-weight: normal; color: #444444 !important; @@ -147,11 +145,11 @@ Generic ThemeRoller Classes border: 1px solid #2694e8; background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x; font-weight: normal; - color: #000000 !important; + color: #000 !important; outline: none; } .ui-active-state a { - color: #000000; + color: #000; outline: none; } /*icons*/ |