[jboss-cvs] jboss-seam/examples/seambay/view/style ...
Shane Bryzak
sbryzak at redhat.com
Wed Jul 11 10:32:41 EDT 2007
User: sbryzak2
Date: 07/07/11 10:32:41
Modified: examples/seambay/view/style auction.css
Log:
add bidding section to auction details
Revision Changes Path
1.4 +62 -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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- auction.css 19 Apr 2007 07:16:17 -0000 1.3
+++ auction.css 11 Jul 2007 14:32:41 -0000 1.4
@@ -150,3 +150,64 @@
div.images {
text-align: center;
}
\ No newline at end of file
+
+div.actionHeader {
+ clear: both;
+ background-color: #eeeeff;
+ font-family: tahoma, verdana, arial, helvetica;
+ font-size: 18px;
+ font-weight: bold;
+ border-top: 1px solid #dddddd;
+ border-bottom: 1px solid #dddddd;
+ padding: 4px 8px 4px 8px;
+ margin: 8px 8px 0px 8px;
+}
+
+div.actionContent {
+ background-color: #f0f0f0;
+ padding: 16px 24px 16px 24px;
+ margin: 1px 8px 8px 8px;
+}
+
+div.bidContent {
+ margin-top: 16px;
+ margin-bottom: 16px;
+ border: 1px solid #dddddd;
+ background-color: #ffffff;
+ padding: 12px 12px 12px 12px;
+}
+
+input.placeBid {
+ border: 0px;
+ background: url(../img/placebid.png) top left no-repeat;
+ margin-top: 8px;
+ margin-left: 132px;
+ width: 99px;
+ height: 20px;
+}
+
+div.actionTitle {
+ font-weight: bold;
+}
+
+div.actionTitle span {
+ color: #777777;
+}
+
+hr.blueLine {
+ border: 0px;
+ border-top: 1px solid #5566ee;
+}
+
+div.bidRow {
+ clear: both;
+ padding: 3px 4px 3px 2px;
+}
+
+div.bidRow label {
+ float: left;
+ display: block;
+ vertical-align: top;
+ width: 120px;
+ margin-top: 4px;
+}
More information about the jboss-cvs-commits
mailing list