home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / system / maintenance.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-30  |  425 b   |  24 lines

  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. }
  24.