Projet

Général

Profil

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

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

1
/**
2
 * Add outline to filefield attach and space the button
3
 */
4
.form-type-managed-file input.form-file {
5
  border: thin solid #DDDDDD !important;
6
}
7

    
8
.form-type-managed-file input.submit {
9
  margin-left: 5px;
10
}