Make WordPress Core

Ticket #26399: 26399.diff

File 26399.diff, 1.8 KB (added by xavortm, 9 years ago)
  • wp-admin/css/common.css

    diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
    index c084b20..46c17cc 100644
    a b html.wp-toolbar { 
    18051805.metabox-holder .postbox-container .empty-container {
    18061806        border: 3px dashed #b4b9be;
    18071807        height: 250px;
     1808        position: relative;
     1809}
     1810
     1811.metabox-holder .postbox-container .empty-container:after {
     1812        content: "Drag panels here";
     1813        margin: auto;
     1814        position: absolute;
     1815        top: 0;
     1816        left: 0;
     1817        bottom: 0;
     1818        right: 0;
     1819        height: 1em;
     1820        width: 200px;
     1821        text-align: center;
     1822        color: #ccc;
     1823        font-size:18px;
    18081824}
    18091825
    18101826.metabox-holder.columns-1 .postbox-container .empty-container,
  • wp-admin/css/dashboard-rtl.css

    diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css
    index 4cb1fcf..f9d95aa 100644
    a b a.rsswidget { 
    10131013                min-height: 0;
    10141014        }
    10151015
     1016        #dashboard-widgets #postbox-container-3 .empty-container:after,
     1017        #dashboard-widgets #postbox-container-4 .empty-container:after {
     1018                display: none;
     1019        }
     1020
    10161021        #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container {
    10171022                width: 100%;
    10181023        }
  • wp-admin/css/dashboard.css

    diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
    index 6f4f53b..57a161d 100644
    a b a.rsswidget { 
    10131013                min-height: 0;
    10141014        }
    10151015
     1016        #dashboard-widgets #postbox-container-3 .empty-container:after,
     1017        #dashboard-widgets #postbox-container-4 .empty-container:after {
     1018                display: none;
     1019        }
     1020
    10161021        #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container {
    10171022                width: 100%;
    10181023        }
    a.rsswidget { 
    10551060                height: 0;
    10561061                min-height: 0;
    10571062        }
     1063
     1064        #dashboard-widgets #postbox-container-4 .empty-container:after {
     1065                display: none;
     1066        }
    10581067}
    10591068
    10601069@media screen and (max-width: 870px) {