PluginProbe
Groups – Memberships and Access Control / 1.1.4
Groups – Memberships and Access Control v1.1.4
4.6.0 4.5.0 4.4.0 4.3.0 trunk 1.0.0-beta-1 1.0.0-beta-2 1.0.0-beta-3 1.0.0-beta-3b 1.0.0-beta-3c 1.0.0-beta-3d 1.1.4 1.1.5 1.10.0 1.10.1 1.10.2 1.10.3 1.11.0 1.11.1 1.11.2 1.11.3 1.12.0 1.13.0 1.13.1 1.2.0 All 129 releases
groups / css / groups_admin.css

groups_admin.css in Groups – Memberships and Access Control 1.1.4, at css/groups_admin.css

101 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * groups_admin.css
3 *
4 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
5 *
6 * This code is released under the GNU General Public License.
7 * See COPYRIGHT.txt and LICENSE.txt.
8 *
9 * This code is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * This header and all notices must be kept intact.
15 *
16 * @author Karim Rahimpur
17 * @package groups
18 * @since groups 1.0.0
19 */
20 .manage-groups,
21 .manage-capabilities {
22 margin-right: 1em;
23 }
24 .filters,
25 .manage {
26 background-color: #fff;
27 padding: 1em;
28 margin-bottom: 1em;
29 border: 1px solid #ddd;
30 }
31 .manage a.add {
32 text-decoration: none;
33 cursor: pointer;
34 }
35 .manage a.add .icon {
36 vertical-align: middle;
37 padding-right: 4px;
38 }
39 .manage a.add .label {
40 height: 20px;
41 vertical-align: middle;
42 }
43 div.field {
44 padding-bottom: 0.62em;
45 }
46 div.field input[type="submit"] {
47 margin-right: 1em;
48 }
49 label.group-id-filter,
50 label.group-name-filter,
51 label.capability-id-filter,
52 label.capability-filter,
53 label.field-label {
54 padding-right: 0.62em;
55 }
56 input.group-id-filter,
57 input.group-name-filter,
58 input.capability-id-filter,
59 input.capability-filter {
60 margin-right: 1em;
61 }
62 input[name="clear_filters"] {
63 float:right;
64 }
65
66 div.group.new label.description-field,
67 div.group.edit label.description-field,
68 div.capability.new label.description-field,
69 div.capability.edit label.description-field {
70 vertical-align: top;
71 }
72
73 .groups-overview .page-options,
74 .capabilities-overview .page-options {
75 float: left;
76 display: inline;
77 width: 250px;
78 padding-bottom: 1em;
79 }
80 .groups-overview .tablenav.top,
81 .capabilities-overview .tablenav.top {
82 display: inline;
83 width: 250px;
84 }
85
86 .manage-groups .required,
87 .manage-capabilities .required {
88 background: url(../images/required.png) transparent no-repeat left center;
89 padding-left: 16px ! important;
90 }
91 div.groups-footer {
92 padding-top: 4px;
93 color: #999;
94 }
95 div.groups-footer a {
96 color: #777;
97 }
98 div.groups-footer form {
99 display: inline;
100 }
101