You are here

lingotek.navbar-rtl.css in Lingotek Translation 7.3

Same filename and directory in other branches
  1. 7.4 style/lingotek.navbar-rtl.css
/**
 * Toolbar tab.
 */

/* Toolbar tab triangle toggle. */
.navbar-tab-lingotek .trigger:after {
  left: 1em;
  right: auto;
}
.navbar-tab-lingotek.open:before {
  left: 0;
  right: auto;
}
.navbar-tab-lingotek.open .trigger:after {
  left: 0.7em;
  right: auto;
}
.lingotek .control.close {
  left: 0;
  right: auto;
}
.lingotek .control.orientation {
  left: auto;
  right: 0;
}

.navbar .bar .navbar-tab-lingotek .icon-lingotek:before {
  left: auto; /* LTR */
  right: 1em;
}

/**
 * Responsive preview controls icons.
 */
.lingotek .icon-close:before {
  left: 9px;
  right: auto;
}
.lingotek .icon-orientation:before {
  left: auto;
  right: 9px;
}


/* At narrow screen widths, float the tab to the right so it falls in line with
 * the rest of the navbar tabs. */
.js .navbar .bar .navbar-tab-lingotek.tab {
  float: left;
}
.navbar-tab-lingotek .lingotek-options {
  left: 0.3em;
  right: auto;
}

/**
 * Preview container.
 *
 * The container is kept offscreen after it is built and has been disabled.
 */
.lingotek {
  left: auto;
  right: -200%;
}
.lingotek.active {
  left: auto;
  right: 0;
}

File

style/lingotek.navbar-rtl.css
View source
  1. /**
  2. * Toolbar tab.
  3. */
  4. /* Toolbar tab triangle toggle. */
  5. .navbar-tab-lingotek .trigger:after {
  6. left: 1em;
  7. right: auto;
  8. }
  9. .navbar-tab-lingotek.open:before {
  10. left: 0;
  11. right: auto;
  12. }
  13. .navbar-tab-lingotek.open .trigger:after {
  14. left: 0.7em;
  15. right: auto;
  16. }
  17. .lingotek .control.close {
  18. left: 0;
  19. right: auto;
  20. }
  21. .lingotek .control.orientation {
  22. left: auto;
  23. right: 0;
  24. }
  25. .navbar .bar .navbar-tab-lingotek .icon-lingotek:before {
  26. left: auto; /* LTR */
  27. right: 1em;
  28. }
  29. /**
  30. * Responsive preview controls icons.
  31. */
  32. .lingotek .icon-close:before {
  33. left: 9px;
  34. right: auto;
  35. }
  36. .lingotek .icon-orientation:before {
  37. left: auto;
  38. right: 9px;
  39. }
  40. /* At narrow screen widths, float the tab to the right so it falls in line with
  41. * the rest of the navbar tabs. */
  42. .js .navbar .bar .navbar-tab-lingotek.tab {
  43. float: left;
  44. }
  45. .navbar-tab-lingotek .lingotek-options {
  46. left: 0.3em;
  47. right: auto;
  48. }
  49. /**
  50. * Preview container.
  51. *
  52. * The container is kept offscreen after it is built and has been disabled.
  53. */
  54. .lingotek {
  55. left: auto;
  56. right: -200%;
  57. }
  58. .lingotek.active {
  59. left: auto;
  60. right: 0;
  61. }