useradmin.css
1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
input.newuser {
background: url(../img/btnnewuser.png) top left no-repeat;
height: 39px;
width: 113px;
margin: 4px 4px 4px 4px;
border: 0px;
cursor: pointer;
}
input.newrole {
background: url(../img/btnnewrole.png) top left no-repeat;
height: 39px;
width: 113px;
margin: 4px 4px 4px 4px;
border: 0px;
cursor: pointer;
}
input.newpermission {
background: url(../img/btnnewpermission.png) top left no-repeat;
height: 39px;
width: 113px;
margin: 4px 4px 4px 4px;
border: 0px;
cursor: pointer;
}
input.manageusers {
display: block;
background: url(../img/btnmanageusers.png) top left no-repeat;
height: 88px;
width: 300px;
padding-left: 10px;
font-size: 19px;
font-weight: bold;
color: #333333;
border: 0px;
cursor: pointer;
margin-top: 20px;
margin-left: 20px;
}
input.manageroles {
display: block;
background: url(../img/btnmanageroles.png) top left no-repeat;
height: 88px;
width: 300px;
padding-left: 10px;
font-size: 19px;
font-weight: bold;
color: #333333;
border: 0px;
cursor: pointer;
margin-top: 20px;
margin-left: 20px;
}
.roles {
width: 120px;
border: 1px solid #7F9DB9;
background-color: #E7EDF7;
}
div.selectMany label {
float: none;
}
div.selectMany input[type="checkbox"] {
vertical-align: middle;
}
div.status-true {
background: url(../img/true.png) top left no-repeat;
width: 14px;
height: 15px;
margin-left: auto;
margin-right: auto;
}
div.status-false {
background: url(../img/false.png) top left no-repeat;
width: 14px;
height: 15px;
margin-left: auto;
margin-right: auto;
}
table.useradmin, div.useradmin {
width: 500px;
}
/*
table.useradmin tr.odd {
background-color: #FFFFFF;
}
table.useradmin tr.even {
background-color: #E9F5FF;
}
*/
td.enabled {
text-align: center;
}
fieldset.roles .roles {
border: none;
}
table.iceSelMnyCb td {
text-align: left;
}