Dotclear


Ignore:
Timestamp:
08/21/13 13:00:42 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Antispam: pardon my fault, css should be in plugin css only.
Messages: colors change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1514 r1516  
    884884     background: transparent url(../images/check-on.png) no-repeat 0 50%; 
    885885} 
    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 } 
    899886/* ------------------------------------------------------------------ contextual help */ 
    900887#help { 
     
    991978} 
    992979/* ------------------------------------------------------------------ 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 { 
    996981     padding: 0.5em 0.5em 0.5em 48px; 
    997982     margin-bottom: 1em; 
     
    1002987     padding-bottom: 1rem; 
    1003988} 
    1004 div.error, p.error { 
    1005      background: #ffdec8 url(msg-error.png) no-repeat .7em .7em; 
     989.error { 
     990     background: #FFBABA url(msg-error.png) no-repeat .7em .7em; 
    1006991     color: #000; 
    1007992} 
    1008 div.message, p.message,  
    1009 div.static-msg, p.static-msg { 
     993.message, .static-msg { 
    1010994     background: #666 url(msg-std.png) no-repeat .7em .7em; 
    1011995     color: #fff; 
    1012996} 
    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 { 
    10151002     color: #fff; 
    10161003} 
     1004.success a { 
     1005     color: #666; 
     1006} 
     1007 
    10171008/* ------------------------------------------------------------------ navigation */ 
    10181009.anchor-nav { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map