/[drupal]/contributions/modules/filefield/filefield.css
ViewVC logotype

Diff of /contributions/modules/filefield/filefield.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16, Sat Feb 28 22:50:19 2009 UTC revision 1.17, Sun Mar 1 05:17:37 2009 UTC
# Line 1  Line 1 
1  /* $Id: filefield.css,v 1.15 2009/02/28 22:35:51 quicksketch Exp $ */  /* $Id: filefield.css,v 1.16 2009/02/28 22:50:19 quicksketch Exp $ */
2    
3  /**  /**
4   * Overall styles   * Overall styles
# Line 19  Line 19 
19  /**  /**
20   * General widget form styles (applicable to all widgets).   * General widget form styles (applicable to all widgets).
21   */   */
22    .filefield-element {
23  .filefield-element input.form-submit {    margin: 1em 0;
24    float: left; /* RTF */    white-space: normal;
   margin: 0 .5em 0 0; /* RTF */  
 }  
   
 .filefield-row {  
25  }  }
26    
27  .filefield-row .filefield-info {  .filefield-element .filefield-preview {
28    float: left;    float: left;
29    padding-right: 1em;    width: 180px;
30      overflow: hidden;
31      margin-right: 10px;
32  }  }
33    
34  .filefield-row .filefield-edit {  .filefield-element .filefield-edit {
35    float: left;    float: left;
   width: 70%;  
36  }  }
37    
38  .filefield-row .filefield-description {  .filefield-element .filefield-edit .form-item {
39    width: 70%;    margin: 0 0 1em 0;
40  }  }
41    
42  .filefield-row .filefield-list {  .filefield-element input.form-submit,
43    float: right;  .filefield-element input.form-file {
44      margin: 0;
45  }  }
46    
47  .filefield-file-edit-widget {  .filefield-element input.progress-disabled {
48   float: left;    float: none;
49      display: inline;
50  }  }
51    
52  /* Only applies to single-value fields, for which we provide our own table. */  .filefield-element div.ahah-progress,
53  .filefield-file-container-table {  .filefield-element div.throbber {
54    width: 90%;    display: inline;
55    margin-top: 3px;    float: none;
56    margin-bottom: 2px;    padding: 1px 13px 2px 3px;
57  }  }
58    
 .filefield-file-upload {  
   margin-bottom: 5px;  
 }  
59    
 .filefield-js-error {  
   /* For some reason, the JS error message doesn't wrap by default. */  
   white-space: normal;  
 }  
60    
61  /* End general widget form styles. */  /* End general widget form styles. */
62    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.2