Changeset 3460:ab90fe0bd783 for admin/style
- Timestamp:
- 12/19/16 11:49:04 (9 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3454 r3460 1508 1508 .info a { 1509 1509 color: #333; } 1510 1511 .close-notice { 1512 float: right; 1513 background: none; 1514 border: none; 1515 border-radius: 0; 1516 box-shadow: none; 1517 padding-left: 1em; } 1518 .close-notice:hover, .close-notice:focus { 1519 background: none; } 1520 1521 div.error { 1522 position: relative; } 1523 div.error .close-notice { 1524 display: block; 1525 position: absolute; 1526 top: 1em; 1527 right: 1em; } 1510 1528 1511 1529 .dc-update { -
admin/style/scss/partials/_messages.scss
r3439 r3460 100 100 } 101 101 102 .close-notice { 103 float: right; 104 background: none; 105 border: none; 106 border-radius: 0; 107 box-shadow: none; 108 padding-left: 1em; 109 &:hover, &:focus { 110 background: none; 111 } 112 } 113 div.error { 114 position: relative; 115 .close-notice { 116 display: block; 117 position: absolute; 118 top: 1em; 119 right: 1em; 120 } 121 } 122 102 123 .dc-update { 103 124 padding: 1em 48px 0.5em 48px;
Note: See TracChangeset
for help on using the changeset viewer.