[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/modules/system/ -> admin.css (source)

   1  /* $Id: admin.css,v 1.12 2006/11/23 11:05:46 dries Exp $ */
   2  
   3  /*
   4  ** Formatting for administration page
   5  */
   6  div.admin-panel {
   7    margin: 0;
   8    padding: 5px 5px 15px 5px;
   9  }
  10  
  11  div.admin-panel .description {
  12    margin: 0 0 3px;
  13    padding: 2px 0 3px 0;
  14  }
  15  
  16  div.admin-panel .body {
  17    padding: 0 4px 2px 8px;
  18  }
  19  
  20  div.admin {
  21    padding-top: 15px;
  22  }
  23  
  24  div.admin .left {
  25    float: left;
  26    width: 47%;
  27    margin-left: 1em;
  28  }
  29  div.admin .right {
  30    float: right;
  31    width: 47%;
  32    margin-right: 1em;
  33  }
  34  
  35  div.admin .expert-link {
  36    text-align: right;
  37    margin-right: 1em;
  38    padding-right: 4px;
  39  }
  40  
  41  table.package {
  42    width: 100%;
  43  }
  44  table.package .description {
  45    width: 100%;
  46  }
  47  div.admin-dependencies, div.admin-required {
  48    font-size: 0.9em;
  49    color: #444;
  50  }
  51  span.admin-disabled {
  52    color: #800;
  53  }
  54  span.admin-enabled {
  55    color: #080;
  56  }
  57  span.admin-missing {
  58    color: #f00;
  59  }
  60  
  61  /**
  62   * Formatting for status report
  63   */
  64  table.system-status-report th {
  65    border-bottom: 1px solid #ccc;
  66  }
  67  table.system-status-report th, table.system-status-report tr.merge-up td {
  68    padding-left: 30px;
  69  }
  70  table.system-status-report th  {
  71    background-repeat: no-repeat;
  72    background-position: 5px 50%;
  73    padding-top: 6px;
  74    padding-bottom: 6px;
  75  }
  76  table.system-status-report tr.error th {
  77    background-image: url(../../misc/watchdog-error.png);
  78  }
  79  table.system-status-report tr.warning th {
  80    background-image: url(../../misc/watchdog-warning.png);
  81  }
  82  table.system-status-report tr.ok th {
  83    background-image: url(../../misc/watchdog-ok.png);
  84  }
  85  
  86  /**
  87   * Formatting for theme configuration
  88   */
  89  .theme-settings-left {
  90    float: left;
  91    width: 49%;
  92  }
  93  .theme-settings-right {
  94    float: right;
  95    width: 49%;
  96  }
  97  .theme-settings-bottom {
  98    clear: both;
  99  }


Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics