[Checkins] SVN: z3ext.layout/trunk/ Update css styles

Nikolay Kim fafhrd at datacom.kz
Thu Oct 30 06:39:27 EDT 2008


Log message for revision 92690:
  Update css styles

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

-=-
Modified: z3ext.layout/trunk/CHANGES.txt
===================================================================
--- z3ext.layout/trunk/CHANGES.txt	2008-10-30 09:07:36 UTC (rev 92689)
+++ z3ext.layout/trunk/CHANGES.txt	2008-10-30 10:39:26 UTC (rev 92690)
@@ -7,7 +7,9 @@
 
 - Added 'pagelet' tales expression (same as @@pagelet)
 
+- Update css styles
 
+
 1.5.3 (2008-10-16)
 ------------------
 

Modified: z3ext.layout/trunk/src/z3ext/layout/styles.css
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/styles.css	2008-10-30 09:07:36 UTC (rev 92689)
+++ z3ext.layout/trunk/src/z3ext/layout/styles.css	2008-10-30 10:39:26 UTC (rev 92690)
@@ -153,6 +153,52 @@
     border: 0;
   }
 
+  table.z-listing {
+    border-collapse: collapse;
+    border-left: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+
+  table.z-listing tr {
+    vertical-align: middle;
+  }
+
+  table.z-listing th {
+    background: globalBackgroundColor;
+    border-top: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+    border-right: borderWidth borderStyle globalBorderColor;
+    font-weight: normal;
+    padding: 0.25em 1em;
+    text-transform: textTransform;
+    text-align: center;
+  }
+
+  table.z-listing .top {
+    border-left: borderWidth borderStyle backgroundColor;
+    border-top: borderWidth borderStyle backgroundColor ! important;
+    border-right: borderWidth borderStyle backgroundColor ! important;
+    text-align: right ! important;
+    padding: 0em 0em 1em 0em;
+  }
+
+  table.z-listing td {
+    border-right: borderWidth borderStyle globalBorderColor;
+    padding: 0.25em 1em;
+  }
+
+  table.z-listing a {
+    text-decoration: none;
+  }
+
+  table.z-listing a:hover {
+    text-decoration: underline;
+  }
+
+  table.z-listing img {
+    vertical-align: middle;
+  }
+
   .z-level1 {
     padding-left: 0.8em;
   }



More information about the Checkins mailing list