Changeset 1516:eb9653ff7459 for admin/style/default.css
- Timestamp:
- 08/21/13 13:00:42 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1514 r1516 884 884 background: transparent url(../images/check-on.png) no-repeat 0 50%; 885 885 } 886 /* ---------------------------------------------------------- Antispam extensions */887 .antispam {888 height: 200px;889 overflow: auto;890 margin-bottom: 1em;891 }892 .antispam p {893 margin: 1px 0 0 0;894 padding: 0.2em 0.5em;895 }896 .antispam p.global {897 background: #ccff99;898 }899 886 /* ------------------------------------------------------------------ contextual help */ 900 887 #help { … … 991 978 } 992 979 /* ------------------------------------------------------------------ messages */ 993 div.error, p.error, 994 div.message, p.message, 995 div.static-msg, p.static-msg { 980 .error, .message, .static-msg, .static-msg { 996 981 padding: 0.5em 0.5em 0.5em 48px; 997 982 margin-bottom: 1em; … … 1002 987 padding-bottom: 1rem; 1003 988 } 1004 div.error, p.error {1005 background: # ffdec8url(msg-error.png) no-repeat .7em .7em;989 .error { 990 background: #FFBABA url(msg-error.png) no-repeat .7em .7em; 1006 991 color: #000; 1007 992 } 1008 div.message, p.message, 1009 div.static-msg, p.static-msg { 993 .message, .static-msg { 1010 994 background: #666 url(msg-std.png) no-repeat .7em .7em; 1011 995 color: #fff; 1012 996 } 1013 div.message a, p.message a, 1014 div.static-msg a, p.static-msg a { 997 .success { 998 background-color: #cf9; 999 color: #000; 1000 } 1001 .message a, .static-msg a { 1015 1002 color: #fff; 1016 1003 } 1004 .success a { 1005 color: #666; 1006 } 1007 1017 1008 /* ------------------------------------------------------------------ navigation */ 1018 1009 .anchor-nav {
Note: See TracChangeset
for help on using the changeset viewer.