[jboss-cvs] jboss-seam/examples/booking/view/css ...
Gavin King
gavin.king at jboss.com
Tue Mar 20 17:34:25 EDT 2007
User: gavin
Date: 07/03/20 17:34:25
Modified: examples/booking/view/css screen.css
Log:
get rid of s:decorateall
Revision Changes Path
1.13 +2 -2 jboss-seam/examples/booking/view/css/screen.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: screen.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/css/screen.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- screen.css 18 Mar 2007 20:18:41 -0000 1.12
+++ screen.css 20 Mar 2007 21:34:25 -0000 1.13
@@ -111,7 +111,6 @@
}
.entry .label {
float: left;
- padding-top: 10px;
padding-right: 5px;
font-weight: bold;
width: 150px;
@@ -128,7 +127,7 @@
width: 360px;
text-align: left;
}
-.entry .errors {
+.entry .error {
float: right;
width: 360px;
text-align: left;
@@ -160,6 +159,7 @@
.buttonBox {
text-align: center;
padding: 5px 0;
+ clear: both;
}
#sidebar p {
font-size: small;
More information about the jboss-cvs-commits
mailing list