book.css 983 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .book-navigation .menu {
  2. border-top: 1px solid #888;
  3. padding: 1em 0 0 3em; /* LTR */
  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. html.js #edit-book-pick-book {
  37. display: none;
  38. }
  39. .form-item-book-bid .description {
  40. clear: both;
  41. }
  42. #book-admin-edit select {
  43. margin-right: 24px;
  44. }
  45. #book-admin-edit select.progress-disabled {
  46. margin-right: 0;
  47. }
  48. #book-admin-edit tr.ajax-new-content {
  49. background-color: #ffd;
  50. }
  51. #book-admin-edit .form-item {
  52. float: left;
  53. }