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