Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adminimal_theme / skins / alternative / mac_os_x.css @ eefc2ac0

1
body.mac,
2
body.mac input[type="submit"],
3
body.mac div.admin-panel h3 {
4
  font-family: Helvetica !important;
5
}
6

    
7
body.mac .form-item label {
8
  font-family: "Helvetica", sans-serif;
9
  font-size: 16px;
10
  font-weight: 600;
11
  line-height: 1.3;
12
}
13

    
14
body.mac .form-item.form-type-checkbox label {
15
  font-family: "Helvetica", sans-serif;
16
  font-size: 16px;
17
  font-weight: 300;
18
  line-height: 1.3;
19
}
20

    
21
body.mac .exposed-filters .form-item label {
22
  line-height: 38px;
23
}
24

    
25
body.mac.style-checkboxes input[type=checkbox] {
26
  width: 14px;
27
  height: 14px;
28
  border-radius: 2px;
29
  top: 2px;
30
}
31

    
32
body.mac.style-checkboxes input[type=radio] {
33
  width: 14px;
34
  height: 14px;
35
  top: 2px;
36
}
37

    
38
body.mac.style-checkboxes input[type=checkbox]:checked,
39
body.mac.style-checkboxes input[type=checkbox]:disabled:checked,
40
body.mac.style-checkboxes input[type=radio]:checked,
41
body.mac.style-checkboxes input[type=radio]:disabled:checked {
42
  box-shadow: inset 0px 0px 0px 4px #fff;
43
}
44

    
45
body.mac table th {
46
  font-family: "Helvetica", sans-serif;
47
  font-size: 16px;
48
  font-weight: 400;
49
  color: #696969;
50
}
51

    
52
body.mac input.form-file {
53
  background: #F5F5F5;
54
  border: none;
55
}
56

    
57
body.mac div.add-or-remove-shortcuts {
58
  padding-top: 15px;
59
}
60

    
61
body.adminimal-theme.mac .exposed-filters .container-inline .form-actions,
62
body.mac .exposed-filters .container-inline.form-actions {
63
  margin: 4px 0 0 -5px;
64
}
65

    
66
body.mac input[type="submit"]{
67
  position: relative;
68
  top: 1px;
69
}