[jboss-cvs] jboss-seam/examples/seambay/view/style ...
Shane Bryzak
sbryzak at redhat.com
Thu Apr 19 03:16:17 EDT 2007
User: sbryzak2
Date: 07/04/19 03:16:17
Modified: examples/seambay/view/style auction.css
Log:
more enhancements for auction detail view
Revision Changes Path
1.3 +22 -1 jboss-seam/examples/seambay/view/style/auction.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: auction.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/auction.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- auction.css 19 Apr 2007 04:36:00 -0000 1.2
+++ auction.css 19 Apr 2007 07:16:17 -0000 1.3
@@ -1,5 +1,5 @@
div.headerNav {
- margin: 20px 8px 12px 8px;
+ margin: 12px 8px 12px 8px;
padding-left: 16px;
}
@@ -57,6 +57,12 @@
padding: 12px 4px 16px 4px;
margin: 4px 4px 8px 4px;
border: 1px solid #cccccc;
+ font-family: arial, helvetica, sans-serif;
+ font-size: 13px;
+}
+
+div.itemImage div {
+ margin-top: 24px;
}
div.itemDetails {
@@ -129,3 +135,18 @@
border: 1px solid white;
margin: 8px 2px 8px 0px;
}
\ No newline at end of file
+
+div.descriptionContent {
+ margin: 2px 8px 2px 8px;
+ font-family: arial narrow;
+ font-size: 14px;
+}
+
+div.descriptionContent hr {
+ margin-top: 16px;
+ margin-bottom: 16px;
+}
+
+div.images {
+ text-align: center;
+}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list