[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - zope3.css:1.4
Jim Fulton
jim@zope.com
Mon, 30 Dec 2002 12:48:50 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv22616
Modified Files:
zope3.css
Log Message:
Adjusted the styles to try to prevent
- the navigation box from spilling into the content well
- the content well from spilling over the boxes on the right.
at 800 pixels.
Ultimately, this is a losing battle with three columns unless we
design the content well to be much smaller.
=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.3 Mon Dec 30 10:54:25 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css Mon Dec 30 12:48:50 2002
@@ -233,21 +233,21 @@
#navtreecontents expand {
background-repeat: no-repeat;
- padding-left: 15px;
+ padding-left: 14px;
display: inline;
cursor: pointer;
}
#navtreecontents icon {
background-repeat: no-repeat;
- padding-left: 18px;
+ padding-left: 17px;
display: inline;
cursor: auto;
}
#navtreecontents collection {
display: block;
- margin-left: 15px;
+ margin-left: 8px;
/* border: red solid 1pt; */
height: auto;
}
@@ -275,7 +275,7 @@
#navigators {
float: left;
- width: 18%;
+ width: 20%;
}
#content {
@@ -285,7 +285,7 @@
#context_information {
float: left;
- width: 18%;
+ width: 16%;
}
#helpers {
}
@@ -303,7 +303,7 @@
div.box {
background: transparent;
border-collapse: collapse;
- margin: 2em 1em 0em 1em;
+ margin: 2em .2em 0em .2em;
border: none;
}