Skip to content

Commit 5d15be0

Browse files
Merge pull request #182 from codepress/maintenance-release
release-3.0.4
2 parents 46529d2 + 9e8f3ad commit 5d15be0

File tree

101 files changed

+3408
-1637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3408
-1637
lines changed

assets/css/table.css

Lines changed: 145 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,74 @@
1010
font-size: 15px;
1111
margin-left: -2px; }
1212

13+
/* =Available Sizes column
14+
-------------------------------------------------------------- */
15+
.ac-image-sizes .ac-missing-size {
16+
color: #929292; }
17+
18+
/* =Comments bubble
19+
-------------------------------------------------------------- */
20+
.ac-comment-bubble .post-com-count {
21+
display: inline-block;
22+
vertical-align: top; }
23+
24+
.ac-comment-bubble .post-com-count-no-comments,
25+
.ac-comment-bubble .post-com-count-approved {
26+
margin-top: 5px; }
27+
28+
.ac-comment-bubble .comment-count-no-comments,
29+
.ac-comment-bubble .comment-count-approved {
30+
-webkit-box-sizing: border-box;
31+
-moz-box-sizing: border-box;
32+
box-sizing: border-box;
33+
display: block;
34+
padding: 0 8px;
35+
min-width: 24px;
36+
height: 2em;
37+
-webkit-border-radius: 5px;
38+
border-radius: 5px;
39+
background-color: #72777c;
40+
color: #fff;
41+
font-size: 11px;
42+
line-height: 21px;
43+
text-align: center; }
44+
45+
.ac-comment-bubble .post-com-count-no-comments:after,
46+
.ac-comment-bubble .post-com-count-approved:after {
47+
content: "";
48+
display: block;
49+
margin-left: 8px;
50+
width: 0;
51+
height: 0;
52+
border-top: 5px solid #72777c;
53+
border-right: 5px solid transparent; }
54+
55+
.ac-comment-bubble .post-com-count-approved:hover .comment-count-approved,
56+
.ac-comment-bubble .post-com-count-approved:focus .comment-count-approved {
57+
background: #0073aa; }
58+
59+
.ac-comment-bubble .post-com-count-approved:hover:after,
60+
.ac-comment-bubble .post-com-count-approved:focus:after {
61+
border-top-color: #0073aa; }
62+
63+
.ac-comment-bubble .post-com-count-pending {
64+
position: relative;
65+
left: -3px;
66+
padding: 0 5px;
67+
min-width: 7px;
68+
height: 17px;
69+
border: 2px solid #fff;
70+
-webkit-border-radius: 11px;
71+
border-radius: 11px;
72+
background: #ca4a1f;
73+
color: #fff;
74+
font-size: 9px;
75+
line-height: 17px;
76+
text-align: center; }
77+
78+
.ac-comment-bubble .post-com-count-no-pending {
79+
display: none; }
80+
1381
/* =General
1482
-------------------------------------------------------------- */
1583
.ac-divider {
@@ -35,13 +103,13 @@ span.status-closed {
35103
vertical-align: middle;
36104
margin-bottom: 4px; }
37105

38-
.tablenav.top .cpac-edit {
106+
.tablenav.top .ac-button {
39107
top: 2px;
40108
display: inline-block;
41109
vertical-align: middle;
42110
float: left;
43111
margin-bottom: 4px; }
44-
body.edit-tags-php .tablenav.top .cpac-edit {
112+
body.edit-tags-php .tablenav.top .ac-button {
45113
float: none; }
46114

47115
span.dashicons.flip:before {
@@ -87,10 +155,10 @@ body.users-php .tablenav .actions a.add-new-h2 {
87155
margin-bottom: 4px; }
88156
.tablenav.top .actions * {
89157
display: none; }
90-
.tablenav.top .actions .cpac-edit {
158+
.tablenav.top .actions .ac-button {
91159
display: inline-block; } }
92160

93-
body.upload-php .tablenav.top .cpac-edit {
161+
body.upload-php .tablenav.top .ac-button {
94162
float: none; }
95163

96164
/* =Column values
@@ -124,6 +192,58 @@ table.ac-table-items {
124192
padding-right: 6px;
125193
text-align: left; }
126194

195+
/* =Post Format column
196+
-------------------------------------------------------------- */
197+
.ac-post-state-format:before {
198+
color: #a7a7a7; }
199+
200+
/* =Image in Content column
201+
-------------------------------------------------------------- */
202+
.ac-image-details .ac-image-info {
203+
display: inline-block;
204+
border-radius: 7px;
205+
padding: 0 9px;
206+
min-height: 20px;
207+
background-color: #e9e9e9;
208+
text-align: left;
209+
font-size: 11px;
210+
font-weight: bold;
211+
margin: 0 6px 5px 0;
212+
white-space: nowrap; }
213+
.ac-image-details .ac-image-info > span {
214+
margin-right: 6px; }
215+
.ac-image-details .ac-image-info > span:last-child {
216+
margin-right: 0; }
217+
.ac-image-details .ac-image-info span {
218+
vertical-align: middle;
219+
line-height: 20px; }
220+
.ac-image-details .ac-image-info span.image-id {
221+
font-size: 11px;
222+
color: #757575; }
223+
.ac-image-details .ac-image-info span.image-file-size {
224+
font-size: 12px; }
225+
.ac-image-details .ac-image-info span.image-extension {
226+
text-transform: uppercase;
227+
font-size: 11px;
228+
color: #757575; }
229+
.ac-image-details .ac-image-info span.suffix {
230+
display: inline-block;
231+
text-transform: uppercase;
232+
font-size: 10px;
233+
color: #757575;
234+
padding-left: 3px;
235+
margin-top: -2px; }
236+
.ac-image-details .ac-image-info span.dashicons {
237+
margin-top: -2px;
238+
color: #757575;
239+
font-size: 14px;
240+
width: 16px; }
241+
242+
.ac-image-details a.ac-image-info:hover {
243+
color: #0073aa; }
244+
.ac-image-details a.ac-image-info:hover span.dashicons {
245+
color: #3d4350; }
246+
127247
/* =Storage Space column
128248
-------------------------------------------------------------- */
129249
.ac-upload-space .ac-upload-space-labels {
@@ -187,7 +307,7 @@ table.ac-table-items {
187307

188308
/* =Network screen
189309
-------------------------------------------------------------- */
190-
#form-site-list .tablenav .actions .cpac-edit {
310+
#form-site-list .tablenav .actions .ac-button {
191311
float: none; }
192312

193313
/* =General Column
@@ -245,12 +365,17 @@ table.ac-table-items {
245365

246366
/* =Images Column
247367
-------------------------------------------------------------- */
368+
.ac-image-container {
369+
margin-bottom: -6px; }
370+
248371
.ac-image {
249372
display: inline-block;
250373
margin-right: 2px;
374+
margin-bottom: 6px;
251375
overflow: hidden;
252376
max-width: 100%;
253-
background-color: #ccc; }
377+
background-color: #ccc;
378+
vertical-align: middle; }
254379
.ac-image img {
255380
display: block;
256381
margin: 0 auto; }
@@ -345,11 +470,6 @@ div.cpac-color span {
345470
margin-left: 12px;
346471
margin-right: 0; }
347472

348-
/* =Available Sizes column
349-
-------------------------------------------------------------- */
350-
div.sizes span.not-available {
351-
color: #999; }
352-
353473
/* =Actions column
354474
-------------------------------------------------------------- */
355475
.button.cpac-button-action {
@@ -410,9 +530,9 @@ div.sizes span.not-available {
410530
left: 0;
411531
width: 100%;
412532
height: 100%; }
413-
.column-actions.cpac_use_icons .row-actions > span.edit a, .column-actions.cpac_use_icons .row-actions > span.inline a, .column-actions.cpac_use_icons .row-actions > span.trash a, .column-actions.cpac_use_icons .row-actions > span.view a, .column-actions.cpac_use_icons .row-actions > span.quickedit a, .column-actions.cpac_use_icons .row-actions > span.approve a, .column-actions.cpac_use_icons .row-actions > span.unapprove a, .column-actions.cpac_use_icons .row-actions > span.spam a, .column-actions.cpac_use_icons .row-actions > span.untrash a, .column-actions.cpac_use_icons .row-actions > span.unspam a, .column-actions.cpac_use_icons .row-actions > span.reply a, .column-actions.cpac_use_icons .row-actions > span.delete a {
533+
.column-actions.cpac_use_icons .row-actions > span.edit a, .column-actions.cpac_use_icons .row-actions > span.inline a, .column-actions.cpac_use_icons .row-actions > span.trash a, .column-actions.cpac_use_icons .row-actions > span.view a, .column-actions.cpac_use_icons .row-actions > span.quickedit a, .column-actions.cpac_use_icons .row-actions > span.approve a, .column-actions.cpac_use_icons .row-actions > span.unapprove a, .column-actions.cpac_use_icons .row-actions > span.spam a, .column-actions.cpac_use_icons .row-actions > span.untrash a, .column-actions.cpac_use_icons .row-actions > span.unspam a, .column-actions.cpac_use_icons .row-actions > span.reply a, .column-actions.cpac_use_icons .row-actions > span.delete a, .column-actions.cpac_use_icons .row-actions > span.backend a, .column-actions.cpac_use_icons .row-actions > span.visit a, .column-actions.cpac_use_icons .row-actions > span.deactivate a, .column-actions.cpac_use_icons .row-actions > span.archive a, .column-actions.cpac_use_icons .row-actions > span.unarchive a, .column-actions.cpac_use_icons .row-actions > span.activate a {
414534
text-indent: -3000px; }
415-
.column-actions.cpac_use_icons .row-actions > span.edit a:before, .column-actions.cpac_use_icons .row-actions > span.inline a:before, .column-actions.cpac_use_icons .row-actions > span.trash a:before, .column-actions.cpac_use_icons .row-actions > span.view a:before, .column-actions.cpac_use_icons .row-actions > span.quickedit a:before, .column-actions.cpac_use_icons .row-actions > span.approve a:before, .column-actions.cpac_use_icons .row-actions > span.unapprove a:before, .column-actions.cpac_use_icons .row-actions > span.spam a:before, .column-actions.cpac_use_icons .row-actions > span.untrash a:before, .column-actions.cpac_use_icons .row-actions > span.unspam a:before, .column-actions.cpac_use_icons .row-actions > span.reply a:before, .column-actions.cpac_use_icons .row-actions > span.delete a:before {
535+
.column-actions.cpac_use_icons .row-actions > span.edit a:before, .column-actions.cpac_use_icons .row-actions > span.inline a:before, .column-actions.cpac_use_icons .row-actions > span.trash a:before, .column-actions.cpac_use_icons .row-actions > span.view a:before, .column-actions.cpac_use_icons .row-actions > span.quickedit a:before, .column-actions.cpac_use_icons .row-actions > span.approve a:before, .column-actions.cpac_use_icons .row-actions > span.unapprove a:before, .column-actions.cpac_use_icons .row-actions > span.spam a:before, .column-actions.cpac_use_icons .row-actions > span.untrash a:before, .column-actions.cpac_use_icons .row-actions > span.unspam a:before, .column-actions.cpac_use_icons .row-actions > span.reply a:before, .column-actions.cpac_use_icons .row-actions > span.delete a:before, .column-actions.cpac_use_icons .row-actions > span.backend a:before, .column-actions.cpac_use_icons .row-actions > span.visit a:before, .column-actions.cpac_use_icons .row-actions > span.deactivate a:before, .column-actions.cpac_use_icons .row-actions > span.archive a:before, .column-actions.cpac_use_icons .row-actions > span.unarchive a:before, .column-actions.cpac_use_icons .row-actions > span.activate a:before {
416536
text-indent: 0;
417537
font-family: Dashicons, sans-serif; }
418538
.column-actions.cpac_use_icons .row-actions > span.edit a:before {
@@ -440,6 +560,18 @@ div.sizes span.not-available {
440560
content: "\f171"; }
441561
.column-actions.cpac_use_icons .row-actions > span.delete a:before {
442562
content: "\f182"; }
563+
.column-actions.cpac_use_icons .row-actions > span.backend a:before {
564+
content: "\f226"; }
565+
.column-actions.cpac_use_icons .row-actions > span.visit a:before {
566+
content: "\f115"; }
567+
.column-actions.cpac_use_icons .row-actions > span.deactivate a:before {
568+
content: "\f530"; }
569+
.column-actions.cpac_use_icons .row-actions > span.archive a:before {
570+
content: "\f480"; }
571+
.column-actions.cpac_use_icons .row-actions > span.unarchive a:before {
572+
content: "\f322"; }
573+
.column-actions.cpac_use_icons .row-actions > span.activate a:before {
574+
content: "\f177"; }
443575

444576
/* Responsive table screen
445577
-------------------------------------------------------------- */

0 commit comments

Comments
 (0)