You are here

entity-pager.css in Entity Pager 2.0.x

Same filename and directory in other branches
  1. 8 css/entity-pager.css

Minimal styling for an entity pager.

File

css/entity-pager.css
View source
  1. /**
  2. * @file
  3. * Minimal styling for an entity pager.
  4. */
  5. .entity-pager-list {
  6. margin: 0.5em 0;
  7. padding: 0;
  8. text-align: center;
  9. }
  10. .entity-pager-list .entity-pager-item {
  11. display: inline-block;
  12. margin: 0.3em;
  13. }
  14. .entity-pager-list .entity-pager-item-count {
  15. display: block;
  16. text-align: center;
  17. }