[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...
Gavin King
gavin.king at jboss.com
Sat Mar 10 15:29:19 EST 2007
User: gavin
Date: 07/03/10 15:29:19
Modified: seam-gen/view/stylesheet theme.css
Log:
better css for bluesky theme
Revision Changes Path
1.17 +19 -45 jboss-seam/seam-gen/view/stylesheet/theme.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: theme.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- theme.css 9 Mar 2007 23:55:07 -0000 1.16
+++ theme.css 10 Mar 2007 20:29:19 -0000 1.17
@@ -5,38 +5,35 @@
color: #8CAFCD;
}
-.footer {
- text-align: center;
- font-size: 0.8em;
+input, textarea {
+ border: 1px solid #BBBBBB;
+ font-size: 10px;
+ background: #F0F8FF;
+ color: black;
}
-.rich-table {
- width:100%;
+input[type='submit'], input[type='button'] {
+ background: #4477AA;
+ color: white;
+ margin: 5px;
+ border-color: gray;
}
-.actionButtons {
+.tableControl, .actionButtons {
width: 100%;
- text-align: center;
- padding-top: 10px;
}
+
.tableControl {
- width: 100%;
text-align: right;
- padding-top: 15px;
}
-.actionButtons a, .tableControl a {
- font-family: Arial,sans-serif;
- font-weight: bold;
- color: #578BB8;
- border: 1px solid #578BB8;
- text-decoration: none;
- padding: 5px;
- margin: 5px;
+
+.footer {
+ text-align: center;
+ font-size: 10px;
}
-.actionButtons a:hover, .tableControl a:hover {
- color: white;
- background-color: #578BB8;
- margin: 5px;
+
+.rich-table {
+ width:100%;
}
h1 {
@@ -56,30 +53,11 @@
padding: 30px;
}
-.narrow {
- width: 20%;
-}
-.wide {
- width: 80%;
-}
-.first td {
- background-color: #F0F0F0;
-}
-.second td {
- background-color: white;
-}
-
.dialog table
{
width: auto;
}
-.columnHeader:link, .columnHeader:visited, .columnHeader:active
-{
- color: white;
- text-decoration: none;
-}
-
.columnHeader:hover
{
color: #FF6600;
@@ -108,11 +86,7 @@
.prop .errors {
color: red;
text-align: left;
- font-size: 0.8em;
}
-/*.value input {
- width:190px;
-}*/
.errors input {
border: 1px solid red;
}
More information about the jboss-cvs-commits
mailing list