[Checkins] SVN: z3ext.layout/trunk/ update styles

Nikolay Kim fafhrd at datacom.kz
Wed Dec 17 12:30:29 EST 2008


Log message for revision 94153:
  update styles

Changed:
  U   z3ext.layout/trunk/CHANGES.txt
  U   z3ext.layout/trunk/src/z3ext/layout/__init__.py
  U   z3ext.layout/trunk/src/z3ext/layout/styles.css

-=-
Modified: z3ext.layout/trunk/CHANGES.txt
===================================================================
--- z3ext.layout/trunk/CHANGES.txt	2008-12-17 16:10:47 UTC (rev 94152)
+++ z3ext.layout/trunk/CHANGES.txt	2008-12-17 17:30:28 UTC (rev 94153)
@@ -2,9 +2,15 @@
 CHANGES
 =======
 
-1.7.1 (2008-12-??)
+1.7.2 (2008-12-17)
 ------------------
 
+- Update default styles
+
+
+1.7.1 (2008-12-15)
+------------------
+
 - Check if context provides interface in @@pagelet view and pagelet: tales expresion
 
 

Modified: z3ext.layout/trunk/src/z3ext/layout/__init__.py
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/__init__.py	2008-12-17 16:10:47 UTC (rev 94152)
+++ z3ext.layout/trunk/src/z3ext/layout/__init__.py	2008-12-17 17:30:28 UTC (rev 94153)
@@ -1 +1,7 @@
 # This file is necessary to make this directory a package.
+
+# ugly code
+try:
+    from zope.app.schema import vocabulary
+except ImportError:
+    pass

Modified: z3ext.layout/trunk/src/z3ext/layout/styles.css
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/styles.css	2008-12-17 16:10:47 UTC (rev 94152)
+++ z3ext.layout/trunk/src/z3ext/layout/styles.css	2008-12-17 17:30:28 UTC (rev 94153)
@@ -78,7 +78,7 @@
   }
 
   ul.z-listing {
-    margin: 0.5em 0;
+    margin: 0;
     list-style: none;
     list-style-image: none;
     list-style-type: none;
@@ -86,18 +86,17 @@
   
   ul.z-listing li {
     clear: both;
-    margin-bottom: 0.5em;
     list-style: none;
     list-style-image: none;
+    border: 1px solid transparent;
   }
   
   ul.z-listing li .z-listing-icon {
     float: left;
     padding-top: 8px;
     padding-right: 0.5em;
-    height: 1.5em;
   }
-  
+
   ul.z-listing li a,
   ul.z-listing li .z-listing-details a {
     color: linkColor;
@@ -131,11 +130,7 @@
     font-weight: bold;
     border-bottom: borderWidth dotted discreetColor;
   }
-  
-  ul.z-listing li {
-    border: 1px solid transparent;
-  }
-  
+
   ul.z-listing li .z-listing-details div {
     color: discreetColor;
     font-size: fontSmallSize;



More information about the Checkins mailing list