plugin-visibility.scss
1.89 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*
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;
}
//Make room for th save button.
#ws_actor_selector_container {
margin-right: 130px;
}
/*
Inline editor
*/
#ame-plugin-visibility-editor .inline-edit-row {
.ame-pv-inline-edit-left {
width: 35%;
}
.ame-pv-inline-edit-right {
width: 65%;
}
span.title {
width: auto;
}
input[type="text"] {
width: 100%;
}
.ame-pv-custom-description {
height: 9em;
}
td {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
p.submit {
margin-bottom: 0.2em;
}
.submit .button {
margin-right: 0.62em;
}
.submit .cancel {
margin-right: 1em;
}
.ame-pv-inline-reset {
line-height: 28px;
}
.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;
input[type=checkbox] {
margin-top: 4px;
}
}
ul {
list-style: inside disc;
margin-left: 1em;
margin-top: 0.8em;
}
th, td {
border-top: none;
}
}