PluginProbe
User Access Manager / 2.0.3
User Access Manager v2.0.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
← All changes | assets/css/uamAdmin.css +1 -109 2.3.132.0.3 View file →
@@ -1,45 +1,11 @@
1 1 /*
2 2 uamAdmin.css
3 3
4 -The file is needed for the uam admin style.
4 +The file needed for the group info boxes style.
5 5
6 6 --- DO NOT EDIT THIS FILE ---
7 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 8 #toplevel_page_uam_user_group div.wp-menu-image {
43 9 background: transparent url('../gfx/icon.png') no-repeat scroll center 0;
44 10 height: 32px;
45 11 }
@@ -48,73 +14,10 @@
48 14 #toplevel_page_uam_user_group.wp-has-current-submenu div.wp-menu-image {
49 15 background: transparent url('../gfx/icon.png') no-repeat scroll center -28px;
50 16 }
51 17
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 18 .uam_group_info_link {
115 19 cursor: pointer;
116 - font-weight: bold;
117 20 }
118 21
119 22 .uam_group_info ul {
120 23 display: block !important;
@@ -148,9 +51,8 @@
148 51 .uam_group_info_head ul {
149 52 font-weight: normal;
150 53 }
151 54
152 -.uam_group_selection_ajax li a,
153 55 .uam_group_selection li a {
154 56 vertical-align: middle;
155 57 }
156 58
@@ -166,15 +68,5 @@
166 68 }
167 69
168 70 .uam_group_info_link:hover + .uam_tooltip {
169 71 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 72 }