Projet

Général

Profil

Paste
Télécharger (263 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / rubik / css / ie.css @ fc457866

1

    
2
/**
3
 * Styles loaded conditionally to support IE7.
4
 */
5

    
6
/* Add outline to filefield attach and space the button. */
7
.form-type-managed-file input.form-file {
8
  border: thin solid #DDDDDD !important;
9
}
10
.form-type-managed-file input.submit {
11
  margin-left: 5px;
12
}