Ticket #32194: 32194.diff
File 32194.diff, 1.4 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/edit.css
1586 1586 font-size: 14px; 1587 1587 padding: 0 10px 0 10px; 1588 1588 } 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 } 1589 1608 } -
src/wp-admin/css/forms.css
1155 1155 @media only screen and (max-height: 480px) { 1156 1156 /* Request Credentials */ 1157 1157 .request-filesystem-credentials-dialog .notification-dialog{ 1158 width: 100%;1159 1158 height: 100%; 1160 1159 position: fixed; 1161 1160 top: 0; 1162 margin: 0;1163 left: 0;1164 1161 overflow-y: auto; 1165 1162 } 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 } 1166 1178 } 1167 1179 1168 1180 /* Smartphone */