author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 13:49:49 +0100 | |
changeset 16 | a86126ab1dd4 |
parent 9 | 177826044cd9 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2 |
.response-links { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
5 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
6 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
7 |
.response-links a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
8 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
9 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
10 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
11 |
.response-links a.comments-edit-item-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
12 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
13 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
14 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
15 |
.response-links a.comments-view-item-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
16 |
font-size: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
17 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
18 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
19 |
.post-com-count-wrapper strong { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
20 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
22 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
23 |
.comments-view-item-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
24 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
25 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
26 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
27 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
28 |
.column-response .post-com-count-wrapper, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
29 |
.column-comments .post-com-count-wrapper { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
30 |
white-space: nowrap; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
word-wrap: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
34 |
/* comments bubble common */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
.column-response .post-com-count, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
36 |
.column-comments .post-com-count { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
37 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
38 |
vertical-align: top; |
5 | 39 |
} |
40 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
41 |
/* comments bubble approved */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
42 |
.column-response .post-com-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
43 |
.column-response .post-com-count-approved, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
44 |
.column-comments .post-com-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
45 |
.column-comments .post-com-count-approved { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
46 |
margin-top: 5px; |
5 | 47 |
} |
48 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
49 |
.column-response .comment-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
50 |
.column-response .comment-count-approved, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
51 |
.column-comments .comment-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
52 |
.column-comments .comment-count-approved { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
53 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
54 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
55 |
padding: 0 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
56 |
min-width: 24px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
57 |
height: 2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
58 |
border-radius: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
59 |
background-color: #72777c; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
60 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
61 |
font-size: 11px; |
16 | 62 |
line-height: 1.90909090; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
63 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
64 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
65 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
66 |
.column-response .post-com-count-no-comments:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
67 |
.column-response .post-com-count-approved:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
68 |
.column-comments .post-com-count-no-comments:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
69 |
.column-comments .post-com-count-approved:after { |
5 | 70 |
content: ""; |
71 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
72 |
margin-right: 8px; |
5 | 73 |
width: 0; |
74 |
height: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
75 |
border-top: 5px solid #72777c; |
5 | 76 |
border-left: 5px solid transparent; |
77 |
} |
|
78 |
||
16 | 79 |
.column-response a.post-com-count-approved:hover .comment-count-approved, |
80 |
.column-response a.post-com-count-approved:focus .comment-count-approved, |
|
81 |
.column-comments a.post-com-count-approved:hover .comment-count-approved, |
|
82 |
.column-comments a.post-com-count-approved:focus .comment-count-approved { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
83 |
background: #0073aa; |
5 | 84 |
} |
85 |
||
16 | 86 |
.column-response a.post-com-count-approved:hover:after, |
87 |
.column-response a.post-com-count-approved:focus:after, |
|
88 |
.column-comments a.post-com-count-approved:hover:after, |
|
89 |
.column-comments a.post-com-count-approved:focus:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
border-top-color: #0073aa; |
5 | 91 |
} |
92 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
93 |
/* @todo: consider to use a single rule for these counters and the admin menu counters. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
94 |
.column-response .post-com-count-pending, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
95 |
.column-comments .post-com-count-pending { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
96 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
97 |
right: -3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
98 |
padding: 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
99 |
min-width: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
100 |
height: 17px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
101 |
border: 2px solid #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
102 |
border-radius: 11px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
103 |
background: #ca4a1f; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
104 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
105 |
font-size: 9px; |
16 | 106 |
line-height: 1.88888888; |
5 | 107 |
text-align: center; |
108 |
} |
|
109 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
110 |
.column-response .post-com-count-no-pending, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
111 |
.column-comments .post-com-count-no-pending { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
112 |
display: none; |
5 | 113 |
} |
114 |
||
115 |
/* comments */ |
|
116 |
||
117 |
.commentlist li { |
|
118 |
padding: 1em 1em .2em; |
|
119 |
margin: 0; |
|
120 |
border-bottom: 1px solid #ccc; |
|
121 |
} |
|
122 |
||
123 |
.commentlist li li { |
|
124 |
border-bottom: 0; |
|
125 |
padding: 0; |
|
126 |
} |
|
127 |
||
128 |
.commentlist p { |
|
129 |
padding: 0; |
|
130 |
margin: 0 0 .8em; |
|
131 |
} |
|
132 |
||
133 |
#submitted-on, |
|
134 |
.submitted-on { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
135 |
color: #555d66; |
5 | 136 |
} |
137 |
||
138 |
/* reply to comments */ |
|
139 |
#replyrow td { |
|
140 |
padding: 2px; |
|
141 |
} |
|
142 |
||
143 |
#replysubmit { |
|
144 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
145 |
padding: 5px 7px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
146 |
overflow: hidden; |
5 | 147 |
} |
148 |
||
9 | 149 |
#replysubmit .reply-submit-buttons { |
150 |
margin-bottom: 0; |
|
151 |
} |
|
152 |
||
5 | 153 |
#replysubmit .button { |
154 |
margin-left: 5px; |
|
155 |
} |
|
156 |
||
9 | 157 |
#replysubmit .spinner { |
158 |
float: none; |
|
159 |
margin: -4px 0 0; |
|
160 |
} |
|
161 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
162 |
#replyrow.inline-edit-row fieldset.comment-reply { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
163 |
font-size: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
164 |
line-height: inherit; |
5 | 165 |
} |
166 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
167 |
#replyrow legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
168 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
169 |
padding: .2em 5px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
170 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
171 |
line-height: 1.4; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
172 |
font-weight: 600; |
5 | 173 |
} |
174 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
175 |
#replyrow.inline-edit-row label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
176 |
display: inline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
177 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
178 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
179 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
180 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
181 |
#edithead .inside, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
182 |
#commentsdiv #edithead .inside { |
5 | 183 |
float: right; |
184 |
padding: 3px 5px 2px 0; |
|
185 |
margin: 0; |
|
186 |
text-align: center; |
|
187 |
} |
|
188 |
||
189 |
#edithead .inside input { |
|
190 |
width: 180px; |
|
191 |
} |
|
192 |
||
193 |
#edithead label { |
|
194 |
padding: 2px 0; |
|
195 |
} |
|
196 |
||
197 |
#replycontainer { |
|
198 |
padding: 5px; |
|
199 |
} |
|
200 |
||
201 |
#replycontent { |
|
202 |
height: 120px; |
|
203 |
box-shadow: none; |
|
204 |
} |
|
205 |
||
206 |
#replyerror { |
|
207 |
border-color: #ddd; |
|
208 |
background-color: #f9f9f9; |
|
209 |
} |
|
210 |
||
211 |
/* @todo: is this used? */ |
|
212 |
.commentlist .avatar { |
|
213 |
vertical-align: text-top; |
|
214 |
} |
|
215 |
||
216 |
#the-comment-list tr.undo, |
|
217 |
#the-comment-list div.undo { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
218 |
background-color: #f5f5f5; |
5 | 219 |
} |
220 |
||
221 |
#the-comment-list .unapproved th, |
|
222 |
#the-comment-list .unapproved td { |
|
223 |
background-color: #fef7f1; |
|
224 |
} |
|
225 |
||
226 |
#the-comment-list .unapproved th.check-column { |
|
227 |
border-right: 4px solid #d54e21; |
|
228 |
} |
|
229 |
||
230 |
#the-comment-list .unapproved th.check-column input { |
|
231 |
margin-right: 4px; |
|
232 |
} |
|
233 |
||
234 |
#the-comment-list .approve a { |
|
235 |
color: #006505; |
|
236 |
} |
|
237 |
||
238 |
#the-comment-list .unapprove a { |
|
239 |
color: #d98500; |
|
240 |
} |
|
241 |
||
242 |
#the-comment-list th, |
|
243 |
#the-comment-list td { |
|
244 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
|
245 |
} |
|
246 |
||
247 |
#the-comment-list tr:last-child th, |
|
248 |
#the-comment-list tr:last-child td { |
|
9 | 249 |
box-shadow: none; |
5 | 250 |
} |
251 |
||
252 |
#the-comment-list tr.unapproved + tr.approved th, |
|
253 |
#the-comment-list tr.unapproved + tr.approved td { |
|
9 | 254 |
border-top: 1px solid rgba(0, 0, 0, 0.03); |
5 | 255 |
} |
256 |
||
257 |
/* table vim shortcuts */ |
|
258 |
.vim-current, |
|
259 |
.vim-current th, |
|
260 |
.vim-current td { |
|
261 |
background-color: #e4f2fd !important; |
|
262 |
} |
|
263 |
||
264 |
th .comment-grey-bubble { |
|
265 |
height: 16px; |
|
266 |
width: 16px; |
|
267 |
} |
|
268 |
||
269 |
th .comment-grey-bubble:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
270 |
content: "\f101"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
271 |
font: normal 20px/.5 dashicons; |
5 | 272 |
speak: none; |
273 |
display: inline-block; |
|
274 |
padding: 0; |
|
275 |
top: 4px; |
|
276 |
right: -4px; |
|
277 |
position: relative; |
|
278 |
vertical-align: top; |
|
279 |
-webkit-font-smoothing: antialiased; |
|
280 |
-moz-osx-font-smoothing: grayscale; |
|
281 |
text-decoration: none !important; |
|
282 |
color: #444; |
|
283 |
} |
|
284 |
||
285 |
/*------------------------------------------------------------------------------ |
|
286 |
10.0 - List Posts (/Pages/etc) |
|
287 |
------------------------------------------------------------------------------*/ |
|
288 |
||
289 |
table.fixed { |
|
290 |
table-layout: fixed; |
|
291 |
} |
|
292 |
||
293 |
.fixed .column-rating, |
|
294 |
.fixed .column-visible { |
|
295 |
width: 8%; |
|
296 |
} |
|
297 |
||
298 |
.fixed .column-posts, |
|
299 |
.fixed .column-parent, |
|
300 |
.fixed .column-links, |
|
301 |
.fixed .column-author, |
|
302 |
.fixed .column-format { |
|
303 |
width: 10%; |
|
304 |
} |
|
305 |
||
16 | 306 |
.fixed .column-date { |
307 |
width: 14%; |
|
308 |
} |
|
309 |
||
310 |
.column-date span[title] { |
|
311 |
-webkit-text-decoration: dotted underline; |
|
312 |
text-decoration: dotted underline; |
|
313 |
} |
|
314 |
||
5 | 315 |
.fixed .column-posts { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
316 |
width: 74px; |
5 | 317 |
} |
318 |
||
319 |
.fixed .column-comment .comment-author { |
|
320 |
display: none; |
|
321 |
} |
|
322 |
||
323 |
.fixed .column-response, |
|
324 |
.fixed .column-categories, |
|
325 |
.fixed .column-tags, |
|
326 |
.fixed .column-rel, |
|
327 |
.fixed .column-role { |
|
328 |
width: 15%; |
|
329 |
} |
|
330 |
||
331 |
.fixed .column-slug { |
|
332 |
width: 25%; |
|
333 |
} |
|
334 |
||
335 |
.fixed .column-locations { |
|
336 |
width: 35%; |
|
337 |
} |
|
338 |
||
339 |
.fixed .column-comments { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
340 |
width: 5.5em; |
5 | 341 |
padding: 8px 0; |
342 |
text-align: right; |
|
343 |
} |
|
344 |
||
345 |
.fixed .column-comments .vers { |
|
346 |
padding-right: 3px; |
|
347 |
} |
|
348 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
349 |
td.column-title strong, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
350 |
td.plugin-title strong { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
351 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
352 |
margin-bottom: .2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
353 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
354 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
355 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
356 |
td.column-title p, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
357 |
td.plugin-title p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
358 |
margin: 6px 0; |
5 | 359 |
} |
360 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
361 |
/* Media file column */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
362 |
table.media .column-title .media-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
363 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
364 |
min-height: 60px; |
9 | 365 |
margin: 0 0 0 9px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
366 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
367 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
368 |
table.media .column-title .media-icon img { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
369 |
max-width: 60px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
370 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
371 |
vertical-align: top; /* Remove descender white-space. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
372 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
373 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
374 |
table.media .column-title .has-media-icon ~ .row-actions { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
375 |
margin-right: 70px; /* 60px image + margin */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
376 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
377 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
378 |
table.media .column-title .filename { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
379 |
margin-bottom: 0.2em; |
5 | 380 |
} |
381 |
||
382 |
/* @todo: pick a consistent list table selector */ |
|
383 |
.wp-list-table a { |
|
384 |
transition: none; |
|
385 |
} |
|
386 |
||
387 |
#the-list tr:last-child td, |
|
388 |
#the-list tr:last-child th { |
|
389 |
border-bottom: none !important; |
|
390 |
box-shadow: none; |
|
391 |
} |
|
392 |
||
393 |
#comments-form .fixed .column-author { |
|
394 |
width: 20%; |
|
395 |
} |
|
396 |
||
397 |
#commentsdiv.postbox .inside { |
|
398 |
margin: 0; |
|
399 |
padding: 0; |
|
400 |
} |
|
401 |
||
402 |
#commentsdiv .inside .row-actions { |
|
16 | 403 |
line-height: 1.38461538; |
5 | 404 |
} |
405 |
||
406 |
#commentsdiv .inside .column-author { |
|
407 |
width: 25%; |
|
408 |
} |
|
409 |
||
410 |
#commentsdiv .column-comment p { |
|
411 |
margin: 0.6em 0; |
|
412 |
padding: 0; |
|
413 |
} |
|
414 |
||
415 |
#commentsdiv #replyrow td { |
|
416 |
padding: 0; |
|
417 |
} |
|
418 |
||
419 |
#commentsdiv p { |
|
420 |
padding: 8px 10px; |
|
421 |
margin: 0; |
|
422 |
} |
|
423 |
||
424 |
#commentsdiv .comments-box { |
|
425 |
border: 0 none; |
|
426 |
} |
|
427 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
428 |
#commentsdiv .comments-box thead th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
429 |
#commentsdiv .comments-box thead td { |
5 | 430 |
background: transparent; |
431 |
padding: 0 7px 4px; |
|
432 |
} |
|
433 |
||
434 |
#commentsdiv .comments-box tr:last-child td { |
|
435 |
border-bottom: 0 none; |
|
436 |
} |
|
437 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
438 |
#commentsdiv #edithead .inside input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
439 |
width: 160px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
440 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
441 |
|
5 | 442 |
.sorting-indicator { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
443 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
444 |
visibility: hidden; |
5 | 445 |
width: 10px; |
446 |
height: 4px; |
|
447 |
margin-top: 8px; |
|
448 |
margin-right: 7px; |
|
449 |
} |
|
450 |
||
451 |
.sorting-indicator:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
452 |
content: "\f142"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
453 |
font: normal 20px/1 dashicons; |
5 | 454 |
speak: none; |
455 |
display: inline-block; |
|
456 |
padding: 0; |
|
457 |
top: -4px; |
|
458 |
right: -8px; |
|
459 |
color: #444; |
|
16 | 460 |
line-height: 0.5; |
5 | 461 |
position: relative; |
462 |
vertical-align: top; |
|
463 |
-webkit-font-smoothing: antialiased; |
|
464 |
-moz-osx-font-smoothing: grayscale; |
|
465 |
text-decoration: none !important; |
|
466 |
color: #444; |
|
467 |
} |
|
468 |
||
469 |
.column-comments .sorting-indicator:before { |
|
470 |
top: 0; |
|
471 |
right: -10px; |
|
472 |
} |
|
473 |
||
474 |
th.sorted.asc .sorting-indicator:before, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
475 |
th.desc:hover span.sorting-indicator:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
476 |
th.desc a:focus span.sorting-indicator:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
477 |
content: "\f142"; |
5 | 478 |
} |
479 |
||
480 |
th.sorted.desc .sorting-indicator:before, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
481 |
th.asc:hover span.sorting-indicator:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
482 |
th.asc a:focus span.sorting-indicator:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
483 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
484 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
485 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
.wp-list-table .toggle-row { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
left: 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
489 |
top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
490 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
492 |
width: 40px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
493 |
height: 40px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
494 |
border: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
495 |
outline: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
496 |
background: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
497 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
498 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
499 |
.wp-list-table .toggle-row:hover { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
500 |
cursor: pointer; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
501 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
502 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
503 |
.wp-list-table .toggle-row:focus:before { |
9 | 504 |
box-shadow: |
505 |
0 0 0 1px #5b9dd9, |
|
506 |
0 0 2px 1px rgba(30, 140, 190, 0.8); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
507 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
.wp-list-table .toggle-row:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
510 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
511 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
512 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
513 |
.wp-list-table .toggle-row:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
top: -5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
516 |
right: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
517 |
border-radius: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
518 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
519 |
padding: 1px 0 1px 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
520 |
color: #444; /* same as table headers sort arrows */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
521 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
line-height: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
speak: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
527 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
528 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
529 |
.wp-list-table .is-expanded .toggle-row:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
530 |
content: "\f142"; |
5 | 531 |
} |
532 |
||
16 | 533 |
.locked-indicator { |
534 |
display: none; |
|
5 | 535 |
margin-right: 6px; |
536 |
height: 20px; |
|
537 |
width: 16px; |
|
538 |
} |
|
539 |
||
16 | 540 |
.locked-indicator-icon:before { |
5 | 541 |
color: #82878c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
542 |
content: "\f160"; |
5 | 543 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
544 |
font: normal 20px/1 dashicons; |
5 | 545 |
speak: none; |
546 |
vertical-align: middle; |
|
547 |
-webkit-font-smoothing: antialiased; |
|
548 |
-moz-osx-font-smoothing: grayscale; |
|
549 |
} |
|
550 |
||
16 | 551 |
.locked-info { |
5 | 552 |
display: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
553 |
margin-top: 4px; |
5 | 554 |
} |
555 |
||
556 |
.locked-text { |
|
557 |
vertical-align: top; |
|
558 |
} |
|
559 |
||
16 | 560 |
.wp-locked .locked-indicator, |
561 |
.wp-locked .locked-info { |
|
562 |
display: block; |
|
563 |
} |
|
564 |
||
565 |
tr.wp-locked .check-column label, |
|
566 |
tr.wp-locked .check-column input[type="checkbox"], |
|
567 |
tr.wp-locked .row-actions .inline, |
|
568 |
tr.wp-locked .row-actions .trash { |
|
569 |
display: none; |
|
5 | 570 |
} |
571 |
||
572 |
.fixed .column-comments .sorting-indicator { |
|
573 |
margin-top: 3px; |
|
574 |
} |
|
575 |
||
576 |
#menu-locations-wrap .widefat { |
|
577 |
width: 60%; |
|
578 |
} |
|
579 |
||
580 |
.widefat th.sortable, |
|
581 |
.widefat th.sorted { |
|
582 |
padding: 0; |
|
583 |
} |
|
584 |
||
585 |
th.sortable a, |
|
586 |
th.sorted a { |
|
587 |
display: block; |
|
588 |
overflow: hidden; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
padding: 8px; |
5 | 590 |
} |
591 |
||
592 |
.fixed .column-comments.sortable a, |
|
593 |
.fixed .column-comments.sorted a { |
|
594 |
padding: 8px 0; |
|
595 |
} |
|
596 |
||
597 |
th.sortable a span, |
|
598 |
th.sorted a span { |
|
599 |
float: right; |
|
600 |
cursor: pointer; |
|
601 |
} |
|
602 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
603 |
th.sorted .sorting-indicator, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
604 |
th.desc:hover span.sorting-indicator, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
th.desc a:focus span.sorting-indicator, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
th.asc:hover span.sorting-indicator, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
607 |
th.asc a:focus span.sorting-indicator { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
608 |
visibility: visible; |
5 | 609 |
} |
610 |
||
611 |
.tablenav-pages .current-page { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
612 |
margin: 0 0 0 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
613 |
font-size: 13px; |
5 | 614 |
text-align: center; |
615 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
617 |
.tablenav .total-pages { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
618 |
margin-left: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
619 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
620 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
621 |
.tablenav #table-paging { |
5 | 622 |
margin-right: 2px; |
623 |
} |
|
624 |
||
625 |
.tablenav { |
|
626 |
clear: both; |
|
627 |
height: 30px; |
|
628 |
margin: 6px 0 4px; |
|
16 | 629 |
padding-top: 5px; |
5 | 630 |
vertical-align: middle; |
631 |
} |
|
632 |
||
633 |
.tablenav.themes { |
|
634 |
max-width: 98%; |
|
635 |
} |
|
636 |
||
637 |
.tablenav .tablenav-pages { |
|
638 |
float: left; |
|
16 | 639 |
margin: 0 0 9px; |
5 | 640 |
} |
641 |
||
642 |
.tablenav .no-pages, |
|
643 |
.tablenav .one-page .pagination-links { |
|
644 |
display: none; |
|
645 |
} |
|
646 |
||
9 | 647 |
.tablenav .tablenav-pages .button, |
648 |
.tablenav .tablenav-pages .tablenav-pages-navspan { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
649 |
display: inline-block; |
9 | 650 |
vertical-align: baseline; |
16 | 651 |
min-width: 30px; |
652 |
min-height: 30px; |
|
9 | 653 |
margin: 0; |
654 |
padding: 0 4px; |
|
5 | 655 |
font-size: 16px; |
16 | 656 |
line-height: 1.625; /* 26px */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
657 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
659 |
|
5 | 660 |
.tablenav .displaying-num { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
661 |
margin-left: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
662 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
663 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
664 |
.tablenav .one-page .displaying-num { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
665 |
display: inline-block; |
9 | 666 |
margin: 5px 0; |
5 | 667 |
} |
668 |
||
669 |
.tablenav .actions { |
|
16 | 670 |
padding: 0 0 0 8px; |
5 | 671 |
} |
672 |
||
673 |
.wp-filter .actions { |
|
674 |
display: inline-block; |
|
675 |
vertical-align: middle; |
|
676 |
} |
|
677 |
||
678 |
.tablenav .delete { |
|
679 |
margin-left: 20px; |
|
680 |
} |
|
681 |
||
9 | 682 |
/* This view-switcher is still used on multisite. */ |
5 | 683 |
.tablenav .view-switch { |
684 |
float: left; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
685 |
margin: 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
padding-top: 3px; |
5 | 687 |
} |
688 |
||
689 |
.wp-filter .view-switch { |
|
690 |
display: inline-block; |
|
691 |
vertical-align: middle; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
692 |
padding: 12px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
693 |
margin: 0 2px 0 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
694 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
695 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
696 |
.media-toolbar.wp-filter .view-switch { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
697 |
margin: 0 2px 0 12px; |
5 | 698 |
} |
699 |
||
700 |
.view-switch a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
701 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
702 |
width: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
703 |
height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
704 |
text-align: center; |
16 | 705 |
line-height: 1.84615384; |
5 | 706 |
text-decoration: none; |
707 |
} |
|
708 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
709 |
.view-switch a:before { |
5 | 710 |
color: #b4b9be; |
711 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
712 |
font: normal 20px/1 dashicons; |
5 | 713 |
speak: none; |
714 |
vertical-align: middle; |
|
715 |
-webkit-font-smoothing: antialiased; |
|
716 |
-moz-osx-font-smoothing: grayscale; |
|
717 |
} |
|
718 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
719 |
.view-switch a:hover:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
720 |
.view-switch a:focus:before { |
5 | 721 |
color: #727272; |
722 |
} |
|
723 |
||
724 |
.view-switch a.current:before { |
|
725 |
color: #0073aa; |
|
726 |
} |
|
727 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
728 |
.view-switch .view-list:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
729 |
content: "\f163"; |
5 | 730 |
} |
731 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
732 |
.view-switch .view-excerpt:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
733 |
content: "\f164"; |
5 | 734 |
} |
735 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
736 |
.view-switch .view-grid:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
737 |
content: "\f509"; |
5 | 738 |
} |
739 |
||
740 |
.filter { |
|
741 |
float: right; |
|
742 |
margin: -5px 10px 0 0; |
|
743 |
} |
|
744 |
||
745 |
.filter .subsubsub { |
|
746 |
margin-right: -10px; |
|
747 |
margin-top: 13px; |
|
748 |
} |
|
749 |
.screen-per-page { |
|
750 |
width: 4em; |
|
751 |
} |
|
752 |
||
753 |
#posts-filter .wp-filter { |
|
754 |
margin-bottom: 0; |
|
755 |
} |
|
756 |
||
757 |
#posts-filter fieldset { |
|
758 |
float: right; |
|
759 |
margin: 0 0 1em 1.5ex; |
|
760 |
padding: 0; |
|
761 |
} |
|
762 |
||
763 |
#posts-filter fieldset legend { |
|
764 |
padding: 0 1px .2em 0; |
|
765 |
} |
|
766 |
||
767 |
p.pagenav { |
|
768 |
margin: 0; |
|
769 |
display: inline; |
|
770 |
} |
|
771 |
||
772 |
.pagenav span { |
|
773 |
font-weight: 600; |
|
774 |
margin: 0 6px; |
|
775 |
} |
|
776 |
||
777 |
.row-title { |
|
778 |
font-size: 14px !important; |
|
779 |
font-weight: 600; |
|
780 |
} |
|
781 |
||
782 |
.column-comment .comment-author { |
|
783 |
margin-bottom: 0.6em; |
|
784 |
} |
|
785 |
||
786 |
.column-author img, |
|
787 |
.column-username img, |
|
788 |
.column-comment .comment-author img { |
|
789 |
float: right; |
|
790 |
margin-left: 10px; |
|
791 |
margin-top: 1px; |
|
792 |
} |
|
793 |
||
794 |
.row-actions { |
|
795 |
color: #ddd; |
|
796 |
font-size: 13px; |
|
797 |
padding: 2px 0 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
798 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
799 |
right: -9999em; |
5 | 800 |
} |
801 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
802 |
/* ticket #34150 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
803 |
.rtl .row-actions a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
804 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
805 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
806 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
807 |
.row-actions .network_only, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
808 |
.row-actions .network_active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
809 |
color: #000; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
810 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
811 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
812 |
.no-js .row-actions, |
5 | 813 |
tr:hover .row-actions, |
814 |
.mobile .row-actions, |
|
815 |
.row-actions.visible, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
816 |
.comment-item:hover .row-actions { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
817 |
position: static; |
5 | 818 |
} |
819 |
||
820 |
/* deprecated */ |
|
821 |
.row-actions-visible { |
|
822 |
padding: 2px 0 0; |
|
823 |
} |
|
824 |
||
825 |
||
826 |
/*------------------------------------------------------------------------------ |
|
827 |
10.1 - Inline Editing |
|
828 |
------------------------------------------------------------------------------*/ |
|
829 |
||
830 |
/* |
|
831 |
.quick-edit* is for Quick Edit |
|
832 |
.bulk-edit* is for Bulk Edit |
|
833 |
.inline-edit* is for everything |
|
834 |
*/ |
|
835 |
||
836 |
/* Layout */ |
|
837 |
||
838 |
#wpbody-content .inline-edit-row fieldset { |
|
839 |
font-size: 12px; |
|
840 |
float: right; |
|
841 |
margin: 0; |
|
842 |
padding: 0; |
|
843 |
width: 100%; |
|
844 |
} |
|
845 |
||
846 |
tr.inline-edit-row td, |
|
847 |
#wpbody-content .inline-edit-row fieldset .inline-edit-col { |
|
848 |
padding: 0 0.5em; |
|
849 |
} |
|
850 |
||
851 |
#wpbody-content .quick-edit-row-post .inline-edit-col-left { |
|
852 |
width: 40%; |
|
853 |
} |
|
854 |
||
855 |
#wpbody-content .quick-edit-row-post .inline-edit-col-right { |
|
856 |
width: 39%; |
|
857 |
} |
|
858 |
||
859 |
#wpbody-content .inline-edit-row-post .inline-edit-col-center { |
|
860 |
width: 20%; |
|
861 |
} |
|
862 |
||
863 |
#wpbody-content .quick-edit-row-page .inline-edit-col-left { |
|
864 |
width: 50%; |
|
865 |
} |
|
866 |
||
867 |
#wpbody-content .quick-edit-row-page .inline-edit-col-right, |
|
868 |
#wpbody-content .bulk-edit-row-post .inline-edit-col-right { |
|
869 |
width: 49%; |
|
870 |
} |
|
871 |
||
872 |
#wpbody-content .bulk-edit-row .inline-edit-col-left { |
|
873 |
width: 30%; |
|
874 |
} |
|
875 |
||
876 |
#wpbody-content .bulk-edit-row-page .inline-edit-col-right { |
|
877 |
width: 69%; |
|
878 |
} |
|
879 |
||
880 |
#wpbody-content .bulk-edit-row .inline-edit-col-bottom { |
|
881 |
float: left; |
|
882 |
width: 69%; |
|
883 |
} |
|
884 |
||
885 |
#wpbody-content .inline-edit-row-page .inline-edit-col-right { |
|
886 |
margin-top: 27px; |
|
887 |
} |
|
888 |
||
889 |
.inline-edit-row fieldset .inline-edit-group { |
|
890 |
clear: both; |
|
891 |
line-height: 2.5; |
|
892 |
} |
|
893 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
894 |
.inline-edit-row .submit { |
5 | 895 |
clear: both; |
896 |
padding: 0.5em; |
|
897 |
margin: 0.5em 0 0; |
|
898 |
} |
|
899 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
900 |
.inline-edit-row .notice-error { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
901 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
902 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
903 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
904 |
.inline-edit-row .notice-error .error { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
905 |
margin: 0.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
906 |
padding: 2px; |
5 | 907 |
} |
908 |
||
909 |
/* Positioning */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
910 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
911 |
/* Needs higher specificity for the padding */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
912 |
#the-list .inline-edit-row .inline-edit-legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
913 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
914 |
padding: 0.2em 0.5em 0; |
5 | 915 |
line-height: 2.5; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
916 |
font-weight: 600; |
5 | 917 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
918 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
919 |
#the-list #bulk-edit.inline-edit-row .inline-edit-legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
920 |
padding: 0.2em 0.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
921 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
922 |
|
5 | 923 |
.inline-edit-row fieldset span.title, |
924 |
.inline-edit-row fieldset span.checkbox-title { |
|
925 |
margin: 0; |
|
926 |
padding: 0; |
|
927 |
} |
|
928 |
||
929 |
.inline-edit-row fieldset label, |
|
930 |
.inline-edit-row fieldset span.inline-edit-categories-label { |
|
931 |
display: block; |
|
932 |
margin: .2em 0; |
|
933 |
line-height: 2.5; |
|
934 |
} |
|
935 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
936 |
.inline-edit-row fieldset.inline-edit-date label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
937 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
938 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
939 |
vertical-align: baseline; |
16 | 940 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
941 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
942 |
|
5 | 943 |
.inline-edit-row fieldset label.inline-edit-tags { |
944 |
margin-top: 0; |
|
945 |
} |
|
946 |
||
947 |
.inline-edit-row fieldset label.inline-edit-tags span.title { |
|
948 |
margin: .2em 0; |
|
949 |
width: auto; |
|
950 |
} |
|
951 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
952 |
.inline-edit-row fieldset label span.title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
953 |
.inline-edit-row fieldset.inline-edit-date legend { |
5 | 954 |
display: block; |
955 |
float: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
956 |
width: 6em; |
5 | 957 |
line-height: 2.5; |
958 |
} |
|
959 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
960 |
#posts-filter fieldset.inline-edit-date legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
961 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
962 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
963 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
964 |
.inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
965 |
.inline-edit-row fieldset .timestamp-wrap { |
5 | 966 |
display: block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
967 |
margin-right: 6em; |
5 | 968 |
} |
969 |
||
970 |
.quick-edit-row-post fieldset.inline-edit-col-right label span.title { |
|
971 |
width: auto; |
|
972 |
padding-left: 0.5em; |
|
973 |
} |
|
974 |
||
975 |
.inline-edit-row .inline-edit-or { |
|
976 |
margin: .2em 0 .2em 6px; |
|
977 |
line-height: 2.5; |
|
978 |
} |
|
979 |
||
980 |
.inline-edit-row .input-text-wrap input[type=text] { |
|
981 |
width: 100%; |
|
982 |
} |
|
983 |
||
984 |
.inline-edit-row fieldset label input[type=checkbox] { |
|
985 |
vertical-align: middle; |
|
986 |
} |
|
987 |
||
988 |
.inline-edit-row fieldset label textarea { |
|
989 |
width: 100%; |
|
990 |
height: 4em; |
|
991 |
vertical-align: top; |
|
992 |
} |
|
993 |
||
994 |
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label { |
|
995 |
max-width: 50%; |
|
996 |
} |
|
997 |
||
998 |
#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { |
|
999 |
margin-left: 0.5em |
|
1000 |
} |
|
1001 |
||
1002 |
.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input { |
|
1003 |
width: 6em; |
|
1004 |
} |
|
1005 |
||
1006 |
/* Styling */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1007 |
.inline-edit-row .inline-edit-legend { |
5 | 1008 |
text-transform: uppercase; |
1009 |
} |
|
1010 |
||
1011 |
/* Specific Elements */ |
|
1012 |
.inline-edit-row fieldset .inline-edit-date { |
|
1013 |
float: right; |
|
1014 |
} |
|
1015 |
||
1016 |
.inline-edit-row fieldset input[name=jj], |
|
1017 |
.inline-edit-row fieldset input[name=hh], |
|
16 | 1018 |
.inline-edit-row fieldset input[name=mn], |
5 | 1019 |
.inline-edit-row fieldset input[name=aa] { |
16 | 1020 |
vertical-align: middle; |
1021 |
text-align: center; |
|
1022 |
padding: 0 4px; |
|
5 | 1023 |
} |
1024 |
||
1025 |
.inline-edit-row fieldset label input.inline-edit-password-input { |
|
1026 |
width: 8em; |
|
1027 |
} |
|
1028 |
||
1029 |
ul.cat-checklist { |
|
1030 |
height: 12em; |
|
1031 |
border: solid 1px #ddd; |
|
1032 |
overflow-y: scroll; |
|
1033 |
padding: 0 5px; |
|
1034 |
margin: 0; |
|
1035 |
background-color: #fff; |
|
1036 |
} |
|
1037 |
||
1038 |
#bulk-titles { |
|
1039 |
display: block; |
|
1040 |
height: 12em; |
|
1041 |
border: 1px solid #ddd; |
|
1042 |
overflow-y: scroll; |
|
1043 |
padding: 0 5px; |
|
1044 |
margin: 0 0 5px; |
|
1045 |
} |
|
1046 |
||
1047 |
.inline-edit-row fieldset ul.cat-checklist li, |
|
1048 |
.inline-edit-row fieldset ul.cat-checklist input { |
|
1049 |
margin: 0; |
|
1050 |
position: relative; /* RTL fix, #WP27629 */ |
|
1051 |
} |
|
1052 |
||
1053 |
.inline-edit-row fieldset ul.cat-checklist label, |
|
1054 |
.inline-edit-row #bulk-titles div { |
|
1055 |
font-style: normal; |
|
1056 |
font-size: 11px; |
|
1057 |
} |
|
1058 |
||
1059 |
.inline-edit-row fieldset label input.inline-edit-menu-order-input { |
|
1060 |
width: 3em; |
|
1061 |
} |
|
1062 |
||
1063 |
.inline-edit-row fieldset label input.inline-edit-slug-input { |
|
1064 |
width: 75%; |
|
1065 |
} |
|
1066 |
||
1067 |
.inline-edit-row #post_parent, |
|
1068 |
.inline-edit-row select[name="page_template"] { |
|
1069 |
max-width: 80%; |
|
1070 |
} |
|
1071 |
||
1072 |
.quick-edit-row-post fieldset label.inline-edit-status { |
|
1073 |
float: right; |
|
1074 |
} |
|
1075 |
||
1076 |
#bulk-titles { |
|
1077 |
line-height: 140%; |
|
1078 |
} |
|
1079 |
#bulk-titles div { |
|
1080 |
margin: 0.2em 0.3em; |
|
1081 |
} |
|
1082 |
||
1083 |
#bulk-titles div a { |
|
1084 |
cursor: pointer; |
|
1085 |
display: block; |
|
1086 |
float: right; |
|
1087 |
height: 18px; |
|
1088 |
margin: 0 -2px 0 3px; |
|
1089 |
overflow: hidden; |
|
1090 |
position: relative; |
|
1091 |
width: 20px; |
|
1092 |
} |
|
1093 |
||
1094 |
#bulk-titles div a:before { |
|
1095 |
position: relative; |
|
1096 |
top: -3px; |
|
1097 |
} |
|
1098 |
||
1099 |
/*------------------------------------------------------------------------------ |
|
1100 |
17.0 - Plugins |
|
1101 |
------------------------------------------------------------------------------*/ |
|
1102 |
||
1103 |
.plugins tbody th.check-column, |
|
1104 |
.plugins tbody { |
|
1105 |
padding: 8px 2px 0 0; |
|
1106 |
} |
|
1107 |
||
1108 |
.plugins tbody th.check-column input[type=checkbox] { |
|
1109 |
margin-top: 4px; |
|
1110 |
} |
|
1111 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1112 |
.updates-table .plugin-title p { |
5 | 1113 |
margin-top: 0; |
1114 |
} |
|
1115 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1116 |
.plugins thead td.check-column, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1117 |
.plugins tfoot td.check-column, |
5 | 1118 |
.plugins .inactive th.check-column { |
1119 |
padding-right: 6px; |
|
1120 |
} |
|
1121 |
||
1122 |
.plugins, |
|
1123 |
.plugins th, |
|
1124 |
.plugins td { |
|
1125 |
color: #000; |
|
1126 |
} |
|
1127 |
||
1128 |
.plugins tr { |
|
1129 |
background: #fff; |
|
1130 |
} |
|
1131 |
||
1132 |
.plugins p { |
|
1133 |
margin: 0 4px; |
|
1134 |
padding: 0; |
|
1135 |
} |
|
1136 |
||
1137 |
.plugins .desc p { |
|
1138 |
margin: 0 0 8px; |
|
1139 |
} |
|
1140 |
||
1141 |
.plugins td.desc { |
|
16 | 1142 |
line-height: 1.5; |
5 | 1143 |
} |
1144 |
||
1145 |
.plugins .desc ul, |
|
1146 |
.plugins .desc ol { |
|
1147 |
margin: 0 2em 0 0; |
|
1148 |
} |
|
1149 |
||
1150 |
.plugins .desc ul { |
|
1151 |
list-style-type: disc; |
|
1152 |
} |
|
1153 |
||
1154 |
.plugins .row-actions { |
|
1155 |
font-size: 13px; |
|
1156 |
padding: 0; |
|
1157 |
} |
|
1158 |
||
1159 |
.plugins .inactive td, |
|
1160 |
.plugins .inactive th, |
|
1161 |
.plugins .active td, |
|
1162 |
.plugins .active th { |
|
1163 |
padding: 10px 9px; |
|
1164 |
} |
|
1165 |
||
1166 |
.plugins .active td, |
|
1167 |
.plugins .active th { |
|
1168 |
background-color: #f7fcfe; |
|
1169 |
} |
|
1170 |
||
1171 |
.plugins .update th, |
|
1172 |
.plugins .update td { |
|
1173 |
border-bottom: 0; |
|
1174 |
} |
|
1175 |
||
1176 |
.plugins .inactive td, |
|
1177 |
.plugins .inactive th, |
|
1178 |
.plugins .active td, |
|
1179 |
.plugins .active th, |
|
1180 |
.plugin-install #the-list td, |
|
1181 |
.upgrade .plugins td, |
|
1182 |
.upgrade .plugins th { |
|
9 | 1183 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
5 | 1184 |
} |
1185 |
||
1186 |
.plugins tr.active.plugin-update-tr + tr.inactive th, |
|
1187 |
.plugins tr.active.plugin-update-tr + tr.inactive td, |
|
1188 |
.plugins tr.active + tr.inactive th, |
|
1189 |
.plugins tr.active + tr.inactive td { |
|
9 | 1190 |
border-top: 1px solid rgba(0, 0, 0, 0.03); |
1191 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1; |
|
5 | 1192 |
} |
1193 |
||
1194 |
.plugins .update td, |
|
1195 |
.plugins .update th, |
|
1196 |
.upgrade .plugins tr:last-of-type td, |
|
1197 |
.upgrade .plugins tr:last-of-type th, |
|
1198 |
.plugins tr.active + tr.inactive.update th, |
|
1199 |
.plugins tr.active + tr.inactive.update td, |
|
1200 |
.plugins .updated td, |
|
1201 |
.plugins .updated th, |
|
1202 |
.plugins tr.active + tr.inactive.updated th, |
|
1203 |
.plugins tr.active + tr.inactive.updated td { |
|
1204 |
box-shadow: none; |
|
1205 |
} |
|
1206 |
||
1207 |
.plugins .active th.check-column, |
|
1208 |
.plugin-update-tr.active td { |
|
1209 |
border-right: 4px solid #00a0d2; |
|
1210 |
} |
|
1211 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1212 |
.wp-list-table.plugins .plugin-title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1213 |
.wp-list-table.plugins .theme-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1214 |
padding-left: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1215 |
white-space: nowrap; |
5 | 1216 |
} |
1217 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1218 |
.plugins .plugin-title img, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1219 |
.plugins .plugin-title .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1220 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1221 |
padding: 0 0 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1222 |
width: 64px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1223 |
height: 64px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1224 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1225 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1226 |
.plugins .plugin-title .dashicons:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1227 |
padding: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1228 |
background-color: #eee; |
9 | 1229 |
box-shadow: inset 0 0 10px rgba(160, 165, 170, 0.15); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
font-size: 60px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1231 |
color: #B4B9BE; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1232 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1233 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1234 |
#update-themes-table .plugin-title img, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1235 |
#update-themes-table .plugin-title .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1236 |
width: 85px; |
5 | 1237 |
} |
1238 |
||
16 | 1239 |
.plugins .column-auto-updates { |
1240 |
width: 14.2em; |
|
1241 |
} |
|
1242 |
||
5 | 1243 |
.plugins .inactive .plugin-title strong { |
1244 |
font-weight: 400; |
|
1245 |
} |
|
1246 |
||
1247 |
.plugins .second, |
|
1248 |
.plugins .row-actions { |
|
1249 |
padding: 0 0 5px; |
|
1250 |
} |
|
1251 |
||
1252 |
.plugins .update .second, |
|
1253 |
.plugins .update .row-actions, |
|
1254 |
.plugins .updated .second, |
|
1255 |
.plugins .updated .row-actions { |
|
1256 |
padding-bottom: 0; |
|
1257 |
} |
|
1258 |
||
1259 |
.plugins-php .widefat tfoot th, |
|
1260 |
.plugins-php .widefat tfoot td { |
|
1261 |
border-top-style: solid; |
|
1262 |
border-top-width: 1px; |
|
1263 |
} |
|
1264 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1265 |
.plugins .plugin-update-tr .plugin-update { |
9 | 1266 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1267 |
overflow: hidden; /* clearfix */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1268 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1269 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1270 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1271 |
.plugins .plugin-update-tr .notice, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1272 |
.plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
margin: 5px 40px 15px 20px; |
5 | 1274 |
} |
1275 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1276 |
.plugins .notice p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1277 |
margin: 0.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1278 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1279 |
|
9 | 1280 |
.plugins .plugin-description a, |
1281 |
.plugins .plugin-update a, |
|
1282 |
.updates-table .plugin-title a { |
|
1283 |
text-decoration: underline; |
|
1284 |
} |
|
1285 |
||
1286 |
.plugins tr.paused th.check-column { |
|
1287 |
border-right: 4px solid #d54e21; |
|
1288 |
} |
|
1289 |
||
1290 |
.plugins tr.paused th, |
|
1291 |
.plugins tr.paused td { |
|
1292 |
background-color: #fef7f1; |
|
1293 |
} |
|
1294 |
||
1295 |
.plugins tr.paused .plugin-title, |
|
1296 |
.plugins .paused .dashicons-warning { |
|
1297 |
color: #dc3232; |
|
1298 |
} |
|
1299 |
||
1300 |
.plugins .paused .error-display p, |
|
1301 |
.plugins .paused .error-display code { |
|
1302 |
font-size: 90%; |
|
16 | 1303 |
color: rgba( 0, 0, 0, 0.7 ); |
9 | 1304 |
} |
1305 |
||
1306 |
.plugins .resume-link { |
|
1307 |
color: #dc3232; |
|
1308 |
} |
|
1309 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1310 |
.plugin-card .update-now:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1311 |
color: #f56e28; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1312 |
content: "\f463"; |
5 | 1313 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1314 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1315 |
margin: 3px -2px 0 5px; |
5 | 1316 |
speak: none; |
1317 |
-webkit-font-smoothing: antialiased; |
|
1318 |
-moz-osx-font-smoothing: grayscale; |
|
1319 |
vertical-align: top; |
|
1320 |
} |
|
1321 |
||
1322 |
.plugin-card .updating-message:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1323 |
content: "\f463"; |
5 | 1324 |
animation: rotation 2s infinite linear; |
1325 |
} |
|
1326 |
||
1327 |
@keyframes rotation { |
|
1328 |
0% { |
|
1329 |
transform: rotate(0deg); |
|
1330 |
} |
|
1331 |
100% { |
|
1332 |
transform: rotate(-359deg); |
|
1333 |
} |
|
1334 |
} |
|
1335 |
||
1336 |
.plugin-card .updated-message:before { |
|
1337 |
color: #79ba49; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1338 |
content: "\f147"; |
5 | 1339 |
} |
1340 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1341 |
.plugin-install-php h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1342 |
clear: both; |
5 | 1343 |
} |
1344 |
||
1345 |
.plugin-install-php h3 { |
|
1346 |
margin: 2.5em 0 8px; |
|
1347 |
} |
|
1348 |
||
1349 |
.plugin-install-php .wp-filter { |
|
1350 |
margin-bottom: 0; |
|
1351 |
} |
|
1352 |
||
1353 |
/* Plugin card table view */ |
|
1354 |
.plugin-group { |
|
1355 |
overflow: hidden; /* clearfix */ |
|
1356 |
margin-top: 1.5em; |
|
1357 |
} |
|
1358 |
||
1359 |
.plugin-group h3 { |
|
1360 |
margin-top: 0; |
|
1361 |
} |
|
1362 |
||
1363 |
.plugin-card { |
|
1364 |
float: right; |
|
1365 |
margin: 0 8px 16px; |
|
1366 |
width: 48.5%; |
|
1367 |
width: calc( 50% - 8px ); |
|
1368 |
background-color: #fff; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1369 |
border: 1px solid #ddd; |
5 | 1370 |
box-sizing: border-box; |
1371 |
} |
|
1372 |
||
1373 |
.plugin-card:nth-child(odd) { |
|
1374 |
clear: both; |
|
1375 |
margin-right: 0; |
|
1376 |
} |
|
1377 |
||
1378 |
.plugin-card:nth-child(even) { |
|
1379 |
margin-left: 0; |
|
1380 |
} |
|
1381 |
||
9 | 1382 |
@media screen and (min-width: 1600px) and ( max-width: 2299px ) { |
5 | 1383 |
.plugin-card { |
1384 |
width: 30%; |
|
1385 |
width: calc( 33.1% - 8px ); |
|
1386 |
} |
|
1387 |
||
1388 |
.plugin-card:nth-child(odd) { |
|
1389 |
clear: none; |
|
1390 |
margin-right: 8px; |
|
1391 |
} |
|
1392 |
||
1393 |
.plugin-card:nth-child(even) { |
|
1394 |
margin-left: 8px; |
|
1395 |
} |
|
1396 |
||
1397 |
.plugin-card:nth-child(3n+1) { |
|
1398 |
clear: both; |
|
1399 |
margin-right: 0; |
|
1400 |
} |
|
1401 |
||
1402 |
.plugin-card:nth-child(3n) { |
|
1403 |
margin-left: 0; |
|
1404 |
} |
|
1405 |
} |
|
1406 |
||
9 | 1407 |
@media screen and (min-width: 2300px) { |
1408 |
.plugin-card { |
|
1409 |
width: 25%; |
|
1410 |
width: calc( 25% - 12px ); |
|
1411 |
} |
|
1412 |
||
1413 |
.plugin-card:nth-child(odd) { |
|
1414 |
clear: none; |
|
1415 |
margin-right: 8px; |
|
1416 |
} |
|
1417 |
||
1418 |
.plugin-card:nth-child(even) { |
|
1419 |
margin-left: 8px; |
|
1420 |
} |
|
1421 |
||
1422 |
.plugin-card:nth-child(4n+1) { |
|
1423 |
clear: both; |
|
1424 |
margin-right: 0; |
|
1425 |
} |
|
1426 |
||
1427 |
.plugin-card:nth-child(4n) { |
|
1428 |
margin-left: 0; |
|
1429 |
} |
|
1430 |
} |
|
1431 |
||
5 | 1432 |
.plugin-card-top { |
1433 |
position: relative; |
|
1434 |
padding: 20px 20px 10px; |
|
1435 |
min-height: 135px; |
|
1436 |
} |
|
1437 |
||
1438 |
div.action-links, |
|
1439 |
.plugin-action-buttons { |
|
1440 |
margin: 0; /* Override existing margins */ |
|
1441 |
} |
|
1442 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1443 |
.plugin-card h3 { |
16 | 1444 |
margin: 0 0 12px 12px; |
5 | 1445 |
font-size: 18px; |
1446 |
line-height: 1.3; |
|
1447 |
} |
|
1448 |
||
1449 |
.plugin-card .name, |
|
1450 |
.plugin-card .desc { |
|
1451 |
margin-right: 148px; /* icon + margin */ |
|
16 | 1452 |
margin-left: 128px; /* action links + margin */ |
5 | 1453 |
} |
1454 |
||
1455 |
.plugin-card .action-links { |
|
1456 |
position: absolute; |
|
1457 |
top: 20px; |
|
1458 |
left: 20px; |
|
1459 |
width: 120px; |
|
1460 |
} |
|
1461 |
||
1462 |
.plugin-action-buttons { |
|
1463 |
clear: left; |
|
1464 |
float: left; |
|
1465 |
margin-bottom: 1em; |
|
1466 |
text-align: left; |
|
1467 |
} |
|
1468 |
||
1469 |
.plugin-action-buttons li { |
|
1470 |
margin-bottom: 10px; |
|
1471 |
} |
|
1472 |
||
1473 |
.plugin-card-bottom { |
|
1474 |
clear: both; |
|
1475 |
padding: 12px 20px; |
|
1476 |
background-color: #fafafa; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
border-top: 1px solid #ddd; |
5 | 1478 |
overflow: hidden; |
1479 |
} |
|
1480 |
||
1481 |
.plugin-card-bottom .star-rating { |
|
1482 |
display: inline; |
|
1483 |
} |
|
1484 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1485 |
.plugin-card-update-failed .update-now { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1486 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1487 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1488 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1489 |
.plugin-card-update-failed .notice-error { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1490 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1491 |
padding-right: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1492 |
box-shadow: 0 -1px 0 #ddd; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1493 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1494 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1495 |
.plugin-card-update-failed .plugin-card-bottom { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1496 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1497 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1498 |
|
5 | 1499 |
.plugin-card .column-rating { |
16 | 1500 |
line-height: 1.76923076; |
5 | 1501 |
} |
1502 |
||
1503 |
.plugin-card .column-rating, |
|
1504 |
.plugin-card .column-updated { |
|
1505 |
margin-bottom: 4px; |
|
1506 |
} |
|
1507 |
||
1508 |
.plugin-card .column-rating, |
|
1509 |
.plugin-card .column-downloaded { |
|
1510 |
float: right; |
|
1511 |
clear: right; |
|
1512 |
max-width: 180px; |
|
1513 |
} |
|
1514 |
||
1515 |
.plugin-card .column-updated, |
|
1516 |
.plugin-card .column-compatibility { |
|
1517 |
text-align: left; |
|
1518 |
float: left; |
|
1519 |
clear: left; |
|
1520 |
width: 65%; |
|
1521 |
width: calc( 100% - 180px ); |
|
1522 |
} |
|
1523 |
||
1524 |
.plugin-card .column-compatibility span:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1525 |
font: normal 20px/.5 dashicons; |
5 | 1526 |
speak: none; |
1527 |
display: inline-block; |
|
1528 |
padding: 0; |
|
1529 |
top: 4px; |
|
1530 |
right: -2px; |
|
1531 |
position: relative; |
|
1532 |
vertical-align: top; |
|
1533 |
-webkit-font-smoothing: antialiased; |
|
1534 |
-moz-osx-font-smoothing: grayscale; |
|
1535 |
text-decoration: none !important; |
|
1536 |
color: #444; |
|
1537 |
} |
|
1538 |
||
9 | 1539 |
.plugin-card .column-compatibility .compatibility-incompatible:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1540 |
content: "\f158"; |
9 | 1541 |
color: #c62d2d; |
5 | 1542 |
} |
1543 |
||
9 | 1544 |
.plugin-card .column-compatibility .compatibility-compatible:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1545 |
content: "\f147"; |
9 | 1546 |
color: #31843f; |
1547 |
} |
|
1548 |
||
1549 |
.plugin-card .notice { |
|
1550 |
margin: 20px 20px 0 20px; |
|
5 | 1551 |
} |
1552 |
||
1553 |
.plugin-icon { |
|
1554 |
position: absolute; |
|
1555 |
top: 20px; |
|
1556 |
right: 20px; |
|
1557 |
width: 128px; |
|
1558 |
height: 128px; |
|
1559 |
margin: 0 0 20px 20px; |
|
1560 |
} |
|
1561 |
||
1562 |
.no-plugin-results { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1563 |
color: #666; /* same as no themes and no media */ |
5 | 1564 |
font-size: 18px; |
1565 |
font-style: normal; |
|
1566 |
margin: 0; |
|
1567 |
padding: 100px 0 0; |
|
1568 |
text-align: center; |
|
1569 |
} |
|
1570 |
||
1571 |
/* ms */ |
|
1572 |
/* Background Color for Site Status */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1573 |
.wp-list-table .site-deleted, |
5 | 1574 |
.wp-list-table tr.site-deleted { |
1575 |
background: #ff8573; |
|
1576 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1577 |
.wp-list-table .site-spammed, |
5 | 1578 |
.wp-list-table tr.site-spammed { |
1579 |
background: #faafaa; |
|
1580 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1581 |
.wp-list-table .site-archived, |
5 | 1582 |
.wp-list-table tr.site-archived { |
1583 |
background: #ffebe8; |
|
1584 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1585 |
.wp-list-table .site-mature, |
5 | 1586 |
.wp-list-table tr.site-mature { |
1587 |
background: #fecac2; |
|
1588 |
} |
|
1589 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1590 |
.sites.fixed .column-lastupdated, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1591 |
.sites.fixed .column-registered { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1592 |
width: 20%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1593 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1594 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1595 |
.sites.fixed .column-users { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1596 |
width: 80px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1597 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1598 |
|
5 | 1599 |
/* =Media Queries |
1600 |
-------------------------------------------------------------- */ |
|
1601 |
||
9 | 1602 |
@media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) { |
5 | 1603 |
.plugin-card .action-links { |
1604 |
position: static; |
|
1605 |
margin-right: 148px; |
|
1606 |
width: auto; |
|
1607 |
} |
|
1608 |
||
1609 |
.plugin-action-buttons { |
|
1610 |
float: none; |
|
1611 |
margin: 1em 0 0; |
|
1612 |
text-align: right; |
|
1613 |
} |
|
1614 |
||
1615 |
.plugin-action-buttons li { |
|
1616 |
display: inline-block; |
|
1617 |
vertical-align: middle; |
|
1618 |
} |
|
1619 |
||
1620 |
.plugin-action-buttons li .button { |
|
1621 |
margin-left: 20px; |
|
1622 |
} |
|
1623 |
||
16 | 1624 |
.plugin-card h3 { |
1625 |
margin-left: 24px; |
|
1626 |
} |
|
1627 |
||
5 | 1628 |
.plugin-card .name, |
1629 |
.plugin-card .desc { |
|
1630 |
margin-left: 0; |
|
1631 |
} |
|
1632 |
||
1633 |
.plugin-card .desc p:first-of-type { |
|
1634 |
margin-top: 0; |
|
1635 |
} |
|
1636 |
} |
|
1637 |
||
9 | 1638 |
@media screen and (max-width: 782px) { |
5 | 1639 |
/* WP List Table Options & Filters */ |
1640 |
.tablenav { |
|
1641 |
height: auto; |
|
1642 |
} |
|
1643 |
||
1644 |
.tablenav.top { |
|
1645 |
margin: 20px 0 5px 0; |
|
1646 |
} |
|
1647 |
||
1648 |
.tablenav.bottom { |
|
1649 |
position: relative; |
|
1650 |
margin-top: 15px; |
|
1651 |
} |
|
1652 |
||
1653 |
.tablenav br { |
|
1654 |
display: none; |
|
1655 |
} |
|
1656 |
||
1657 |
.tablenav br.clear { |
|
1658 |
display: block; |
|
1659 |
} |
|
1660 |
||
1661 |
.tablenav.top .actions, |
|
1662 |
.tablenav .view-switch { |
|
1663 |
display: none; |
|
1664 |
} |
|
1665 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1666 |
.view-switch a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1667 |
width: 36px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1668 |
height: 36px; |
16 | 1669 |
line-height: 2.53846153; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1670 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1671 |
|
5 | 1672 |
/* Pagination */ |
1673 |
.tablenav.top .displaying-num { |
|
1674 |
display: none; |
|
1675 |
} |
|
1676 |
||
1677 |
.tablenav.bottom .displaying-num { |
|
1678 |
position: absolute; |
|
1679 |
left: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1680 |
top: 11px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1681 |
margin: 0; |
5 | 1682 |
font-size: 14px; |
1683 |
} |
|
1684 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1685 |
.tablenav .tablenav-pages { |
5 | 1686 |
width: 100%; |
1687 |
text-align: center; |
|
1688 |
margin: 0 0 25px; |
|
1689 |
} |
|
1690 |
||
1691 |
.tablenav.bottom .tablenav-pages { |
|
1692 |
margin-top: 25px; |
|
1693 |
} |
|
1694 |
||
1695 |
.tablenav.top .tablenav-pages.one-page { |
|
1696 |
display: none; |
|
1697 |
} |
|
1698 |
||
1699 |
.tablenav.bottom .tablenav-pages.one-page { |
|
1700 |
margin: 15px 0 0 0; |
|
1701 |
height: 0; |
|
1702 |
} |
|
1703 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1704 |
.tablenav-pages .pagination-links { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1705 |
font-size: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1706 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1707 |
|
9 | 1708 |
.tablenav .tablenav-pages .button, |
1709 |
.tablenav .tablenav-pages .tablenav-pages-navspan { |
|
1710 |
min-width: 44px; |
|
1711 |
padding: 12px 8px; |
|
5 | 1712 |
font-size: 18px; |
9 | 1713 |
line-height: 1; |
5 | 1714 |
} |
1715 |
||
1716 |
.tablenav-pages .pagination-links .current-page { |
|
9 | 1717 |
min-width: 44px; |
1718 |
padding: 12px 6px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1719 |
font-size: 16px; |
16 | 1720 |
line-height: 1.125; |
5 | 1721 |
} |
1722 |
||
1723 |
/* WP List Table Adjustments: General */ |
|
1724 |
.form-wrap > p { |
|
1725 |
display: none; |
|
1726 |
} |
|
1727 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1728 |
.wp-list-table th.column-primary ~ th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1729 |
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) { |
5 | 1730 |
display: none; |
1731 |
} |
|
1732 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1733 |
.wp-list-table thead th.column-primary { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1734 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1735 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1736 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1737 |
/* Checkboxes need to show */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1738 |
.wp-list-table tr th.check-column { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1739 |
display: table-cell; |
16 | 1740 |
} |
1741 |
||
1742 |
.wp-list-table .check-column { |
|
1743 |
width: 2.5em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1744 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1745 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1746 |
.wp-list-table .column-primary .toggle-row { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1747 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1748 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1749 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1750 |
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1751 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1752 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1753 |
width: auto !important; /* needs to override some columns that are more specifically targeted */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1754 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1755 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1756 |
.wp-list-table td.column-primary { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1757 |
padding-left: 50px; /* space for toggle button */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1758 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1759 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1760 |
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1761 |
padding: 3px 35% 3px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1762 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1763 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1764 |
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1765 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1766 |
right: 10px; /* match padding of regular table cell */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1767 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1768 |
overflow: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1769 |
width: 32%; /* leave a little space for a gutter */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1770 |
content: attr(data-colname); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1771 |
white-space: nowrap; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1772 |
text-overflow: ellipsis; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1773 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1774 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1775 |
.wp-list-table .is-expanded td:not(.hidden) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1776 |
display: block !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1777 |
overflow: hidden; /* clearfix */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1778 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1779 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1780 |
/* Special cases */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1781 |
.widefat .num, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1782 |
.column-posts { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1783 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1784 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1785 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1786 |
#comments-form .fixed .column-author, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1787 |
#commentsdiv .fixed .column-author { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1788 |
display: none !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1789 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1790 |
|
5 | 1791 |
.fixed .column-comment .comment-author { |
1792 |
display: block; |
|
1793 |
} |
|
1794 |
||
9 | 1795 |
/* Comment author hidden via Screen Options */ |
1796 |
.fixed .column-author.hidden ~ .column-comment .comment-author { |
|
1797 |
display: none; |
|
1798 |
} |
|
1799 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1800 |
#the-comment-list .is-expanded td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1801 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1802 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1803 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1804 |
#the-comment-list .is-expanded td:last-child { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1805 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1806 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1807 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1808 |
/* Show comment bubble as text instead */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1809 |
.post-com-count .screen-reader-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1810 |
position: static; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1811 |
-webkit-clip-path: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1812 |
clip-path: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1813 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1814 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1815 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1816 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1817 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1818 |
.column-response .post-com-count-no-comments:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1819 |
.column-response .post-com-count-approved:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1820 |
.column-comments .post-com-count-no-comments:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1821 |
.column-comments .post-com-count-approved:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1822 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1823 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1824 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1825 |
.column-response .post-com-count [aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1826 |
.column-comments .post-com-count [aria-hidden="true"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1827 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1828 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1829 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1830 |
.column-response .post-com-count-wrapper, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1831 |
.column-comments .post-com-count-wrapper { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1832 |
white-space: normal; |
5 | 1833 |
} |
1834 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1835 |
.column-response .post-com-count-wrapper > a, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1836 |
.column-comments .post-com-count-wrapper > a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1837 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1838 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1839 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1840 |
.column-response .post-com-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1841 |
.column-response .post-com-count-approved, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1842 |
.column-comments .post-com-count-no-comments, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1843 |
.column-comments .post-com-count-approved { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1844 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1845 |
margin-left: 0.5em; |
5 | 1846 |
} |
1847 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1848 |
.column-response .post-com-count-pending, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1849 |
.column-comments .post-com-count-pending { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1850 |
position: static; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1851 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1852 |
min-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1853 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1854 |
border: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1855 |
border-radius: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1856 |
background: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1857 |
color: #bb2a2a; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1858 |
font-size: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1859 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1860 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1861 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1862 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1863 |
.column-response .post-com-count-pending:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1864 |
.column-comments .post-com-count-pending:hover { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1865 |
color: #dc3232; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1866 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1867 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1868 |
.widefat thead td.check-column, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1869 |
.widefat tfoot td.check-column { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1870 |
padding-top: 10px; |
5 | 1871 |
} |
1872 |
||
9 | 1873 |
/* Make row actions more easy to select on mobile */ |
1874 |
body:not(.plugins-php) .row-actions { |
|
1875 |
display: -ms-grid; |
|
1876 |
display: grid; |
|
1877 |
-ms-grid-columns: auto auto auto; |
|
1878 |
grid-template-columns: auto auto auto; |
|
1879 |
color: transparent; |
|
1880 |
} |
|
1881 |
||
1882 |
.row-actions span { |
|
1883 |
padding: 4px 0; |
|
1884 |
} |
|
1885 |
||
1886 |
.row-actions span a, |
|
1887 |
.row-actions span .button-link { |
|
1888 |
display: inline-block; |
|
1889 |
padding: 4px 0; |
|
16 | 1890 |
line-height: 1.5; |
9 | 1891 |
} |
1892 |
||
1893 |
.row-actions span.approve:before, |
|
1894 |
.row-actions span.unapprove:before { |
|
1895 |
content: "| "; |
|
1896 |
} |
|
1897 |
||
5 | 1898 |
/* Quick Edit and Bulk Edit */ |
1899 |
#wpbody-content .quick-edit-row-post .inline-edit-col-left, |
|
1900 |
#wpbody-content .quick-edit-row-post .inline-edit-col-right, |
|
1901 |
#wpbody-content .inline-edit-row-post .inline-edit-col-center, |
|
1902 |
#wpbody-content .quick-edit-row-page .inline-edit-col-left, |
|
1903 |
#wpbody-content .quick-edit-row-page .inline-edit-col-right, |
|
1904 |
#wpbody-content .bulk-edit-row-post .inline-edit-col-right, |
|
1905 |
#wpbody-content .bulk-edit-row .inline-edit-col-left, |
|
1906 |
#wpbody-content .bulk-edit-row-page .inline-edit-col-right, |
|
1907 |
#wpbody-content .bulk-edit-row .inline-edit-col-bottom { |
|
1908 |
float: none; |
|
1909 |
width: 100%; |
|
1910 |
} |
|
1911 |
||
1912 |
#wpbody-content .quick-edit-row fieldset .inline-edit-col label, |
|
1913 |
#wpbody-content .quick-edit-row fieldset .inline-edit-group label, |
|
1914 |
#wpbody-content .bulk-edit-row fieldset .inline-edit-col label, |
|
1915 |
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label { |
|
1916 |
max-width: none; |
|
1917 |
float: none; |
|
1918 |
margin-bottom: 5px; |
|
1919 |
} |
|
1920 |
||
1921 |
#wpbody .bulk-edit-row fieldset select { |
|
1922 |
display: block; |
|
1923 |
width: 100%; |
|
1924 |
max-width: none; |
|
1925 |
box-sizing: border-box; |
|
1926 |
} |
|
1927 |
||
16 | 1928 |
.inline-edit-row fieldset input[name=jj], |
1929 |
.inline-edit-row fieldset input[name=hh], |
|
1930 |
.inline-edit-row fieldset input[name=mn], |
|
1931 |
.inline-edit-row fieldset input[name=aa] { |
|
1932 |
font-size: 16px; |
|
1933 |
line-height: 2; |
|
1934 |
padding: 3px 4px; |
|
1935 |
} |
|
1936 |
||
5 | 1937 |
.inline-edit-row fieldset ul.cat-checklist label, |
1938 |
.inline-edit-row #bulk-titles div { |
|
1939 |
font-size: 16px; |
|
1940 |
} |
|
1941 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1942 |
.inline-edit-row fieldset label span.title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1943 |
.inline-edit-row fieldset.inline-edit-date legend { |
5 | 1944 |
float: none; |
1945 |
} |
|
1946 |
||
1947 |
.inline-edit-row fieldset label.inline-edit-tags { |
|
1948 |
padding: 0 0.5em; |
|
1949 |
} |
|
1950 |
||
1951 |
.inline-edit-row fieldset .inline-edit-col label.inline-edit-tags { |
|
1952 |
padding: 0; |
|
1953 |
} |
|
1954 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1955 |
.inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1956 |
.inline-edit-row fieldset .timestamp-wrap { |
5 | 1957 |
margin-right: 0; |
1958 |
} |
|
1959 |
||
1960 |
.inline-edit-row .inline-edit-or { |
|
1961 |
margin: 0 0 0 6px; |
|
1962 |
} |
|
1963 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1964 |
#edithead .inside, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1965 |
#commentsdiv #edithead .inside { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1966 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1967 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1968 |
padding: 3px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1969 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1970 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1971 |
#commentsdiv #edithead .inside input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1972 |
#edithead .inside input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1973 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1974 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1975 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1976 |
#edithead label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1977 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1978 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1979 |
|
5 | 1980 |
#bulk-titles div { |
1981 |
margin: 0.8em 0.3em; |
|
1982 |
} |
|
1983 |
||
1984 |
#bulk-titles div a { |
|
1985 |
height: 22px; |
|
1986 |
} |
|
1987 |
||
1988 |
/* Updates */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1989 |
#wpbody-content .updates-table .plugin-title { |
5 | 1990 |
width: auto; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1991 |
white-space: normal; |
5 | 1992 |
} |
1993 |
||
1994 |
/* Links */ |
|
1995 |
.link-manager-php #posts-filter { |
|
1996 |
margin-top: 25px; |
|
1997 |
} |
|
1998 |
||
1999 |
.link-manager-php .tablenav.bottom { |
|
2000 |
overflow: hidden; |
|
2001 |
} |
|
2002 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2003 |
/* List tables that don't toggle rows */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2004 |
.comments-box .toggle-row, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2005 |
.wp-list-table.plugins .toggle-row { |
5 | 2006 |
display: none; |
2007 |
} |
|
2008 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2009 |
/* Plugin/Theme Management */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2010 |
#wpbody-content .wp-list-table.plugins td { |
5 | 2011 |
display: block; |
2012 |
width: auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2013 |
padding: 10px 9px; /* reset from other list tables that have a label at this width */ |
5 | 2014 |
} |
2015 |
||
9 | 2016 |
/* Plugin description hidden via Screen Options */ |
2017 |
#wpbody-content .wp-list-table.plugins .desc.hidden { |
|
2018 |
display: none; |
|
2019 |
} |
|
2020 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2021 |
#wpbody-content .wp-list-table.plugins .column-description { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2022 |
padding-top: 2px; |
5 | 2023 |
} |
2024 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2025 |
#wpbody-content .wp-list-table.plugins .plugin-title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2026 |
#wpbody-content .wp-list-table.plugins .theme-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2027 |
padding-left: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2028 |
white-space: normal; |
5 | 2029 |
} |
2030 |
||
2031 |
.wp-list-table.plugins .plugin-title, |
|
2032 |
.wp-list-table.plugins .theme-title { |
|
2033 |
padding-top: 13px; |
|
2034 |
padding-bottom: 4px; |
|
2035 |
} |
|
2036 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2037 |
.plugins #the-list tr > td:not(:last-child), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2038 |
.plugins #the-list .update th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2039 |
.plugins #the-list .update td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2040 |
.wp-list-table.plugins #the-list .theme-title { |
5 | 2041 |
box-shadow: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2042 |
border-top: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2043 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2044 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2045 |
.plugins #the-list tr td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2046 |
border-top: none; |
5 | 2047 |
} |
2048 |
||
2049 |
.plugins tbody { |
|
2050 |
padding: 1px 0 0; |
|
2051 |
} |
|
2052 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2053 |
.plugins tr.active + tr.inactive th.check-column, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2054 |
.plugins tr.active + tr.inactive td.column-description, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2055 |
.plugins .plugin-update-tr:before { |
5 | 2056 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
2057 |
} |
|
2058 |
||
2059 |
.plugins tr.active + tr.inactive th.check-column, |
|
2060 |
.plugins tr.active + tr.inactive td { |
|
2061 |
border-top: none; |
|
2062 |
} |
|
2063 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2064 |
/* mimic the checkbox th */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2065 |
.plugins .plugin-update-tr:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2066 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2067 |
display: table-cell; |
5 | 2068 |
} |
2069 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2070 |
.plugins .active.update + .plugin-update-tr:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2071 |
border-right: 4px solid #d54e21; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2072 |
background-color: #fef7f1; |
5 | 2073 |
} |
2074 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2075 |
.plugins #the-list .plugin-update-tr .plugin-update { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2076 |
border-right: none; |
5 | 2077 |
} |
2078 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2079 |
.plugin-update-tr .update-message { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2080 |
margin-right: 0; |
5 | 2081 |
} |
2082 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2083 |
.plugins .active.update + .plugin-update-tr:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2084 |
background-color: #f7fcfe; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2085 |
border-right: 4px solid #00a0d2; |
5 | 2086 |
} |
2087 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2088 |
.plugins .plugin-update-tr .update-message { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2089 |
margin-right: 0; |
5 | 2090 |
} |
2091 |
||
2092 |
.wp-list-table.plugins .plugin-title strong, |
|
2093 |
.wp-list-table.plugins .theme-title strong { |
|
2094 |
font-size: 1.4em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2095 |
line-height: 1.5; |
5 | 2096 |
} |
2097 |
||
16 | 2098 |
.plugins tbody th.check-column { |
2099 |
padding: 8px 5px 0 0; |
|
2100 |
} |
|
2101 |
||
2102 |
.plugins thead td.check-column, |
|
2103 |
.plugins tfoot td.check-column, |
|
2104 |
.plugins .inactive th.check-column { |
|
2105 |
padding-right: 9px; |
|
2106 |
} |
|
2107 |
||
5 | 2108 |
/* Add New plugins page */ |
2109 |
table.plugin-install .column-name, |
|
2110 |
table.plugin-install .column-version, |
|
2111 |
table.plugin-install .column-rating, |
|
2112 |
table.plugin-install .column-description { |
|
2113 |
display: block; |
|
2114 |
width: auto; |
|
2115 |
} |
|
2116 |
||
2117 |
table.plugin-install th.column-name, |
|
2118 |
table.plugin-install th.column-version, |
|
2119 |
table.plugin-install th.column-rating, |
|
2120 |
table.plugin-install th.column-description { |
|
2121 |
display: none; |
|
2122 |
} |
|
2123 |
||
2124 |
table.plugin-install td.column-name strong { |
|
2125 |
font-size: 1.4em; |
|
2126 |
line-height: 1.6em; |
|
2127 |
} |
|
2128 |
||
2129 |
table.plugin-install #the-list td { |
|
2130 |
box-shadow: none; |
|
2131 |
} |
|
2132 |
||
2133 |
table.plugin-install #the-list tr { |
|
2134 |
display: block; |
|
9 | 2135 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
5 | 2136 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2137 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2138 |
.plugin-card { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2139 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2140 |
margin-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2141 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2142 |
} |
5 | 2143 |
} |
2144 |
||
9 | 2145 |
@media screen and (max-width: 480px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2146 |
.tablenav-pages .current-page { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2147 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2148 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2149 |
|
9 | 2150 |
/* Drop row actions to two columns on a small screen */ |
2151 |
.row-actions:not(.plugins-php) { |
|
2152 |
-ms-grid-columns: auto auto; |
|
2153 |
grid-template-columns: auto auto; |
|
2154 |
} |
|
2155 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2156 |
.tablenav-pages .tablenav-paging-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2157 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2158 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2159 |
padding-top: 0.5em; |
5 | 2160 |
} |
2161 |
} |