Projet

Général

Profil

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

root / drupal7 / modules / book / book.css @ c7768a53

1
 /**
2
  * @file
3
  * Styling for the Book module.
4
  */
5

    
6
.book-navigation .menu {
7
  border-top: 1px solid #888;
8
  padding: 1em 0 0 3em; /* LTR */
9
}
10
.book-navigation .page-links {
11
  border-top: 1px solid #888;
12
  border-bottom: 1px solid #888;
13
  text-align: center;
14
  padding: 0.5em;
15
}
16
.book-navigation .page-previous {
17
  text-align: left;
18
  width: 42%;
19
  display: block;
20
  float: left; /* LTR */
21
}
22
.book-navigation .page-up {
23
  margin: 0 5%;
24
  width: 4%;
25
  display: block;
26
  float: left; /* LTR */
27
}
28
.book-navigation .page-next {
29
  text-align: right;
30
  width: 42%;
31
  display: block;
32
  float: right;
33
}
34
#book-outline {
35
  min-width: 56em;
36
}
37
.book-outline-form .form-item {
38
  margin-top: 0;
39
  margin-bottom: 0;
40
}
41
html.js #edit-book-pick-book {
42
  display: none;
43
}
44
.form-item-book-bid .description {
45
  clear: both;
46
}
47
#book-admin-edit select {
48
  margin-right: 24px;
49
}
50
#book-admin-edit select.progress-disabled {
51
  margin-right: 0;
52
}
53
#book-admin-edit tr.ajax-new-content {
54
  background-color: #ffd;
55
}
56
#book-admin-edit .form-item {
57
  float: left;
58
}