Index: lams_central/web/css/defaultHTML.css =================================================================== diff -u -r9f6a6002a806ed39d1aa87b30749571461fda6f4 -rb68c35943242f3bff9dcbbc7d70bd66df36e9ee0 --- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 9f6a6002a806ed39d1aa87b30749571461fda6f4) +++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision b68c35943242f3bff9dcbbc7d70bd66df36e9ee0) @@ -325,7 +325,36 @@ 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; @@ -849,7 +878,7 @@ text-align:right; font-size:1.2em; } -#login-right-col p.login-button{ +#login-right-col p.login-button { margin-top:0px; margin-right:50px; text-align:right;