Make WordPress Core

Ticket #26605: 26605.2.diff

File 26605.2.diff, 941 bytes (added by tsiger, 6 years ago)
  • src/wp-admin/css/dashboard.css

     
    801801#future-posts li,
    802802#published-posts li {
    803803        margin-bottom: 8px;
     804        margin-left: 150px;
    804805}
    805806
     807#future-posts li a,
     808#published-posts li a {
     809        display: inline-block;
     810}
     811
    806812#future-posts ul span,
    807813#published-posts ul span {
    808         display: inline-block;
    809         margin-right: 5px;
     814        float: left;   
     815        margin-left: -150px;
    810816        min-width: 150px;
    811817        color: #72777c;
    812818}
     
    11461152        #wpbody-content #dashboard-widgets .postbox-container {
    11471153                width: 100%;
    11481154        }
     1155       
     1156        #future-posts li,
     1157        #published-posts li {           
     1158                margin-left: 0;
     1159        }
     1160
     1161        #future-posts ul span,
     1162        #published-posts ul span {
     1163                float: none;
     1164                display: block;
     1165                margin-left: 0;
     1166        }
    11491167}
    11501168
    11511169/* two columns on the dash, but keep the setting if one is selected */