diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 9b60817..6596da5 100644
|
|
div.error { |
1285 | 1285 | div.updated p, |
1286 | 1286 | div.error p, |
1287 | 1287 | .form-table td .notice p { |
1288 | | margin: 0.5em 0; |
| 1288 | margin: 0.499em 0; |
1289 | 1289 | padding: 2px; |
1290 | 1290 | } |
1291 | 1291 | |
1292 | 1292 | .notice.is-dismissible { |
1293 | | padding-right: 38px; |
| 1293 | padding-right: 38px !important; |
1294 | 1294 | position: relative; |
1295 | 1295 | } |
1296 | 1296 | |
1297 | 1297 | .notice-dismiss { |
1298 | | height: 38px; |
1299 | | width: 38px; |
1300 | 1298 | position: absolute; |
1301 | 1299 | top: 0; |
1302 | | right: 0; |
| 1300 | right: 1px; |
1303 | 1301 | border: none; |
1304 | 1302 | margin: 0; |
1305 | | padding: 11px; |
| 1303 | padding: 9px; |
1306 | 1304 | background: none; |
1307 | 1305 | color: #bbb; |
1308 | 1306 | cursor: pointer; |
1309 | 1307 | } |
1310 | 1308 | |
| 1309 | .notice-dismiss:before { |
| 1310 | position: relative; |
| 1311 | top: 0; |
| 1312 | left: 0; |
| 1313 | font-size: 20px; |
| 1314 | } |
| 1315 | |
1311 | 1316 | .notice-dismiss:hover:before, |
1312 | 1317 | .notice-dismiss:active:before, |
1313 | 1318 | .notice-dismiss:focus:before { |
… |
… |
img { |
3171 | 3176 | } |
3172 | 3177 | |
3173 | 3178 | .notice.is-dismissible { |
3174 | | padding-right: 46px; |
| 3179 | padding-right: 46px !important; |
3175 | 3180 | } |
3176 | 3181 | |
3177 | 3182 | .notice-dismiss { |
3178 | | height: 46px; |
3179 | | width: 46px; |
3180 | | padding: 16px; |
| 3183 | padding: 13px; |
3181 | 3184 | } |
3182 | 3185 | |
3183 | 3186 | .wrap .icon32 + h2 { |