[seam-commits] Seam SVN: r10377 - trunk/seam-gen/view/stylesheet.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 9 23:06:25 EDT 2009


Author: dan.j.allen
Date: 2009-04-09 23:06:25 -0400 (Thu, 09 Apr 2009)
New Revision: 10377

Modified:
   trunk/seam-gen/view/stylesheet/theme.css
   trunk/seam-gen/view/stylesheet/theme.xcss
Log:
cleanups
make buttons 1px larger
don't override padding of facet header
don't use link color in menu bar on drop down menu items


Modified: trunk/seam-gen/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.css	2009-04-10 00:00:29 UTC (rev 10376)
+++ trunk/seam-gen/view/stylesheet/theme.css	2009-04-10 03:06:25 UTC (rev 10377)
@@ -17,16 +17,20 @@
 }
 
 input[type=submit], input[type=button] {
-	font-size: 10px;
+	font-size: 11px;
 	margin: 5px 5px 5px 0;
 	cursor: pointer;
 }
 
 input[type=text], input[type=password], textarea {
-	font-size: 11px;
+	font-size: 12px;
 	padding-left: 1px;
 }
 
+select {
+	font-size: 13px;
+}
+
 .tableControl, .actionButtons {
 	width: 100%;
 }
@@ -52,11 +56,6 @@
 .body {
 	padding: 30px;
 }
-
-.columnHeader:hover {
-	color: #FF6600;
-}
-
 .message {
 	padding: 5px;
 	list-style: none;
@@ -108,7 +107,7 @@
 }
 
 .errors {
-	color: red;
+	color: #FF0000;
 	vertical-align: middle;
 }
 
@@ -121,7 +120,7 @@
 }
 
 .required {
-	color: red;
+	color: #FF0000;
 	padding-left: 2px;
 }
 
@@ -130,16 +129,12 @@
 } 
 
 /* the specificity here is necessary to override the defaults */
+/*
 .rich-panel .rich-panel-header,
 .rich-stglpanel .rich-stglpanel-header {
 	padding: 2px 3px;
-}
+}*/
 
-
-select {
-	font-size: 12px;
-}
-
 .rich-panel input[type=submit], .rich-panel input[type=button],
 .rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
 	margin-bottom: 0;

Modified: trunk/seam-gen/view/stylesheet/theme.xcss
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.xcss	2009-04-10 00:00:29 UTC (rev 10376)
+++ trunk/seam-gen/view/stylesheet/theme.xcss	2009-04-10 03:06:25 UTC (rev 10377)
@@ -71,11 +71,9 @@
 	<u:selector name=".rich-toolbar a:hover">
 		<u:style name="color" skin="generalTextColor"/>
 	</u:selector>
-	<!--
-	<u:selector name=".rich-table-subheadercell a:link, .rich-table-subheadercell a:visited, .rich-table-subheadercell a:active">
-		<u:style name="color" skin="generalTextColor"/>
+	<u:selector name=".rich-toolbar .rich-menu-item, .rich-toolbar .rich-menu-item a, .rich-toolbar .rich-menu-item a:hover, .rich-toolbar .rich-menu-item a:visited">
+		<u:style name="color" skin="generalTextColor" />
 	</u:selector>
-	-->
 	<u:selector name=".rich-table-subheadercell a:hover">
 		<u:style name="color" skin="calendarHolidaysTextColor"/>
 	</u:selector>




More information about the seam-commits mailing list