Bachir Soussi Chiadmi 82bb633c3e updated contrib themes
2016-11-05 15:35:11 +01:00

13 lines
263 B
CSS

/**
* 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;
}