Index: lams_central/web/css/defaultHTML.css =================================================================== diff -u -r8d167b3b10e6dc20cf17383db72c8248c76ad925 -r0e30db26b0d4da235f07e4e7a7ccc4f72f622a77 --- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 8d167b3b10e6dc20cf17383db72c8248c76ad925) +++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 0e30db26b0d4da235f07e4e7a7ccc4f72f622a77) @@ -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 + } - - /* *************************************************