Make WordPress Core

Ticket #31233: 31233.21.2.diff

File 31233.21.2.diff, 1.1 KB (added by valendesigns, 10 years ago)
  • src/wp-admin/css/common.css

    diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
    index 9b60817..6596da5 100644
    div.error { 
    12851285div.updated p,
    12861286div.error p,
    12871287.form-table td .notice p {
    1288         margin: 0.5em 0;
     1288        margin: 0.499em 0;
    12891289        padding: 2px;
    12901290}
    12911291
    12921292.notice.is-dismissible {
    1293         padding-right: 38px;
     1293        padding-right: 38px !important;
    12941294        position: relative;
    12951295}
    12961296
    12971297.notice-dismiss {
    1298         height: 38px;
    1299         width: 38px;
    13001298        position: absolute;
    13011299        top: 0;
    1302         right: 0;
     1300        right: 1px;
    13031301        border: none;
    13041302        margin: 0;
    1305         padding: 11px;
     1303        padding: 9px;
    13061304        background: none;
    13071305        color: #bbb;
    13081306        cursor: pointer;
    13091307}
    13101308
     1309.notice-dismiss:before {
     1310        position: relative;
     1311        top: 0;
     1312        left: 0;
     1313        font-size: 20px;
     1314}
     1315
    13111316.notice-dismiss:hover:before,
    13121317.notice-dismiss:active:before,
    13131318.notice-dismiss:focus:before {
    img { 
    31713176        }
    31723177
    31733178        .notice.is-dismissible {
    3174                 padding-right: 46px;
     3179                padding-right: 46px !important;
    31753180        }
    31763181
    31773182        .notice-dismiss {
    3178                 height: 46px;
    3179                 width: 46px;
    3180                 padding: 16px;
     3183                padding: 13px;
    31813184        }
    31823185
    31833186        .wrap .icon32 + h2 {