[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...
Christian Bauer
christian at hibernate.org
Wed Jan 9 10:59:28 EST 2008
User: cbauer
Date: 08/01/09 10:59:28
Modified: examples/wiki/view/themes/default/css template.css
Log:
JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
Revision Changes Path
1.49 +22 -12 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.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- template.css 30 Dec 2007 02:33:29 -0000 1.48
+++ template.css 9 Jan 2008 15:59:28 -0000 1.49
@@ -675,33 +675,32 @@
.directoryControl {
width: 100%;
white-space: nowrap;
+ padding: 7px;
}
-.directoryPagerControl {
+.directorySelectControl {
text-align: left;
- width: 10%;
+ width: 40%
}
-.directorySelectControl {
- text-align: center;
+.directoryClipboard {
+ text-align: right;
+ width: 40%
}
-.directoryClipboard {
+.directoryTrash {
text-align: right;
- width: 30%;
}
-.directoryPathPanel {
- width: auto;
+.directoryPathTable {
+ width: 100%;
background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
- padding-left: 11px;
border-top: 1px solid #C3BBB6;
border-left: 1px solid #C3BBB6;
border-right: 1px solid #C3BBB6;
- margin-top: 10px;
}
-.directoryPathPanel .directoryButton {
+.directoryPathTable .directoryButton {
color: #fff;
padding: 2px;
border-style: none;
@@ -710,13 +709,24 @@
font-weight: bold;
}
-.directoryPathPanel .directorySeparator {
+.directoryPathTable .directorySeparator {
font-weight: bold;
color: #888;
padding: 2px;
border-style: none;
}
+.directoryPath {
+ text-align: left;
+ padding-left: 5px;
+}
+
+.directoryPagerControl {
+ text-align: right;
+ white-space: nowrap;
+ padding: 5px;
+}
+
.directoryEmpty {
padding: 5px;
border-bottom: 1px solid #C3BBB6;
More information about the jboss-cvs-commits
mailing list