Author: jfthomps
Date: Tue Feb 2 21:27:38 2010
New Revision: 905804
URL: http://svn.apache.org/viewvc?rev=905804&view=rev
Log:
VCL-98
added #resStatusText
removed background from '#resStatusText table'
changed padding for '#resStatusText table td' to 0 3px
added '#resStatusText table th'
added .resStatusColState
added .resStatusColEst
added '.blockStatusData th'
added .closedtreefolder
added .openedtreefolder
added .privtreeselected
Modified:
incubator/vcl/trunk/web/css/vcl.css
Modified: incubator/vcl/trunk/web/css/vcl.css
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/css/vcl.css?rev=905804&r1=905803&r2=905804&view=diff
==============================================================================
--- incubator/vcl/trunk/web/css/vcl.css (original)
+++ incubator/vcl/trunk/web/css/vcl.css Tue Feb 2 21:27:38 2010
@@ -87,18 +87,30 @@
width: 100px;
}
-#resStatusText div {
- background: threedface;
+#resStatusText {
+ width: 100%;
+ height: 100%;
}
#resStatusText table {
- background: threedface;
border-spacing: 5px 0px;
margin: 0px 0px 0px 0px;
}
#resStatusText table td {
- padding: 1px;
+ padding: 0 3px;
+}
+
+#resStatusText table th {
+ padding: 0 3px;
+}
+
+.resStatusColState {
+ border-right: 1px solid #000000;
+}
+
+.resStatusColEst {
+ border-right: 1px solid #000000;
}
.usergrouptable form {
@@ -149,6 +161,7 @@
-moz-border-radius: 5px;
padding: 4px;
}
+
.vcldocpage ol {
list-style-type: decimal;
}
@@ -184,3 +197,21 @@
.numbers {
list-style-type: decimal;
}
+
+.blockStatusData th {
+ text-align: right;
+ padding-right: 5px;
+}
+
+.closedtreefolder {
+ background: url(../images/closedtreeicon.gif) no-repeat;
+}
+
+.openedtreefolder {
+ background: url(../images/opentreeicon.gif) no-repeat;
+}
+
+.privtreeselected {
+ background-color: #678db2;
+ color: white;
+}