Index: lams_tool_sbmt/web/author_page/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/author_page/css/Attic/aqua.css,v diff -u -r1.2 -r1.3 --- lams_tool_sbmt/web/author_page/css/aqua.css 7 Mar 2006 05:12:32 -0000 1.2 +++ lams_tool_sbmt/web/author_page/css/aqua.css 9 Mar 2006 01:14:47 -0000 1.3 @@ -97,6 +97,11 @@ 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; @@ -110,10 +115,18 @@ 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%;