[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/css/ -> views-list.css (source)

   1  /* $Id: views-list.css,v 1.12.4.1 2009/11/18 20:04:20 merlinofchaos Exp $ */
   2  
   3  table.views-entry {
   4    margin: 3px 0;
   5    border: 1px solid #ddd;
   6    background-color: white;
   7    color: #494949; /* matches garland */
   8    clear: left; /* LTR */
   9    width: 100%;
  10  }
  11  
  12  table.views-entry tbody {
  13    border: none;
  14  }
  15  
  16  table.views-entry td.view-ops {
  17    width: 45%;
  18    text-align: right; /* LTR */
  19    background-color: #eee;
  20  }
  21  
  22  table.views-entry td.view-name {
  23    background-color: #eee;
  24  }
  25  
  26  table.views-entry .description {
  27    vertical-align: top;
  28  }
  29  
  30  body form#views-ui-list-views-form {
  31    margin: 0 0 1.5em 0;
  32  }
  33  
  34  #views-ui-list-views-form .form-item {
  35    padding-right: 1em; /* LTR */
  36    float: left; /* LTR */
  37    margin-top: 0;
  38    margin-bottom: 0;
  39  }
  40  
  41  #edit-order-wrapper {
  42    clear: left; /* LTR */
  43  }
  44  
  45  #edit-views-apply,
  46  #edit-views-reset {
  47    margin-top: 1.65em;
  48    float: left; /* LTR */
  49  }
  50  
  51  .views-entry .advanced-help-link {
  52    position: relative;
  53    top: 2px;
  54    padding-right: 3px; /* LTR */
  55  }
  56  
  57  table.view-disabled {
  58    color: #999;
  59  }
  60  
  61  table.views-entry td {
  62    line-height: 1.4;
  63    padding-bottom: 10px;
  64  }
  65  table.view-disabled td {
  66    line-height: 1.4;
  67    padding-bottom: 10px;
  68    background: none;
  69  }
  70  table.view-enabled td.view-name,
  71  table.view-enabled td.view-ops,
  72  table.view-disabled td.view-name,
  73  table.view-disabled td.view-ops {
  74    line-height: 1.6;
  75    padding-bottom: 0.3em;
  76  }
  77  table.view-enabled td.view-name,
  78  table.view-enabled td.view-ops {
  79    background: #E4F0F8; 
  80  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7