PluginProbe
User Access Manager / 1.2.3
User Access Manager v1.2.3
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 / uamAdmin.css

uamAdmin.css in User Access Manager 1.2.3, at css/uamAdmin.css

72 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 uamAdmin.css
3
4 The file needed for the group info boxes style.
5
6 --- DO NOT EDIT THIS FILE ---
7 */
8
9 #toplevel_page_uam_usergroup div.wp-menu-image {
10 background: transparent url(../gfx/icon.png) no-repeat scroll center 0;
11 }
12
13 #toplevel_page_uam_usergroup:hover div.wp-menu-image,
14 #toplevel_page_uam_usergroup.wp-has-current-submenu div.wp-menu-image {
15 background: transparent url(../gfx/icon.png) no-repeat scroll center -28px;
16 }
17
18 .uam_group_info_link {
19 cursor: pointer;
20 }
21
22 .uam_group_info ul {
23 display:block !important;
24 padding:0 !important;
25 margin:0 !important;
26 list-style:none !important;
27 }
28
29 .uam_group_info ul li {
30 padding:0 !important;
31 margin:0 !important;
32 }
33
34 .uam_group_info ul li.recusiveTree ul li:before {
35 content:"";
36 }
37
38 .uam_group_info ul li.recusiveTree ul li ul li:before {
39 content:"—— ";
40 }
41
42 .uam_group_info ul li.recusiveTree ul li ul li ul li:before {
43 content:"——— ";
44 }
45
46 .uam_group_info_head {
47 list-style:none;
48 font-weight:bold;
49 }
50
51 .uam_group_info_head ul {
52 font-weight:normal;
53 }
54
55 .uam_group_selection li a{
56 vertical-align:middle;
57 }
58
59 .tooltip {
60 z-index:1000;
61 display:none;
62 width:200px;
63 font-size:10px !important;
64 font-weight:normal !important;
65 color:#000 !important;
66 background-color:#F9F9F9 !important;
67 padding:4px 8px !important;
68 border:1px solid #DFDFDF !important;
69 line-height: 10px !important;
70 -moz-border-radius:6px;
71 -webkit-border-radius:6px;
72 }