Dotclear

Changeset 1733:34d6ea6a495a


Ignore:
Timestamp:
09/05/13 22:18:44 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Petits ajustements CSS, pour les couleurs notamment.
Application du style "warning" au message de suppression de blog. /!\ WANTED DEV. Un bouton d'annulation serait bienvenu.

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_del.php

    r1399 r1733  
    6161{ 
    6262     echo 
    63      '<p class="message">'.__('Warning').'</p>'. 
     63     '<div class="warning-msg"><p><strong>'.__('Warning').'</strong></p>'. 
    6464     '<p>'.sprintf(__('You are about to delete the blog %s. Every entry, comment and category will be deleted.'), 
    65      '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p>'. 
     65     '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p></div>'. 
    6666     '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'; 
    6767      
  • admin/style/default.css

    r1727 r1733  
    308308     padding: .5em 2em; 
    309309     margin-right: -1px; 
    310      border: 1px solid #aaa; 
     310     border: 1px solid #ccc; 
    311311     border-bottom: none; 
    312312     text-decoration: none; 
    313313     color: #333; 
    314      background-color:#E4E0EC; 
     314     background-color: #ecf0f1; 
    315315} 
    316316.part-tabs li a:hover, .part-tabs li a:focus { 
     
    594594     text-transform: uppercase; 
    595595     color: #333; 
    596      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 
     596     text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6); 
    597597} 
    598598.db-items img { 
     
    799799     display: inline-block; 
    800800     vertical-align: top; 
    801      min-height: 120px 
    802801} 
    803802.media-action-box h4 { 
     
    807806     color: #333; 
    808807     margin-top: 2em; 
     808     text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6) 
    809809} 
    810810a.media-icon { 
     
    11821182     background: #FFBABA url(msg-error.png) no-repeat .7em .7em; 
    11831183     color: #000; 
     1184     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    11841185} 
    11851186.message, .static-msg { 
     
    11901191     background: #bee74b url(msg-success.png) no-repeat .7em .7em; 
    11911192     color: #000; 
     1193     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) 
    11921194} 
    11931195.warning-msg { 
    1194      background: #ffd url(msg-warning.png) no-repeat .7em .7em; 
    1195      color: #666; 
    1196      border: 1px solid #f0c020; 
     1196     background: #F7E07E url(msg-warning.png) no-repeat .7em .7em; 
     1197     color: #000; 
     1198     border: 1px solid #F7E07E; 
     1199     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) 
    11971200} 
    11981201.message a, .static-msg a { 
     
    12001203} 
    12011204.success a, .warning-msg a { 
    1202      color: #666; 
     1205     color: #333; 
    12031206} 
    12041207.dc-update { 
     
    12071210     border-radius: 8px; 
    12081211     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 
     1212     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) 
    12091213} 
    12101214.dc-update a { 
     
    12681272/* -------------------------------------------------------------------- CLASSES COMMUNES */ 
    12691273.no-margin, #entry-content label.no-margin { 
    1270      margin: 0; 
     1274     margin-top: 0; 
     1275     margin-bottom: 0; 
    12711276} 
    12721277.vertical-separator { 
     
    15801585     display: inline-block; 
    15811586     line-height: 1.5em; 
     1587     border-radius: 3px; 
     1588     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) 
    15821589} 
    15831590p.form-note.warn, p.warning { 
    1584      background: #ffd url(msg-warning.png) no-repeat .3em .3em; 
    1585      border: 1px solid #f0c020; 
     1591     background: #FEFACD url(msg-warning.png) no-repeat .3em .3em; 
     1592     border: 1px solid #F7E07E; 
    15861593} 
    15871594p.form-note.info { 
    1588      background: #eef url(msg-info.png) no-repeat .3em .3em; 
    1589      border: 1px solid #c484ff; 
     1595     background: #D9EDF7 url(msg-info.png) no-repeat .3em .3em; 
     1596     border: 1px solid #BCE8F1; 
    15901597} 
    15911598.form-note a {border-bottom: 1px solid #ddbaff;} 
     
    16341641} 
    16351642label .maximal, textarea.maximal, input.maximal { 
    1636      width: 100%; 
     1643     width: 99%; 
    16371644} 
    16381645textarea.maximal { 
     
    17621769     padding:.5em 1.5em; 
    17631770     color: #000; 
    1764      text-shadow:1px 1px 0px #98cf40; 
     1771     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    17651772     font-weight: normal; 
    17661773     font-size: 14px; /* ie < 9 sucks */ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map