shortcut.css

Same filename in this branch
  1. 8.9.x core/themes/claro/css/components/shortcut.css
Same filename in other branches
  1. 7.x modules/shortcut/shortcut.css
  2. 9 core/themes/claro/css/components/shortcut.css
  3. 9 core/themes/bartik/css/components/shortcut.css
  4. 10 core/themes/claro/css/components/shortcut.css
  5. 11.x core/themes/claro/css/components/shortcut.css

Visual styles for the Shortcut action link in Bartik.

File

core/themes/bartik/css/components/shortcut.css

View source
  1. /**
  2. * @file
  3. * Visual styles for the Shortcut action link in Bartik.
  4. */
  5. .shortcut-wrapper {
  6. margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */
  7. }
  8. .shortcut-wrapper .page-title {
  9. float: left; /* LTR */
  10. margin: 0;
  11. }
  12. [dir="rtl"] .shortcut-wrapper .page-title {
  13. float: right;
  14. }
  15. .shortcut-action {
  16. margin-left: 0.5em; /* LTR */
  17. padding-top: 0.35em;
  18. border-bottom: none;
  19. }
  20. [dir="rtl"] .shortcut-action {
  21. margin-right: 0.5em;
  22. margin-left: 0;
  23. }
  24. .shortcut-action:hover,
  25. .shortcut-action:active,
  26. .shortcut-action:focus {
  27. border-bottom: none;
  28. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.