[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop -
zopetop.css:1.4
Sidnei da Silva
cvs-admin at zope.org
Wed Oct 22 15:17:45 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv4544
Modified Files:
zopetop.css
Log Message:
CSS for fluid multi-column site layout.
=== Zope3/src/zope/app/browser/skins/zopetop/zopetop.css 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/zopetop/zopetop.css:1.3 Tue Aug 19 07:43:37 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/zopetop.css Wed Oct 22 15:17:44 2003
@@ -17,6 +17,25 @@
$Id$
*/
+/* Start CSS for fluid multi-column form layout */
+
+div.row {
+ float: left;
+ clear: none;
+ padding: 0.5em;
+}
+
+div.separator {
+ clear: both;
+}
+
+div.controls {
+ float:left;
+ clear: both;
+}
+
+/* End CSS for fluid multi-column form layout */
+
div.label {
font-weight: bold;
}
More information about the Zope3-Checkins
mailing list