contrib modules security updates

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-13 12:10:40 +02:00
parent ffd758abc9
commit 747127f643
732 changed files with 67976 additions and 23207 deletions

View File

@@ -1,7 +1,23 @@
/**
* @file
* Feeds CSS magic.
*/
#edit-feeds-FeedsFileFetcher-upload-wrapper .file-info {
/* For file uploads, display previously uploaded files on the left side. */
.feeds-file-info {
float: left;
width: 200px;
border-right: 1px solid #ddd;
border-right: 1px solid #ccc;
margin-right: 10px;
}
margin-bottom: 10px;
}
/* For file uploads, display upload field on the right side. */
.feeds-file-upload {
float: left;
}
/* Make sure file upload fields don't get too wide. */
.feeds-file-upload .form-file {
width: auto;
}