first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-05 13:50:00 +02:00
commit 95098773d5
1051 changed files with 309382 additions and 0 deletions

35
modules/file/file.css Normal file
View File

@@ -0,0 +1,35 @@
/**
* @file
* Admin stylesheet for file module.
*/
/**
* Managed file element styles.
*/
.form-managed-file .form-file,
.form-managed-file .form-submit {
margin: 0;
}
.form-managed-file input.progress-disabled {
float: none;
display: inline;
}
.form-managed-file div.ajax-progress,
.form-managed-file div.throbber {
display: inline;
float: none;
padding: 1px 5px 2px 5px;
}
.form-managed-file div.ajax-progress-bar {
display: none;
margin-top: 4px;
width: 28em;
padding: 0;
}
.form-managed-file div.ajax-progress-bar div.bar {
margin: 0;
}