summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6044592)
raw | patch | inline | side by side (parent: 6044592)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Apr 2010 08:27:55 +0000 (08:27 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Apr 2010 08:27:55 +0000 (08:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17576 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history |
index 78cff011d6a978a28972c2acae91f2425881a768..29f9b23330b66719e96b885475b743cae9202742 100644 (file)
border-left:1px solid #CCC;
}
+.sortableListContainer tr:nth-child(odd) {
+ background-color:#FFF;
+}
+
+.sortableListContainer tr:nth-child(even) {
+ background-color:#F5F5F5;
+}
+
+.sortableListContainer tr:last-child {
+ background-color:#FFF;
+}
+
+.sortableListContainer tr td:last-child {
+ padding-right:20px;
+}
+
tr.sortableListItem {
background-color:#FFF;
cursor:move;