Index: lams_central/web/css/default.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/default.css,v diff -u -r1.4 -r1.5 --- lams_central/web/css/default.css 8 Sep 2005 01:54:58 -0000 1.4 +++ lams_central/web/css/default.css 10 Mar 2006 06:31:34 -0000 1.5 @@ -71,6 +71,7 @@ text-align: left; } +/********* tab styles **********/ /*tab styles*/ .tab{ text-align:center; @@ -91,22 +92,49 @@ background-repeat:repeat-x; } - .tabcentre_selected{ background-image:url(../images/aqua_tab_s_centre.gif); background-repeat:repeat-x; } +.tabcentre_inactive{ + background-image:url(../images/aqua_tab_i_centre.gif); + background-repeat:repeat-x; +} +/** Non Selected tab style **/ +.tableft td{ + background: url(../images/aqua_tab_left.gif) no-repeat; +} +.tabright td{ + background: url(../images/aqua_tab_right.gif) no-repeat; +} +/** Selected tab style **/ +.tableft_selected td{ + background: url(../images/aqua_tab_s_left.gif) no-repeat; +} + +.tableft_inactive td{ + background: url(../images/aqua_tab_i_left.gif) no-repeat; +} + +.tabright_selected td{ + background: url(../images/aqua_tab_s_right.gif) no-repeat; +} + +.tabright_inactive td{ + background: url(../images/aqua_tab_i_right.gif) no-repeat; +} + /*Tab content containers*/ .tabbody{ - + width: 98%; background-color : #D9E8FF; float:left; - margin : 0; + margin : 0px 0px 0px 0px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; @@ -121,7 +149,6 @@ } - /*specific styles for the content divs of the tabs*/ .content_b{ z-index: 0;