[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam -
zope3.css:1.25
The Unidentified User
cvs-admin at zope.org
Tue Dec 9 08:20:50 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv14869/app/browser/skins/rotterdam
Modified Files:
zope3.css
Log Message:
Added new look to interface service browser and details views.
=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.24 => 1.25 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.24 Mon Sep 29 14:20:50 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css Tue Dec 9 08:20:19 2003
@@ -440,7 +440,7 @@
margin: 0;
}
-table.listing {
+table.listingdescription, table.listing {
/* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
border-collapse: collapse;
border-left: 1px solid #CCCCCC;
@@ -449,7 +449,11 @@
/* clear: both; */
}
-table.listing th {
+table.listingdescription {
+ width: 100%
+}
+
+table.listingdescription th, table.listing th {
background: #CCCCCC;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
@@ -460,7 +464,7 @@
white-space: nowrap;
}
-table.listing td.top {
+table.listingdescription td.top, table.listing td.top {
border-left: 1px solid White;
border-top: 1px solid White ! important;
border-right: 1px solid White ! important;
@@ -472,15 +476,16 @@
top: -1px;
}
-table.listing tr.odd {
+table.listingdescription tr.odd, table.listing tr.odd {
/*every second line should be shaded */
background: White;
}
-table.listing tr.even {
+table.listingdescription tr.even, table.listing tr.even {
background: #F8F8F8;
}
+
table.listing td {
border-right: 1px solid #CCCCCC;
padding: 0em 1em;
@@ -488,8 +493,14 @@
}
-table.listing img {
+table.listingdescription img, table.listing img {
vertical-align: middle;
+}
+
+table.listingdescription td {
+ border-right: 1px solid #CCCCCC;
+ padding: 5px;
+ text-align: left;
}
More information about the Zope3-Checkins
mailing list