Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.7 -r1.8
--- lams_central/web/css/defaultHTML.css 19 Oct 2006 04:42:06 -0000 1.7
+++ lams_central/web/css/defaultHTML.css 19 Oct 2006 22:39:30 -0000 1.8
@@ -229,9 +229,33 @@
float: left
}
+ .tab-left-highlight { /* defines left side of selected tab */
+ height: 31px;
+ width: 8px;
+ background: url('../images/css/button_highlight_left.jpg') no-repeat top left;
+ float: left
+ }
+
+ .tab-middle-highlight { /* defines middle of selected tab */
+ height: 31px;
+ width: 90px;
+ background: url('../images/css/button_highlight_bg.jpg') repeat-x;
+ float: left;
+
+ padding:8px 5px 0px 5px;
+ }
+
+ #nav .tab-middle-highlight-link {
+ color: #FFFFFF
+ }
+
+ .tab-right-highlight { /* defines right side of selected tab */
+ height: 31px;
+ width: 8px;
+ background: url('../images/css/button_highlight_right.jpg') no-repeat top right;;
+ float: left
+ }
-
-
/*
*************************************************