added some layout for listuser

This commit is contained in:
dechutes 2003-05-21 22:51:35 +00:00
parent 9732d921d6
commit f26b938c57
1 changed files with 27 additions and 1 deletions

View File

@ -66,7 +66,7 @@ background-color:#EEEEEE;
/** /**
* table style for userlist.php * style for userlist.php
* *
*/ */
@ -98,6 +98,32 @@ tr.userlist_checked {
background-color:#FFCCCC; background-color:#FFCCCC;
} }
/* color for active page digit */
td.userlist_activepage {
color:violet;
}
/* style of navigation bar */
td.userlist_navbar {
color:#AAAAAA;
}
table.userlist_navbar {
background-color:#DDDDDD;
}
td.userlist_navbartext {
color:green;
font-family:Verdana;
font-size:10px;
}
/* style of active column */
th.userlist_activecolumn {
background-color:#DDDDAC;
}
/** /**
* table style for grouplist.php * table style for grouplist.php
* *