You are here

book.css in Drupal 6

Same filename and directory in other branches
  1. 5 modules/book/book.css
  2. 7 modules/book/book.css
.book-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em;
}
.book-navigation .page-links {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.book-navigation .page-previous {
  text-align: left;
  width: 42%;
  display: block;
  float: left; /* LTR */
}
.book-navigation .page-up {
  margin: 0 5%;
  width: 4%;
  display: block;
  float: left; /* LTR */
}
.book-navigation .page-next {
  text-align: right;
  width: 42%;
  display: block;
  float: right;
}
#book-outline {
  min-width: 56em;
}
.book-outline-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
#edit-book-bid-wrapper .description {
  clear: both;
}
#book-admin-edit select {
  margin-right: 24px;
}
#book-admin-edit select.progress-disabled {
  margin-right: 0;
}
#book-admin-edit tr.ahah-new-content {
  background-color: #ffd;
}
#book-admin-edit .form-item {
  float: left;
}

File

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