[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam -
zope3.css:1.24
Fred L. Drake, Jr.
fred at zope.com
Mon Sep 29 14:20:51 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv13817/skins/rotterdam
Modified Files:
zope3.css
Log Message:
Make the registration summary a little easier to read.
=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.23 => 1.24 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.23 Thu Jul 31 10:49:02 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css Mon Sep 29 14:20:50 2003
@@ -494,11 +494,20 @@
div.spacer {
- clear: both;
+ clear: both;
}
-
+.registrationSummary {
+ margin-left: 2em;
+ margin-bottom: 1em;
+}
+.registrationSummary .usageSummary {
+ font-weight: bold;
+}
+.registrationSummary .modificationLink {
+ display: block;
+}
div.message {
@@ -525,9 +534,3 @@
padding: 0.5em 1em;
vertical-align: middle;
}
-
-
-
-
-
-
More information about the Zope3-Checkins
mailing list