You are here

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

RTL base styling for responsive preview.

File

css/responsive-preview.base-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL base styling for responsive preview.
  4. */
  5. .drupal-navbar .navbar-bar .navbar-tab-responsive-preview.navbar-tab {
  6. float: left;
  7. }
  8. /**
  9. * Preview container.
  10. *
  11. * The container is kept offscreen after it is built and has been disabled.
  12. */
  13. .responsive-preview {
  14. left: auto;
  15. right: -200%;
  16. }
  17. .responsive-preview.active {
  18. left: auto;
  19. right: 0;
  20. }