diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 9b60817..e5272bb 100644
|
|
div.error p, |
1289 | 1289 | padding: 2px; |
1290 | 1290 | } |
1291 | 1291 | |
1292 | | .notice.is-dismissible { |
| 1292 | .wrap .notice.is-dismissible { |
1293 | 1293 | padding-right: 38px; |
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 { |
1314 | 1319 | color: #c00; |
1315 | 1320 | } |
1316 | 1321 | |
1317 | | .notice-dismiss:active, |
1318 | 1322 | .notice-dismiss:focus { |
1319 | 1323 | outline: none; |
1320 | 1324 | -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); |
… |
… |
img { |
3170 | 3174 | line-height: 175%; |
3171 | 3175 | } |
3172 | 3176 | |
3173 | | .notice.is-dismissible { |
| 3177 | .wrap .notice.is-dismissible { |
3174 | 3178 | padding-right: 46px; |
3175 | 3179 | } |
3176 | 3180 | |
3177 | 3181 | .notice-dismiss { |
3178 | | height: 46px; |
3179 | | width: 46px; |
3180 | | padding: 16px; |
| 3182 | padding: 13px; |
3181 | 3183 | } |
3182 | 3184 | |
3183 | 3185 | .wrap .icon32 + h2 { |