updated contrib themes

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 15:35:11 +01:00
parent 104fcaf970
commit 82bb633c3e
44 changed files with 3533 additions and 2015 deletions

View File

@@ -0,0 +1,12 @@
/**
* Styles loaded conditionally to support IE7.
*/
/* Add outline to filefield attach and space the button. */
.form-type-managed-file input.form-file {
border: thin solid #DDDDDD !important;
}
.form-type-managed-file input.submit {
margin-left: 5px;
}