Make WordPress Core

Ticket #32194: 32194.diff

File 32194.diff, 1.4 KB (added by iandunn, 10 years ago)
  • src/wp-admin/css/edit.css

     
    15861586                font-size: 14px;
    15871587                padding: 0 10px 0 10px;
    15881588        }
     1589
     1590
     1591        /* Notification dialogs */
     1592        .notification-dialog {
     1593                left: auto;
     1594                width: auto;
     1595                margin-left: 1em;
     1596                margin-right: 1em;
     1597        }
     1598
     1599        #post-lock-dialog .post-locked-avatar {
     1600                display: none;
     1601        }
     1602
     1603        #post-lock-dialog .post-locked-message a.button {
     1604                display: block;
     1605                margin-top: .75em;
     1606                text-align: center;
     1607        }
    15891608}
  • src/wp-admin/css/forms.css

     
    11551155@media only screen and (max-height: 480px) {
    11561156        /*  Request Credentials */
    11571157        .request-filesystem-credentials-dialog  .notification-dialog{
    1158                 width: 100%;
    11591158                height: 100%;
    11601159                position: fixed;
    11611160                top: 0;
    1162                 margin: 0;
    1163                 left: 0;
    11641161                overflow-y: auto;
    11651162        }
     1163
     1164        .request-filesystem-credentials-dialog .ftp-username,
     1165        .request-filesystem-credentials-dialog .ftp-password {
     1166                float: none;
     1167                width: auto;
     1168        }
     1169
     1170        .request-filesystem-credentials-dialog .ftp-password {
     1171                margin-top: 1em;
     1172                margin-left: 0;
     1173        }
     1174
     1175        .plugin-install-php .request-filesystem-credentials-dialog h4 {
     1176                margin-top: 1em;
     1177        }
    11661178}
    11671179
    11681180/* Smartphone */