Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.20 -r1.21
--- lams_central/web/css/defaultHTML.css 28 Nov 2006 05:11:06 -0000 1.20
+++ lams_central/web/css/defaultHTML.css 4 Dec 2006 07:54:28 -0000 1.21
@@ -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;