[interchange-cvs] interchange - jonc modified dist/standard/variables/THEME_CSS

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 25 09:55:12 EDT 2005


User:      jonc
Date:      2005-07-25 13:55:12 GMT
Modified:  dist/standard/variables THEME_CSS
Log:
* Added class for sesion error box (used on login page)
* Fixed some classes to be more consistent with overall styling.

Revision  Changes    Path
1.4       +24 -5     interchange/dist/standard/variables/THEME_CSS


rev 1.4, prev_rev 1.3
Index: THEME_CSS
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/THEME_CSS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- THEME_CSS	20 Apr 2005 03:41:07 -0000	1.3
+++ THEME_CSS	25 Jul 2005 13:55:12 -0000	1.4
@@ -10,7 +10,11 @@
 /**********General classes*/
 
 /*Index page heading style*/
-h1 { color: #094989; font-size:12pt }
+h1 {
+	color: #094989;
+	font-size:12pt;
+	padding-top: 10px;
+}
 
 /*Body text*/
 p { font-size: 10pt }
@@ -55,8 +59,9 @@
 .titletab_small {
   	background-color: #094989;
   	color: white;
-  	font-weight: normal;
-  	font-size: 11px;
+  	font-weight: bold;
+  	font-size: 10pt;
+  	padding: 3px;
 }
 
 /*Large blue title bar*/
@@ -73,13 +78,27 @@
 	border-top: 1px #999999 solid;
 	border-bottom: 2px #999999 solid;
 	border-right: 2px #999999 solid;
+	padding: 3px;
 }
 
 /*Form text/heading*/
 .contentbar1 {
   	color: #000000;
-  	font-weight: bold;
-  	font-size: 10px;
+  	font-weight: normal;
+  	font-size: 9pt;
+}
+
+/* Box for session errors */
+.errorbox {
+	border-color: #000000;
+	border-style: solid;
+	border-width: 1 2 2 1px;
+	padding: 5px;
+	margin: 3px;
+	background: #ffffff;
+	align: center;
+	color: #f00;
+	font-weight: bold; 
 }
 
 /**********End general classes*/








More information about the interchange-cvs mailing list