book.css

Styling for the Book module.

File

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