13 lines
263 B
CSS
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;
|
|
}
|