Projet

Général

Profil

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

root / drupal7 / sites / all / modules / shs / theme / shs.form.css @ 76df55b7

1
/**
2
* @file
3
* Styles for shs module on forms.
4
*/
5

    
6
.shs-wrapper-processed select {
7
  margin-top: 4px;
8
  vertical-align: top;
9
}
10
.shs-term-add-new-wrapper {
11
  display: inline-block;
12
  margin: 0 0 0 10px;
13
  vertical-align: bottom;
14
}
15
.shs-term-add-new-wrapper .buttons {
16
  font-size: 12px;
17
  text-align: right;
18
}
19
.shs-term-add-new-wrapper a {
20
  display: inline;
21
  font-size: 12px;
22
  margin: 0 2px;
23
  padding: 1px 3px;
24
}
25
.shs-term-add-new-wrapper input {
26
  font-size: 90%;
27
  padding: 1px 4px;
28
}