PluginProbe
User Access Manager / 2.2.13
User Access Manager v2.2.13
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 / assets / css / uamAdmin.css

uamAdmin.css in User Access Manager 2.2.13, at assets/css/uamAdmin.css

180 lines 3.1 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 is needed for the uam admin style.
5
6 --- DO NOT EDIT THIS FILE ---
7 */
8 .uam_main {
9 margin-right: 280px;
10 }
11
12 .uam_sidebar {
13 float: right;
14 width: 260px;
15 }
16
17 .uam_info_box {
18 width: 240px;
19 margin: 9px 0;
20 border: 1px solid #e5e5e5;
21 background: #fff;
22 padding: 16px 10px;
23 position: absolute;
24 }
25
26 .uam_info_box--head {
27 font-weight: bold;
28 font-size: 16px;
29 margin: 16px 0 6px;
30 display: block;
31 }
32
33 .uam_info_box--head:first-child {
34 margin-top: 0;
35 }
36
37 .uam_info_box--content {
38 display: block;
39 margin: 8px 0;
40 }
41
42 #toplevel_page_uam_user_group div.wp-menu-image {
43 background: transparent url('../gfx/icon.png') no-repeat scroll center 0;
44 height: 32px;
45 }
46
47 #toplevel_page_uam_user_group:hover div.wp-menu-image,
48 #toplevel_page_uam_user_group.wp-has-current-submenu div.wp-menu-image {
49 background: transparent url('../gfx/icon.png') no-repeat scroll center -28px;
50 }
51
52 ul.uam_group_selection > li {
53 position: relative;
54 }
55
56 ul.uam_group_selection > li > input {
57 position: absolute;
58 top: 6px;
59 }
60
61 ul.uam_group_selection > li > label {
62 margin-left: 24px;
63 display: inline-block;
64 }
65
66 .uam_group_date {
67 font-size: 11px;
68 margin-left: 24px;
69 display: block;
70 cursor: pointer;
71 font-weight: bold;
72 }
73
74 .uam_group_date_form {
75 margin-left: 24px;
76 display: none;
77 }
78
79 .uam_default_groups .uam_group_date_form {
80 display: block;
81 }
82
83 .uam_group_date_form label {
84 width: 65px;
85 display: inline-block;
86 }
87
88 .uam_group_date_form input {
89 width: 160px;
90 font-size: 12px;
91 }
92
93 @media (max-width: 782px) {
94 .uam_group_date,
95 .uam_group_date_form,
96 ul.uam_group_selection > li > label {
97 margin-left: auto;
98 }
99
100 ul.uam_group_selection > li > input {
101 position: static;
102 }
103 }
104
105 ul.uam_group_selection_ajax > li > input {
106 margin-top: 2px !important;
107 }
108
109 .compat-field-uam_user_groups .field {
110 width: 100%;
111 margin-bottom: 100px;
112 }
113
114 .uam_group_info_link {
115 cursor: pointer;
116 font-weight: bold;
117 }
118
119 .uam_group_info ul {
120 display: block !important;
121 padding: 0 !important;
122 margin: 0 !important;
123 list-style: none !important;
124 }
125
126 .uam_group_info ul li {
127 padding: 0 !important;
128 margin: 0 !important;
129 }
130
131 .uam_group_info ul li.recursiveTree ul li:before {
132 content: "";
133 }
134
135 .uam_group_info ul li.recursiveTree ul li ul li:before {
136 content: "—— ";
137 }
138
139 .uam_group_info ul li.recursiveTree ul li ul li ul li:before {
140 content: "——— ";
141 }
142
143 .uam_group_info_head {
144 list-style: none;
145 font-weight: bold;
146 }
147
148 .uam_group_info_head ul {
149 font-weight: normal;
150 }
151
152 .uam_group_selection_ajax li a,
153 .uam_group_selection li a {
154 vertical-align: middle;
155 }
156
157 .uam_tooltip {
158 z-index: 1000;
159 display: none;
160 min-width: 200px;
161 color: #000 !important;
162 background-color: #F9F9F9 !important;
163 padding: 4px 8px !important;
164 border: 1px solid #DFDFDF !important;
165 position: absolute;
166 }
167
168 .uam_group_info_link:hover + .uam_tooltip {
169 display: block;
170 }
171
172 #uam_dynamic_groups {
173 height: 28px;
174 margin: 0 4px 0 0;
175 }
176
177 .uam_supporters {
178 list-style: disc;
179 padding-left: 20px;
180 }