source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/usermanager/style.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 419 bytes
Line 
1/* User Manager specific styles */
2#user__manager tr.disabled {
3 color: #6f6f6f;
4 background: #e4e4e4;
5}
6#user__manager tr.user_info {
7 vertical-align: top;
8}
9#user__manager div.edit_user {
10 width: 46%;
11 float: left;
12}
13#user__manager table {
14 margin-bottom: 1em;
15}
16#user__manager input.button[disabled] {
17 color: #ccc!important;
18 border-color: #ccc!important;
19}
20/* IE won't understand but doesn't require it */
Note: See TracBrowser for help on using the repository browser.