Dotclear


Ignore:
Timestamp:
09/04/13 23:51:13 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Agencement des formulaires d'action de la médiathèque

Ajout d'une fonction générique d'affichage de message warning (dcPage::warning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1698 r1725  
    797797     border: none; 
    798798} 
    799 .media-item, .media-action-box { 
     799.media-item { 
    800800     position: relative; 
    801801     border: 1px solid #ccc; 
     
    806806     vertical-align: top; 
    807807     min-height: 120px 
     808} 
     809.media-action-box { 
     810     position: relative; 
     811     margin: 1em 3em 1em; 
     812     display: inline-block; 
     813     vertical-align: top; 
     814     min-height: 120px 
     815} 
     816.media-action-box h4 { 
     817     font-size: 1em; 
     818     text-transform: uppercase; 
     819     font-weight: bold; 
     820     color: #333; 
     821     margin-top: 2em; 
    808822} 
    809823a.media-icon { 
     
    11691183} 
    11701184/* ------------------------------------------------------------------ messages */ 
    1171 .error, .message, .static-msg, .static-msg, .success { 
     1185.error, .message, .static-msg, .success, .warning-msg { 
    11721186     padding: 1em 0.5em 0.5em 48px; 
    11731187     margin-bottom: 1em; 
    11741188     border-radius: 8px; 
    11751189} 
    1176 p.error, p.message, p.static-msg, p.success { 
     1190p.error, p.message, p.static-msg, p.success, p.warning-msg { 
    11771191     padding-top: 1em; 
    11781192     padding-bottom: 1em; 
     
    11901204     color: #000; 
    11911205} 
     1206.warning-msg { 
     1207     background: #ffd url(msg-warning.png) no-repeat .7em .7em; 
     1208     color: #666; 
     1209     border: 1px solid #f0c020; 
     1210} 
    11921211.message a, .static-msg a { 
    11931212     color: #fff; 
    11941213} 
    1195 .success a { 
     1214.success a, .warning-msg a { 
    11961215     color: #666; 
    11971216} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map