summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 824df0f)
raw | patch | inline | side by side (parent: 824df0f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Feb 2010 10:44:31 +0000 (10:44 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Feb 2010 10:44:31 +0000 (10:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15734 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history |
index 6ac249613b10b813b8df8cb7e9e9c049f124e83e..64cb8d30ddd7c96e2ba25182a0af38e5b9e3d3b0 100644 (file)
}
.fixedListHeader a {
- color:#333;
+ color:#444;
}
.listHeaderFormat {
.listHeaderFormat tr td {
padding:4px;
background-color:#F5F5F5;
- color:#333;
+ color:#444;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
background: -moz-linear-gradient(top, #F8F8F8, #EEE);
border-right:1px solid #CCC;
white-space:nowrap;
}
+.listScrollContent tr:nth-child(odd) {
+ background-color:#FFF;
+}
+
+.listScrollContent tr:nth-child(even) {
+ background-color:#F5F5F5;
+}
+
+.listScrollContent tr:last-child {
+ background-color:#FFF;
+}
+
.listScrollContent tr td:last-child {
padding-right:20px;
}
div.nlistFooter {
background-color:#F5F5F5;
- color:#333;
+ color:#444;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
background: -moz-linear-gradient(top, #F8F8F8, #EEE);
border-left:1px solid #CCC;
}
+/* List header, Filter, misc. */
+
+#filter {
+ position:absolute;
+ right:0;
+ width:250px;
+}
+
+#mainlist {
+ position:absolute;
+ right:265px;
+ left:0;
+}
+
+.mainlist-header {
+ background-color:#F8F8F8;
+ border:1px solid #CCC;
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
+ background: -moz-linear-gradient(top, #F8F8F8, #EEE);
+ margin-bottom:4px;
+ margin-right:-2px;
+}
+
+.mainlist-header p{
+ color:#444;
+ font-weight:bold;
+ font-size:14px;
+ margin:4px;
+}
+
+.mainlist-header div{
+ border-top:1px solid #CCC;
+ background-color:white;
+}
+
+ul.mainlist-header-nav {
+ list-style:none;
+ cursor:pointer;
+ padding:0;
+ margin:0;
+ color:#666;
+}
+
+ul.mainlist-header-nav li {
+ display:inline;
+ padding:5px;
+ padding-top:8px;
+ height:19px;
+}
+
+ul.mainlist-header-nav li:hover {
+ background-color: #E0E0E0;
+ background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
+ background: -moz-linear-gradient(top, #EEE, #E0E0E0);
+}
+
+
/* Sortable Lists */
div.sortableListContainer {