[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/color/ -> color-rtl.css (source)

   1  
   2  #placeholder {
   3    left: 0;
   4    right: auto;
   5  }
   6  
   7  /* Palette */
   8  .color-form .form-item {
   9    padding-left: 0;
  10    padding-right: 1em;
  11  }
  12  .color-form label {
  13    float: right;
  14    clear: right;
  15  }
  16  .color-form .form-text, .color-form .form-select {
  17    float: right;
  18  }
  19  .color-form .form-text {
  20    margin-right: 0;
  21    margin-left: 5px;
  22  }
  23  
  24  #palette .hook {
  25    float: right;
  26  }
  27  #palette .down, #palette .up, #palette .both {
  28    background: url(images/hook-rtl.png) no-repeat 0 0;
  29  }
  30  #palette .up {
  31    background-position: 0 -27px;
  32  }
  33  #palette .both {
  34    background-position: 0 -54px;
  35  }
  36  
  37  #palette .lock {
  38    float: right;
  39    right: -10px;
  40  }
  41  html.js #preview {
  42    float: right;
  43  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7