Projet

Général

Profil

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

root / drupal7 / sites / all / modules / shs / theme / shs.form.css @ 78d68095

1 85ad3d82 Assos Assos
/**
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 98a362c2 Assos Assos
.shs-wrapper-processed .has-children {
11
  background: url("images/arrow.png") no-repeat scroll right center transparent;
12
  margin-right: 5px;
13
}
14 85ad3d82 Assos Assos
.shs-term-add-new-wrapper {
15
  display: inline-block;
16
  margin: 0 0 0 10px;
17
  vertical-align: bottom;
18
}
19
.shs-term-add-new-wrapper .buttons {
20
  font-size: 12px;
21
  text-align: right;
22
}
23
.shs-term-add-new-wrapper a {
24
  display: inline;
25
  font-size: 12px;
26
  margin: 0 2px;
27
  padding: 1px 3px;
28
}
29
.shs-term-add-new-wrapper input {
30
  font-size: 90%;
31
  padding: 1px 4px;
32
}