Projet

Général

Profil

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

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

1 c6d34680 Assos Assos
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 .exposed-filters .form-item label {
8
  line-height: 38px;
9
}
10
11
body.mac.style-checkboxes input[type=checkbox] {
12
  width: 14px;
13
  height: 14px;
14
  border-radius: 2px;
15 3b63f8c7 Assos Assos
  top: 2px;
16 c6d34680 Assos Assos
}
17
18
body.mac.style-checkboxes input[type=radio] {
19
  width: 14px;
20
  height: 14px;
21 3b63f8c7 Assos Assos
  top: 2px;
22 c6d34680 Assos Assos
}
23
24
body.mac.style-checkboxes input[type=checkbox]:checked,
25
body.mac.style-checkboxes input[type=checkbox]:disabled:checked,
26
body.mac.style-checkboxes input[type=radio]:checked,
27
body.mac.style-checkboxes input[type=radio]:disabled:checked {
28
  box-shadow: inset 0px 0px 0px 4px #fff;
29
}
30
31
body.mac table th {
32
  font-family: "Helvetica", sans-serif;
33
  font-size: 16px;
34
  font-weight: 400;
35
  color: #696969;
36
}
37
38
body.mac input.form-file {
39
  background: #F5F5F5;
40
  border: none;
41
}
42
43
body.mac #branding h1.page-title {
44 3b63f8c7 Assos Assos
  margin: -2px 0 4px 0;
45 c6d34680 Assos Assos
}
46
47
body.mac div.add-or-remove-shortcuts {
48 3b63f8c7 Assos Assos
  padding-top: 15px;
49 c6d34680 Assos Assos
}
50
51
body.adminimal-theme.mac .exposed-filters .container-inline .form-actions,
52
body.mac .exposed-filters .container-inline.form-actions {
53
  margin: 4px 0 0 -5px;
54
}
55
56
body.mac input[type="submit"]{
57
  position: relative;
58
  top: 1px;
59
}