[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/filefield/ -> filefield.css (source)

   1  /* $Id: filefield.css,v 1.22 2010/06/29 23:49:11 quicksketch Exp $ */
   2  
   3  /**
   4   * Formatter styles
   5   */
   6  
   7  .filefield-icon {
   8    margin: 0 2px 0 0; /* RTL */
   9  }
  10  
  11  /* End formatter styles. */
  12  
  13  /**
  14   * General widget form styles (applicable to all widgets).
  15   */
  16  .filefield-element {
  17    margin: 1em 0;
  18    white-space: normal;
  19  }
  20  
  21  .filefield-element .widget-preview {
  22    float: left; /* RTL */
  23    padding: 0 10px 0 0; /* RTL */
  24    margin: 0 10px 0 0; /* RTL */
  25    border-width: 0 1px 0 0; /* RTL */
  26    border-style: solid;
  27    border-color: #CCC;
  28    max-width: 30%;
  29  }
  30  
  31  .filefield-element .widget-edit {
  32    float: left; /* RTL */
  33    max-width: 70%;
  34  }
  35  
  36  .filefield-element .filefield-preview {
  37    width: 16em;
  38    overflow: hidden;
  39  }
  40  
  41  .filefield-element .widget-edit .form-item {
  42    margin: 0 0 1em 0;
  43  }
  44  
  45  .filefield-element input.form-submit,
  46  .filefield-element input.form-file {
  47    margin: 0;
  48  }
  49  
  50  .filefield-element input.progress-disabled {
  51    float: none;
  52    display: inline;
  53  }
  54  
  55  .filefield-element div.ahah-progress,
  56  .filefield-element div.throbber {
  57    display: inline;
  58    float: none;
  59    padding: 1px 13px 2px 3px; /* RTL */
  60  }
  61  
  62  .filefield-element div.ahah-progress-bar {
  63    display: none;
  64    margin-top: 4px;
  65    width: 28em;
  66    padding: 0;
  67  }
  68  
  69  .filefield-element div.ahah-progress-bar div.bar {
  70    margin: 0;
  71  }
  72  
  73  /* End general widget form styles. */


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