plugin-visibility.css
2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
Plugin visibility module
------------------------
*/
.plugins thead .ame-check-column,
.plugins tfoot .ame-check-column {
padding: 4px 0 0 6px;
vertical-align: middle;
width: 2.2em;
}
.plugins .ame-check-column {
vertical-align: top;
}
/*
Plugin status indicator on the check column
*/
.plugins .active th.ame-check-column,
.plugin-update-tr.active td {
border-left: 4px solid #2ea2cc;
}
.plugins thead th.ame-check-column,
.plugins tfoot th.ame-check-column,
.plugins .inactive th.ame-check-column {
padding-left: 6px;
}
.plugins tbody th.ame-check-column,
.plugins tbody {
padding: 8px 0 0 2px;
}
.plugins tbody th.ame-check-column input[type=checkbox] {
margin-top: 4px;
}
/*
The "Save Changes" form
*/
.ame-pv-save-form {
float: right;
margin-top: 5px;
margin-bottom: 6px;
}
#ws_actor_selector_container {
margin-right: 130px;
}
/*
Inline editor
*/
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-edit-left {
width: 35%;
}
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-edit-right {
width: 65%;
}
#ame-plugin-visibility-editor .inline-edit-row span.title {
width: auto;
}
#ame-plugin-visibility-editor .inline-edit-row input[type=text] {
width: 100%;
}
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-custom-description {
height: 9em;
}
#ame-plugin-visibility-editor .inline-edit-row td {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#ame-plugin-visibility-editor .inline-edit-row p.submit {
margin-bottom: 0.2em;
}
#ame-plugin-visibility-editor .inline-edit-row .submit .button {
margin-right: 0.62em;
}
#ame-plugin-visibility-editor .inline-edit-row .submit .cancel {
margin-right: 1em;
}
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-reset {
line-height: 28px;
}
#ame-plugin-visibility-editor .inline-edit-row .inline-edit-legend {
margin: 0;
padding: 0.2em 0.5em 0 0;
line-height: 2.5;
font-weight: 600;
}
/*
The "New Plugins" option is displayed in the table footer.
It needs to override some default footer styles.
*/
.plugins tfoot .ame-pv-new-plugin-visibility-row th.ame-check-column {
padding-top: 8px;
vertical-align: top;
}
.plugins tfoot .ame-pv-new-plugin-visibility-row th.ame-check-column input[type=checkbox] {
margin-top: 4px;
}
.plugins tfoot .ame-pv-new-plugin-visibility-row ul {
list-style: inside disc;
margin-left: 1em;
margin-top: 0.8em;
}
.plugins tfoot .ame-pv-new-plugin-visibility-row th, .plugins tfoot .ame-pv-new-plugin-visibility-row td {
border-top: none;
}
/*# sourceMappingURL=plugin-visibility.css.map */