[jboss-cvs] jboss-seam/examples/icefaces/view/css ...
Michael Yuan
michael.yuan at jboss.com
Sun Oct 21 16:40:12 EDT 2007
User: myuan
Date: 07/10/21 16:40:12
Modified: examples/icefaces/view/css screen.css
Removed: examples/icefaces/view/css date.css
Log:
latest update from icefaces
Revision Changes Path
1.6 +19 -0 jboss-seam/examples/icefaces/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/icefaces/view/css/screen.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- screen.css 1 Oct 2007 16:15:52 -0000 1.5
+++ screen.css 21 Oct 2007 20:40:12 -0000 1.6
@@ -275,8 +275,27 @@
#pgHome #content {
margin-top: 183px;
}
+#content
/* ice date selector css */
.iceSelInpDate {
width: 90px;
background-color: #ffffff;
}
\ No newline at end of file
+.calendar .iceSelInpDateInput {
+ padding: 4px;
+ border: 1px solid #C3BBB6;
+ margin: 0;
+}
+.calendar input{
+ padding: 0;
+ border:0;
+ margin: 0 0 2px 0;
+}
+.button{
+ font-weight: bold;
+ color: #fff;
+ border: 1px solid #5D1414;
+ height: 26px;
+ background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
+ border-style: none;
+}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list