[jboss-cvs] jboss-seam/examples/seambay/view/style ...
Shane Bryzak
sbryzak at redhat.com
Thu Apr 19 00:36:00 EDT 2007
User: sbryzak2
Date: 07/04/19 00:36:00
Modified: examples/seambay/view/style auction.css
Log:
detail screen improvements
Revision Changes Path
1.2 +70 -3 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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- auction.css 17 Apr 2007 14:57:30 -0000 1.1
+++ auction.css 19 Apr 2007 04:36:00 -0000 1.2
@@ -1,6 +1,25 @@
+div.headerNav {
+ margin: 20px 8px 12px 8px;
+ padding-left: 16px;
+}
+
+div.navHome {
+ float: left;
+ margin-left: 4px;
+ height: 24px;
+ font-size: 12px;
+}
+
+div.navCategory {
+ float: left;
+ margin-left: 30px;
+ font-size: 9px;
+ padding-top: 2px;
+}
+
#itemHeader {
padding: 0px;
- margin: 20px 8px 4px 8px;
+ margin: 8px 8px 4px 8px;
}
div.headerTitle {
@@ -43,11 +62,12 @@
div.itemDetails {
margin-left: 220px;
padding: 8px 8px 8px 16px;
+ font-family: arial, helvetica, sans-serif;
+ font-size: 13px;
}
div.itemDetails label {
- font-size: 13px;
- font-family: arial, helvetica, sans-serif;
+ float: left;
color: #555555;
}
@@ -62,3 +82,50 @@
padding: 4px 8px 4px 8px;
margin: 8px 8px 8px 8px;
}
\ No newline at end of file
+
+div.itemDetailRow {
+ nowrap: true;
+ margin-top: 4px;
+ margin-bottom: 6px;
+}
+
+div.itemDetailRow div {
+ margin-left: 90px;
+ nowrap: true;
+}
+
+#sellerDetail {
+ float: right;
+ width: 35%;
+ margin-top: 8px;
+ margin-right: 8px;
+ font-family: arial, helvetica, sans-serif;
+ font-size: 13px;
+}
+
+div.sellerHeader {
+ font-size: 16px;
+ font-weight: bold;
+ padding: 4px 4px 2px 0px;
+ border-bottom: 1px solid #5566ee;
+}
+
+div.sellerDetailRow {
+ nowrap: true;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+div.sellerDetailRow label {
+ float: left;
+}
+
+div.sellerDetailRow div {
+ margin-left: 90px;
+ nowrap: true;
+}
+
+hr.itemDetailSeparator {
+ border: 1px solid white;
+ margin: 8px 2px 8px 0px;
+}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list