[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...
Christian Bauer
christian.bauer at jboss.com
Wed Feb 28 13:25:08 EST 2007
User: cbauer
Date: 07/02/28 13:25:08
Modified: examples/wiki/view/themes/default/css template.css
Log:
Basic file attachment/image embedding support
Revision Changes Path
1.8 +15 -1 jboss-seam/examples/wiki/view/themes/default/css/template.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- template.css 27 Feb 2007 13:21:45 -0000 1.7
+++ template.css 28 Feb 2007 18:25:08 -0000 1.8
@@ -27,7 +27,7 @@
label {
color: #000000;
}
-input, textarea {
+input, textarea, select {
border: 1px solid #C3BBB6;
background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
font-size: 85%;
@@ -189,6 +189,10 @@
padding-left: 10px;
}
+.attachmentDisplay {
+ margin: 10px;
+}
+
.regularLink{
text-decoration: underline;
}
@@ -502,6 +506,16 @@
font-weight: bold;
}
+.datatable .regularHeader {
+ white-space: nowrap;
+ background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
+ text-align: center;
+ padding: 2px;
+ border-top: 1px solid #C3BBB6;
+ border-right: 1px solid #C3BBB6;
+ font-weight: bold;
+}
+
.datatable .defaultColumn {
width: 10%;
padding-left: 10px;
More information about the jboss-cvs-commits
mailing list