Changeset 32068
- Timestamp:
- 04/07/2015 06:43:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r32051 r32068 1290 1290 } 1291 1291 1292 . notice.is-dismissible {1292 .wp-core-ui .notice.is-dismissible { 1293 1293 padding-right: 38px; 1294 1294 position: relative; … … 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: #b4b9be; 1308 1306 cursor: pointer; 1307 } 1308 1309 .notice-dismiss:before { 1310 position: relative; 1311 top: 0; 1312 left: 0; 1313 line-height: 20px; 1309 1314 } 1310 1315 … … 1315 1320 } 1316 1321 1317 .notice-dismiss:active,1318 1322 .notice-dismiss:focus { 1319 1323 outline: none; … … 3177 3181 } 3178 3182 3179 . notice.is-dismissible {3183 .wp-core-ui .notice.is-dismissible { 3180 3184 padding-right: 46px; 3181 3185 } 3182 3186 3183 3187 .notice-dismiss { 3184 height: 46px; 3185 width: 46px; 3186 padding: 16px; 3188 padding: 13px; 3187 3189 } 3188 3190
Note: See TracChangeset
for help on using the changeset viewer.