[jboss-cvs] jboss-seam/examples/seambay/view/style ...
Shane Bryzak
sbryzak at redhat.com
Sun Aug 5 23:02:28 EDT 2007
User: sbryzak2
Date: 07/08/05 23:02:28
Modified: examples/seambay/view/style auction.css
Added: examples/seambay/view/style history.css
Log:
bid history page
Revision Changes Path
1.6 +32 -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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- auction.css 14 Jul 2007 01:56:25 -0000 1.5
+++ auction.css 6 Aug 2007 03:02:28 -0000 1.6
@@ -73,11 +73,17 @@
nowrap: true;
margin-top: 4px;
margin-bottom: 6px;
+ vertical-align: middle;
}
div.itemDetailRow div {
- margin-left: 90px;
+ margin-left: 104px;
nowrap: true;
+ vertical-align: middle;
+}
+
+div.itemDetailRow div input {
+ margin-left: 120px;
}
#sellerDetail {
@@ -160,12 +166,15 @@
input.placeBid {
border: 0px;
background: url(../img/placebid.png) top left no-repeat;
- margin-top: 8px;
- margin-left: 132px;
width: 99px;
height: 20px;
}
+div.indented {
+ margin-top: 8px;
+ margin-left: 132px;
+}
+
div.actionTitle {
font-weight: bold;
}
@@ -191,3 +200,23 @@
width: 120px;
margin-top: 4px;
}
+
+div.outbidImage {
+ background: url(../img/cross.png) 8px 8px no-repeat;
+ float: left;
+ width: 46px;
+ height: 46px;
+}
+
+span.outbidHeader {
+ font-weight: bold;
+ font-size: 16px;
+ color: #550000;
+}
+
+div.outbidMessage {
+ clear: both;
+ border: 1px solid #550000;
+ padding: 2px 2px 2px 4px;
+ margin: 12px 120px 8px 8px;
+}
\ No newline at end of file
1.1 date: 2007/08/06 03:02:28; author: sbryzak2; state: Exp;jboss-seam/examples/seambay/view/style/history.css
Index: history.css
===================================================================
#historyHeader {
padding: 0px;
margin: 8px 8px 4px 8px;
}
div.history {
margin: 8px 8px 8px 8px;
}
table.historyTable th {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
text-align: left;
padding: 4px 4px 4px 4px;
background-color: #dddddd;
}
div.headerNav {
margin: 12px 8px 12px 8px;
padding-left: 16px;
}
div.navHome {
float: left;
margin-left: 4px;
height: 24px;
font-size: 12px;
}
More information about the jboss-cvs-commits
mailing list