Projet

Général

Profil

Paste
Télécharger (1,11 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / privatemsg / pm_block_user / pm_block_user.css @ e3063c4a

1
#pm-block-user-settings .sticky-header {
2
  /* Stop the remove button overlapping the sticky header */
3
  z-index: 10;
4
}
5
#pm-block-user-settings .throbber {
6
  margin: 4px 0;
7
}
8
#add-rule-button, #remove-rule-button {
9
  height: 45px;
10
  /* Stop the remove button overlapping the sticky header */
11
  z-index: 1;
12
}
13
#add-rule-button label {
14
  line-height: 26px;
15
  margin-left: 2px;
16
}
17
#remove-rule-button {
18
  width: 100px;
19
  position: relative;
20
}
21
#remove-rule-button label {
22
  display: block;
23
  clear: both;
24
  text-align: center;
25
}
26
#add-rule-button input,
27
#remove-rule-button input {
28
  display: inline-block;
29
  overflow: hidden;
30
  width: 24px;
31
  height: 24px;
32
  padding: 0;
33
  margin: 0;
34
  border: 0;
35
  text-indent: -9999px;
36
  cursor: pointer; /* Hand shaped cursor */
37
  cursor: hand; /* for old versions of IE */
38
}
39
#add-rule-button input {
40
  background: transparent url('add-rule-button.png') left top no-repeat;
41
}
42
#remove-rule-button input {
43
  background: transparent url('remove-rule-button.png') left top no-repeat;
44
  /* Only way to centre-align remove button without having AHAH throbber
45
   * interfere with it */
46
  margin-left: 36px;
47
}
48