web/drupal/modules/system/maintenance.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
       
     2 
       
     3 /* Update styles */
       
     4 #update-results {
       
     5   margin-top: 3em;
       
     6   padding: 0.25em;
       
     7   border: 1px solid #ccc;
       
     8   background: #eee;
       
     9   font-size: smaller;
       
    10 }
       
    11 #update-results h2 {
       
    12   margin-top: 0.25em;
       
    13 }
       
    14 #update-results h4 {
       
    15   margin-bottom: 0.25em;
       
    16 }
       
    17 #update-results li.none {
       
    18   color: #888;
       
    19   font-style: italic;
       
    20 }
       
    21 #update-results li.failure strong {
       
    22   color: #b63300;
       
    23 }