book-navigation.css
Same filename in this branch
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/book-navigation.css
- 9 core/themes/seven/css/classy/components/book-navigation.css
- 9 core/themes/claro/css/classy/components/book-navigation.css
- 9 core/themes/bartik/css/classy/components/book-navigation.css
- 9 core/themes/classy/css/components/book-navigation.css
- 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/book-navigation.css
- 8.9.x core/themes/seven/css/classy/components/book-navigation.css
- 8.9.x core/themes/claro/css/classy/components/book-navigation.css
- 8.9.x core/themes/bartik/css/classy/components/book-navigation.css
- 8.9.x core/themes/classy/css/components/book-navigation.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/book-navigation.css
- 10 core/themes/claro/css/classy/components/book-navigation.css
Styling for the Book module.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ classy/ components/ book-navigation.css
View source
- /**
- * @file
- * Styling for the Book module.
- */
-
- .book-navigation .menu {
- padding-top: 1em;
- padding-bottom: 0;
- }
- .book-navigation .book-pager {
- overflow: auto;
- margin: 0;
- padding: 0.5em 0;
- }
- .book-pager__item {
- display: inline-block;
- list-style-type: none;
- vertical-align: top;
- }
- .book-pager__item--previous {
- width: 45%;
- text-align: left; /* LTR */
- }
- [dir="rtl"] .book-pager__item--previous {
- float: right;
- text-align: right;
- }
- .book-pager__item--center {
- width: 8%;
- text-align: center;
- }
- .book-pager__item--next {
- float: right; /* LTR */
- width: 45%;
- text-align: right; /* LTR */
- }
- [dir="rtl"] .book-pager__item--next {
- float: left;
- text-align: left;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.