Index: lams_central/web/css/defaultMainHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML_rtl.css,v diff -u -r1.7 -r1.8 --- lams_central/web/css/defaultMainHTML_rtl.css 26 Mar 2009 14:22:44 -0000 1.7 +++ lams_central/web/css/defaultMainHTML_rtl.css 19 Aug 2009 06:45:20 -0000 1.8 @@ -281,7 +281,7 @@ .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; + background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } @@ -345,7 +345,35 @@ text-decoration: none; } +/*layout of authoring buttons*/ + /*layout of a general button*/ +#saveCancelButtons a.button { + background: url('../images/css/btn_off.gif') repeat-x 0px 2px; + color: #333; + border: 0px none; + padding:5px 20px 6px 20px; + text-decoration: none; + font-size:11px; +} + +/* style to disbable input buttons */ +#saveCancelButtons a.button .disabled { + color: #999; + background: url('../images/css/btn_off.gif') repeat-x 0px 2px; + border: 0px none; + padding:5px 20px 6px 20px; + } + +#saveCancelButtons a:hover.button { + background: url('../images/css/btn_over.gif') repeat-x 0px 2px; + color: #349018; + border: 0px none; + padding:5px 20px 6px 20px; + text-decoration: none; +} + +/*layout of a general button*/ a.button { background: url('../images/css/btn_off.gif') repeat-x 0px 0px; color: #333;