Changeset 1550:739428f42629 for admin/style/default.css
- Timestamp:
- 08/23/13 20:56:22 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1547 r1550 1022 1022 } 1023 1023 /* ------------------------------------------------------------------ messages */ 1024 .error, .message, .static-msg, .static-msg {1024 .error, .message, .static-msg, .static-msg, .success { 1025 1025 padding: 0.5em 0.5em 0.5em 48px; 1026 1026 margin-bottom: 1em; 1027 1027 border-radius: 8px; 1028 1028 } 1029 p.error, p.message, p.static-msg {1029 p.error, p.message, p.static-msg, p.success { 1030 1030 padding-top: 1rem; 1031 1031 padding-bottom: 1rem; … … 1040 1040 } 1041 1041 .success { 1042 background -color: #cf9;1042 background: #baff8e url(msg-success.png) no-repeat .7em .7em; 1043 1043 color: #000; 1044 1044 }
Note: See TracChangeset
for help on using the changeset viewer.