feature 1668: visual enhancement for user manager redesign. Appropriate

(fontello) icons for open/close user details, appropriate colors for
DataTables.


git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2013-11-11 13:36:14 +00:00
parent 0ccfcb8205
commit 1f4e4b947d
18 changed files with 424 additions and 341 deletions
+22
View File
@@ -335,4 +335,26 @@ label>p.group_select {
.userSeparator {
color:#999;
}
table.dataTable tr.even {
background-color: #ddd !important;
}
table.dataTable tr.even td.sorting_1 {
background-color: #ccc !important;
color:#333;
}
table.dataTable tr.odd {
background-color: #eee !important;
}
table.dataTable tr.odd td.sorting_1 {
background-color: #ddd !important;
color:#333;
}
table.dataTable thead th {
border-color: #aaa !important;
}