You are here

responsive-preview.icons-rtl.css in Responsive Theme Preview 7

RTL icon styling for responsive preview.

File

css/responsive-preview.icons-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL icon styling for responsive preview.
  4. */
  5. .drupal-navbar .navbar-bar .navbar-tab-responsive-preview .responsive-preview-icon-responsive-preview:before {
  6. left: auto;
  7. right: 6px;
  8. }
  9. .drupal-navbar .navbar-tab-responsive-preview.navbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active.active {
  10. padding-left: 1.333em;
  11. padding-right: 2.25em;
  12. }
  13. .drupal-navbar .navbar-tab-responsive-preview.navbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active:before {
  14. left: auto;
  15. right: 0.667em;
  16. }
  17. /**
  18. * Responsive preview controls icons.
  19. */
  20. .responsive-preview-icon-close:before {
  21. left: 9px;
  22. right: auto;
  23. }
  24. .responsive-preview-icon-orientation:before {
  25. background-position: left -155px;
  26. left: auto;
  27. right: 9px;
  28. }
  29. .responsive-preview-icon-orientation:hover:before {
  30. background-position: left -167px;
  31. }
  32. .responsive-preview-icon-orientation.rotated:before {
  33. background-position: left -131px;
  34. }
  35. .responsive-preview-icon-orientation.rotated:hover:before {
  36. background-position: left -143px;
  37. }