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