Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.4 -r1.5
--- lams_central/web/css/defaultHTML.css 5 Oct 2006 04:07:09 -0000 1.4
+++ lams_central/web/css/defaultHTML.css 17 Oct 2006 09:02:21 -0000 1.5
@@ -202,9 +202,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
+}
+
/*
*************************************************