Scarab commit: svn commit: r10711 - trunk/src/webapp: scripts skins
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-03-28 14:45:38-0700
New Revision: 10711
Removed:
trunk/src/webapp/scripts/guiUtils.js
Modified:
trunk/src/webapp/skins/classic.css
Log:
zebra-table support now works for wiki-tables. controlled by css-classes. look at bottom of classic.css
Removed: trunk/src/webapp/scripts/guiUtils.js
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/scripts/guiUtils.js?view=markup&pathrev=10710
Modified: trunk/src/webapp/skins/classic.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/classic.css?view=diff&pathrev=10711&r1=10710&r2=10711
==============================================================================
--- trunk/src/webapp/skins/classic.css (original)
+++ trunk/src/webapp/skins/classic.css 2009-03-28 14:45:38-0700
@@ -1222,11 +1222,35 @@
}
table.wiki-table{
-margin-left:20px;
-margin-right:20px;
-padding:10px;
-background-color:#ffffc0;
-border-style:dotted;
-border-color:#abc4db;
-border-width:1px;
+ margin-left:20px;
+ margin-right:20px;
+ padding-top:10px;
+ padding-bottom:10px;
+ background-color:#fffec1;
+ border-style:dotted;
+ border-color:#abc4db;
+ border-width:1px;
}
+
+table.wiki-table tr.table-odd{
+ background-color:#ffffc0;
+ border-style:dotted;
+ border-color:#abc4db;
+ border-width:1px;
+ border-collapse: collapse
+}
+
+table.wiki-table tr.table-even{
+ background-color:#efefd5;
+ border-style:dotted;
+ border-color:#abc4db;
+ border-width:1px;
+}
+
+table.wiki-table tbody tr{
+ background-color:#efefd5;
+ border-style:dotted;
+ border-color:#abc4db;
+ border-width:1px;
+}
+
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1461506