New module 'FileField'
This commit is contained in:
parent
673511a713
commit
f8571672d1
44 changed files with 5831 additions and 0 deletions
20
sites/all/modules/filefield/filefield-rtl.css
Normal file
20
sites/all/modules/filefield/filefield-rtl.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
.filefield-icon {
|
||||
margin: 0 0 0 2px;
|
||||
}
|
||||
|
||||
.filefield-element .widget-preview {
|
||||
float: right;
|
||||
padding: 0 0 0 10px;
|
||||
border-size: 0 0 0 1px;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.filefield-element .widget-edit {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.filefield-element div.ahah-progress,
|
||||
.filefield-element div.throbber {
|
||||
padding: 1px 3px 2px 13px;
|
||||
}
|
Reference in a new issue