[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

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


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