X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/dc1231b7312fbdca99e9e887cc2bb35a28f85cdc..16e7b37c7914d753890c1a05a9335f3b43751eb8:/wp-admin/css/list-tables-rtl.css diff --git a/wp-admin/css/list-tables-rtl.css b/wp-admin/css/list-tables-rtl.css index ae0cb3c4..250be23b 100644 --- a/wp-admin/css/list-tables-rtl.css +++ b/wp-admin/css/list-tables-rtl.css @@ -117,6 +117,11 @@ text-align: center; } +.column-response .post-com-count-no-pending, +.column-comments .post-com-count-no-pending { + display: none; +} + /* comments */ .commentlist li { @@ -137,7 +142,7 @@ #submitted-on, .submitted-on { - color: #777; + color: #555d66; } /* reply to comments */ @@ -147,7 +152,8 @@ #replysubmit { margin: 0; - padding: 0 5px 3px; + padding: 5px 7px 10px; + overflow: hidden; text-align: center; } @@ -161,11 +167,23 @@ text-align: center; } -#replyrow h5 { - margin: .2em 0 0; - padding: 0 5px; - line-height: 1.4em; - font-size: 1em; +#replyrow.inline-edit-row fieldset.comment-reply { + font-size: inherit; + line-height: inherit; +} + +#replyrow legend { + margin: 0; + padding: .2em 5px 0; + font-size: 13px; + line-height: 1.4; + font-weight: 600; +} + +#replyrow.inline-edit-row label { + display: inline; + vertical-align: baseline; + line-height: inherit; } #edithead .inside, @@ -206,7 +224,7 @@ #the-comment-list tr.undo, #the-comment-list div.undo { - background-color: #f4f4f4; + background-color: #f5f5f5; } #the-comment-list .unapproved th, @@ -260,8 +278,8 @@ th .comment-grey-bubble { } th .comment-grey-bubble:before { - content: '\f101'; - font: normal 20px/.5 'dashicons'; + content: "\f101"; + font: normal 20px/.5 dashicons; speak: none; display: inline-block; padding: 0; @@ -381,6 +399,10 @@ table.media .column-title .filename { width: 20%; } +#comments-form .fixed .column-date { + width: 14%; +} + #commentsdiv.postbox .inside { margin: 0; padding: 0; @@ -424,12 +446,12 @@ table.media .column-title .filename { } #commentsdiv #edithead .inside input { - vertical-align: middle; width: 160px; } .sorting-indicator { - display: none; + display: block; + visibility: hidden; width: 10px; height: 4px; margin-top: 8px; @@ -437,8 +459,8 @@ table.media .column-title .filename { } .sorting-indicator:before { - content: '\f142'; - font: normal 20px/1 'dashicons'; + content: "\f142"; + font: normal 20px/1 dashicons; speak: none; display: inline-block; padding: 0; @@ -462,13 +484,13 @@ table.media .column-title .filename { th.sorted.asc .sorting-indicator:before, th.desc:hover span.sorting-indicator:before, th.desc a:focus span.sorting-indicator:before { - content: '\f142'; + content: "\f142"; } th.sorted.desc .sorting-indicator:before, th.asc:hover span.sorting-indicator:before, th.asc a:focus span.sorting-indicator:before { - content: '\f140'; + content: "\f140"; } .wp-list-table .toggle-row { @@ -514,9 +536,9 @@ th.asc a:focus span.sorting-indicator:before { border-radius: 50%; display: block; padding: 1px 0 1px 2px; - color: #666; - content: '\f140'; - font: normal 20px/1 'dashicons'; + color: #444; /* same as table headers sort arrows */ + content: "\f140"; + font: normal 20px/1 dashicons; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -524,7 +546,7 @@ th.asc a:focus span.sorting-indicator:before { } .wp-list-table .is-expanded .toggle-row:before { - content: '\f142'; + content: "\f142"; } tr.wp-locked .locked-indicator { @@ -533,15 +555,13 @@ tr.wp-locked .locked-indicator { width: 16px; } -tr.wp-locked .locked-indicator:before { +tr.wp-locked .locked-indicator-icon:before { color: #82878c; - content: '\f160'; + content: "\f160"; display: inline-block; - float: right; - font: normal 20px/1 'dashicons'; + font: normal 20px/1 dashicons; speak: none; vertical-align: middle; - margin-right: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -559,7 +579,7 @@ tr .locked-info { } tr.wp-locked .locked-info { - margin-top: 8px; + margin-top: 4px; height: auto; opacity: 1; } @@ -590,7 +610,7 @@ th.sortable a, th.sorted a { display: block; overflow: hidden; - padding: 7px 10px 8px 7px; + padding: 8px; } .fixed .column-comments.sortable a, @@ -609,7 +629,7 @@ th.desc:hover span.sorting-indicator, th.desc a:focus span.sorting-indicator, th.asc:hover span.sorting-indicator, th.asc a:focus span.sorting-indicator { - display: block; + visibility: visible; } /* Bulk Actions */ @@ -634,6 +654,7 @@ th.asc a:focus span.sorting-indicator { margin-right: 2px; } +.tablenav a.button, .tablenav a.button-secondary { display: block; margin: 3px 0 0 8px; @@ -673,20 +694,20 @@ th.asc a:focus span.sorting-indicator { .tablenav-pages-navspan { display: inline-block; min-width: 17px; - border: 1px solid #d2d2d2; + border: 1px solid #ccc; /* same color as buttons border */ padding: 3px 5px 7px; - background: #e4e4e4; + background: #e5e5e5; font-size: 16px; line-height: 1; - font-weight: normal; + font-weight: 400; text-align: center; } .tablenav-pages-navspan { height: 16px; - border-color: #e8e8e8; - background: #ebebeb; - color: #b4b4b4; + border-color: #ddd; /* same as disabled buttons */ + background: #f7f7f7; /* same as disabled buttons */ + color: #a0a5aa; /* same as disabled buttons */ } .tablenav .tablenav-pages a:hover, @@ -770,7 +791,7 @@ classes exist in paginate_links() but not seen in list table output. */ .view-switch a:before { color: #b4b9be; display: inline-block; - font: normal 20px/1 'dashicons'; + font: normal 20px/1 dashicons; speak: none; vertical-align: middle; -webkit-font-smoothing: antialiased; @@ -787,15 +808,15 @@ classes exist in paginate_links() but not seen in list table output. */ } .view-switch .view-list:before { - content: '\f163'; + content: "\f163"; } .view-switch .view-excerpt:before { - content: '\f164'; + content: "\f164"; } .view-switch .view-grid:before { - content: '\f509'; + content: "\f509"; } .filter { @@ -855,15 +876,27 @@ p.pagenav { .row-actions { color: #ddd; font-size: 13px; - visibility: hidden; padding: 2px 0 0; + position: relative; + right: -9999em; +} + +/* ticket #34150 */ +.rtl .row-actions a { + display: inline-block; +} + +.row-actions .network_only, +.row-actions .network_active { + color: #000; } +.no-js .row-actions, tr:hover .row-actions, .mobile .row-actions, .row-actions.visible, -div.comment-item:hover .row-actions { - visibility: visible; +.comment-item:hover .row-actions { + position: static; } /* deprecated */ @@ -940,14 +973,6 @@ tr.inline-edit-row td, line-height: 2.5; } -.inline-edit-row fieldset .inline-edit-group:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - .inline-edit-row p.submit { clear: both; padding: 0.5em; @@ -961,11 +986,19 @@ tr.inline-edit-row td, } /* Positioning */ -.inline-edit-row h4 { - margin: .2em 0; - padding: 0; + +/* Needs higher specificity for the padding */ +#the-list .inline-edit-row .inline-edit-legend { + margin: 0; + padding: 0.2em 0.5em 0; line-height: 2.5; + font-weight: 600; +} + +#the-list #bulk-edit.inline-edit-row .inline-edit-legend { + padding: 0.2em 0.5em; } + .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { margin: 0; @@ -1055,7 +1088,7 @@ tr.inline-edit-row td, } /* Styling */ -.inline-edit-row h4 { +.inline-edit-row .inline-edit-legend { text-transform: uppercase; } @@ -1173,25 +1206,16 @@ ul.cat-checklist { margin-top: 4px; } -#update-plugins-table tbody td p { +.updates-table .plugin-title p { margin-top: 0; } -#update-plugins-table tbody td p strong { - font-size: 14px; -} - .plugins thead td.check-column, .plugins tfoot td.check-column, .plugins .inactive th.check-column { padding-right: 6px; } -#update-plugins-table thead td.check-column, -#update-plugins-table tfoot td.check-column { - padding-top: 11px; -} - .plugins, .plugins th, .plugins td { @@ -1246,10 +1270,6 @@ ul.cat-checklist { border-bottom: 0; } -.plugin-update-tr td { - border-top: 0; -} - .plugins .inactive td, .plugins .inactive th, .plugins .active td, @@ -1284,28 +1304,22 @@ ul.cat-checklist { box-shadow: none; } -.plugins .active.update td, -.plugins .active.update th, -tr.active.update + tr.plugin-update-tr .plugin-update { - background-color: #fef7f1; -} - .plugins .active th.check-column, .plugin-update-tr.active td { border-right: 4px solid #00a0d2; } -.plugins .active.update th.check-column, -.plugins .active.update + .plugin-update-tr .plugin-update { - border-right: 4px solid #d54e21; -} - #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title { padding-left: 12px; white-space:nowrap; } +.updates-table-screenshot { + float:right; + padding: 0 0 5px 10px; +} + .plugins .inactive .plugin-title strong { font-weight: 400; } @@ -1328,44 +1342,36 @@ tr.active.update + tr.plugin-update-tr .plugin-update { border-top-width: 1px; } -.plugin-update-tr .update-message { - font-size: 13px; - font-weight: normal; - margin: 0 31px 8px 10px; - padding: 6px 40px 8px 12px; - background-color: #f7f7f7; - background-color: rgba(0,0,0,0.03); -} - -.plugin-update-tr .update-message:before, -.plugin-card .update-now:before, -.plugin-card .install-now:before { - color: #d54e21; - display: inline-block; - font: normal 20px/1 'dashicons'; - speak: none; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - vertical-align: top; +.plugins .plugin-update-tr .plugin-update { + -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); + overflow: hidden; /* clearfix */ + padding: 0; } -.plugin-update-tr .update-message:before, -.plugin-card .update-now:before { - content: '\f463'; +.plugins .plugin-update-tr .notice, +.plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */ + margin: 5px 40px 15px 20px; } -.plugin-update-tr .update-message:before { - margin: 0 -30px 0 10px; +.plugins .notice p { + margin: 0.5em 0; } -.plugin-card .update-now:before, -.plugin-card .install-now:before { +.plugin-card .update-now:before { + color: #f56e28; + content: "\f463"; + display: inline-block; + font: normal 20px/1 dashicons; margin: 3px -2px 0 5px; + speak: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + vertical-align: top; } -.plugin-update-tr .updating-message:before, .plugin-card .updating-message:before { - content: '\f463'; + content: "\f463"; -webkit-animation: rotation 2s infinite linear; animation: rotation 2s infinite linear; } @@ -1392,33 +1398,16 @@ tr.active.update + tr.plugin-update-tr .plugin-update { } } -.plugin-update-tr .updated-message:before, .plugin-card .updated-message:before { color: #79ba49; - content: '\f147'; -} - -.wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update { - overflow: hidden; /* clearfix */ - padding: 0; - -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); - box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); -} - -/* update notices for active plugins */ -tr.active + tr.plugin-update-tr .plugin-update { - background-color: #f7fcfe; -} - -tr.active + tr.plugin-update-tr:not(.updated) .plugin-update .update-message { - background-color: #fcf3ef; + content: "\f147"; } -.plugin-install-php h3 { +.plugin-install-php h2 { clear: both; } -.plugin-install-php h4 { +.plugin-install-php h3 { margin: 2.5em 0 8px; } @@ -1443,7 +1432,7 @@ tr.active + tr.plugin-update-tr:not(.updated) .plugin-update .update-message { width: -webkit-calc( 50% - 8px ); width: calc( 50% - 8px ); background-color: #fff; - border: 1px solid #dedede; + border: 1px solid #ddd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -1495,7 +1484,7 @@ div.action-links, margin: 0; /* Override existing margins */ } -.plugin-card h4 { +.plugin-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.3; @@ -1530,7 +1519,7 @@ div.action-links, clear: both; padding: 12px 20px; background-color: #fafafa; - border-top: 1px solid #dedede; + border-top: 1px solid #ddd; overflow: hidden; } @@ -1538,6 +1527,21 @@ div.action-links, display: inline; } +.plugin-card-update-failed .update-now { + font-weight: 600; +} + +.plugin-card-update-failed .notice-error { + margin: 0; + padding-right: 16px; + -webkit-box-shadow: 0 -1px 0 #ddd; + box-shadow: 0 -1px 0 #ddd; +} + +.plugin-card-update-failed .plugin-card-bottom { + display: none; +} + .plugin-card .column-rating { line-height: 23px; } @@ -1565,7 +1569,7 @@ div.action-links, } .plugin-card .column-compatibility span:before { - font: normal 20px/.5 'dashicons'; + font: normal 20px/.5 dashicons; speak: none; display: inline-block; padding: 0; @@ -1580,11 +1584,11 @@ div.action-links, } .plugin-card .compatibility-incompatible:before { - content: '\f158'; + content: "\f158"; } .plugin-card .compatibility-compatible:before { - content: '\f147'; + content: "\f147"; } .plugin-icon { @@ -1596,13 +1600,8 @@ div.action-links, margin: 0 0 20px 20px; } -.plugin-icon img { - width: 128px; - height: 128px; -} - .no-plugin-results { - color: #999; + color: #666; /* same as no themes and no media */ font-size: 18px; font-style: normal; margin: 0; @@ -1612,15 +1611,19 @@ div.action-links, /* ms */ /* Background Color for Site Status */ +.wp-list-table .site-deleted, .wp-list-table tr.site-deleted { background: #ff8573; } +.wp-list-table .site-spammed, .wp-list-table tr.site-spammed { background: #faafaa; } +.wp-list-table .site-archived, .wp-list-table tr.site-archived { background: #ffebe8; } +.wp-list-table .site-mature, .wp-list-table tr.site-mature { background: #fecac2; } @@ -1667,6 +1670,10 @@ div.action-links, .plugin-card .desc p:first-of-type { margin-top: 0; } + + .fixed .column-date { + width: 14%; + } } @media screen and ( max-width: 782px ) { @@ -1742,7 +1749,7 @@ div.action-links, .tablenav-pages .pagination-links a, .tablenav-pages-navspan { - padding: 9px 16px 12px; + padding: 9px 11px 12px; font-size: 18px; } @@ -1898,8 +1905,9 @@ div.action-links, color: #dc3232; } - .widefat thead .check-column, .widefat tfoot .check-column { - padding: 10px 0 10px; + .widefat thead td.check-column, + .widefat tfoot td.check-column { + padding-top: 10px; } .widefat * { @@ -2000,8 +2008,9 @@ div.action-links, } /* Updates */ - #wpbody-content #update-themes-table .plugin-title { + #wpbody-content .updates-table .plugin-title { width: auto; + white-space: normal; } /* Links */ @@ -2030,6 +2039,12 @@ div.action-links, padding-top: 2px; } + #wpbody-content .wp-list-table.plugins .plugin-title, + #wpbody-content .wp-list-table.plugins .theme-title { + padding-left: 12px; + white-space: normal; + } + .wp-list-table.plugins .plugin-title, .wp-list-table.plugins .theme-title { padding-top: 13px; @@ -2067,7 +2082,7 @@ div.action-links, /* mimic the checkbox th */ .plugins .plugin-update-tr:before { - content: ''; + content: ""; display: table-cell; } @@ -2084,10 +2099,19 @@ div.action-links, margin-right: 0; } + .plugins .active.update + .plugin-update-tr:before { + background-color: #f7fcfe; + border-right: 4px solid #00a0d2; + } + + .plugins .plugin-update-tr .update-message { + margin-right: 0; + } + .wp-list-table.plugins .plugin-title strong, .wp-list-table.plugins .theme-title strong { font-size: 1.4em; - line-height: 1.6em; + line-height: 1.5; } /* Add New plugins page */ @@ -2128,3 +2152,15 @@ div.action-links, width: 100%; } } + +@media screen and ( max-width: 480px ) { + .tablenav-pages .current-page { + margin: 0; + } + + .tablenav-pages .tablenav-paging-text { + float: right; + width: 100%; + padding-top: 0.5em; + } +}