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