PluginProbe
User Access Manager / 0.8
User Access Manager v0.8
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
user-access-manager / css / uma_admin.css

uma_admin.css in User Access Manager 0.8, at css/uma_admin.css

70 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .uam_info_link {
2 cursor: pointer;
3 }
4
5 .uam_info_content {
6 font-size: 11px;
7 list-style: disc;
8 padding: 0;
9 position: relative;
10 left:14px;
11 }
12
13 .uam_info_content li{
14 padding: 0;
15 margin: 0;
16 }
17
18
19 .column-uam_access ul {
20 font-size: 11px;
21 list-style: disc;
22 padding: 0 0 0 12px;
23 }
24
25 .column-uam_access ul li{
26 padding: 0;
27 margin: 0;
28 }
29
30 .uam_group_info_link, .uam_group_lock_info_link, .uma_user_access_group {
31 cursor: pointer;
32 }
33
34 .uam_group_info, .uam_group_lock_info {
35 font-size: 11px;
36 list-style: disc;
37 padding: 0 0 0 40px;
38 position:relative;
39 top:-6px;
40 }
41
42 .uam_group_info ul, .uam_group_lock_info ul {
43 display: block;
44 font-size: 11px;
45 list-style: disc;
46 padding: 0;
47 left:14px;
48 position:relative;
49 }
50
51 .uam_group_info li, .uam_group_lock_info li, .uam_group_info ul li {
52 padding: 0;
53 margin: 0;
54 }
55
56 .uam_group_info_head, .uam_group_lock_info_head {
57 list-style: none;
58 font-size:6px;
59 font-weight:bold;
60 left:-14px;
61 position: relative;
62 }
63
64 .uam_group_stuff li{
65 cursor:pointer;
66 }
67
68 .uam_group_stuff ul {
69 margin: 0 0 0 16px;
70 }