Projet

Général

Profil

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

root / drupal7 / modules / image / image.css @ c7768a53

1

    
2
/**
3
 * Image upload widget.
4
 */
5
div.image-preview {
6
  float: left; /* LTR */
7
  padding: 0 10px 10px 0; /* LTR */
8
}
9
div.image-widget-data {
10
  float: left; /* LTR */
11
}
12
div.image-widget-data input.text-field {
13
  width: auto;
14
}