uamAdmin.css
3.1 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
/*
uamAdmin.css
The file is needed for the uam admin style.
--- DO NOT EDIT THIS FILE ---
*/
.uam_main {
margin-right: 280px;
}
.uam_sidebar {
float: right;
width: 260px;
}
.uam_info_box {
width: 240px;
margin: 9px 0;
border: 1px solid #e5e5e5;
background: #fff;
padding: 16px 10px;
position: absolute;
}
.uam_info_box--head {
font-weight: bold;
font-size: 16px;
margin: 16px 0 6px;
display: block;
}
.uam_info_box--head:first-child {
margin-top: 0;
}
.uam_info_box--content {
display: block;
margin: 8px 0;
}
#toplevel_page_uam_user_group div.wp-menu-image {
background: transparent url('../gfx/icon.png') no-repeat scroll center 0;
height: 32px;
}
#toplevel_page_uam_user_group:hover div.wp-menu-image,
#toplevel_page_uam_user_group.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../gfx/icon.png') no-repeat scroll center -28px;
}
ul.uam_group_selection > li {
position: relative;
}
ul.uam_group_selection > li > input {
position: absolute;
top: 6px;
}
ul.uam_group_selection > li > label {
margin-left: 24px;
display: inline-block;
}
.uam_group_date {
font-size: 11px;
margin-left: 24px;
display: block;
cursor: pointer;
font-weight: bold;
}
.uam_group_date_form {
margin-left: 24px;
display: none;
}
.uam_default_groups .uam_group_date_form {
display: block;
}
.uam_group_date_form label {
width: 65px;
display: inline-block;
}
.uam_group_date_form input {
width: 160px;
font-size: 12px;
}
@media (max-width: 782px) {
.uam_group_date,
.uam_group_date_form,
ul.uam_group_selection > li > label {
margin-left: auto;
}
ul.uam_group_selection > li > input {
position: static;
}
}
ul.uam_group_selection_ajax > li > input {
margin-top: 2px !important;
}
.compat-field-uam_user_groups .field {
width: 100%;
margin-bottom: 100px;
}
.uam_group_info_link {
cursor: pointer;
font-weight: bold;
}
.uam_group_info ul {
display: block !important;
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.uam_group_info ul li {
padding: 0 !important;
margin: 0 !important;
}
.uam_group_info ul li.recursiveTree ul li:before {
content: "— ";
}
.uam_group_info ul li.recursiveTree ul li ul li:before {
content: "—— ";
}
.uam_group_info ul li.recursiveTree ul li ul li ul li:before {
content: "——— ";
}
.uam_group_info_head {
list-style: none;
font-weight: bold;
}
.uam_group_info_head ul {
font-weight: normal;
}
.uam_group_selection_ajax li a,
.uam_group_selection li a {
vertical-align: middle;
}
.uam_tooltip {
z-index: 1000;
display: none;
min-width: 200px;
color: #000 !important;
background-color: #F9F9F9 !important;
padding: 4px 8px !important;
border: 1px solid #DFDFDF !important;
position: absolute;
}
.uam_group_info_link:hover + .uam_tooltip {
display: block;
}
#uam_dynamic_groups {
height: 28px;
margin: 0 4px 0 0;
}
.uam_supporters {
list-style: disc;
padding-left: 20px;
}