views-admin-rtl.css

/**
 * The .css file is intended to only contain positioning and size declarations
 * For example: display, position, float, clear, and overflow.
 */

/* @group Inline lists */

.horizontal > * {
  float: right;
}

.horizontal.right {
  float: left;
}

/* @end */

/* @group Attachment details
 *
 * The attachment details section, its tabs for each section and the buttons
 * to add a new section
 */

.form-actions {
  float: right;
}

/* @end */

/* @group Attachment details tabs
 *
 * The tabs that switch between sections
 */

.views-displays .secondary > li {
  float: right;
}

/* @end */

/* @group Attachment details new section button */

.views-displays .secondary .action-list {
  left: auto;
  right: 0;
}

/* @end */

/* @group Attachment details collapsible fieldset */

.views-display-tab .fieldset-legend {
  left: auto;
  right: -5px;
}

/* @end */

/* @group Attachment details actions
 *
 * Display the "Delete" and "Duplicate" buttons to the right.
 */
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
  left: 0;
  right: auto;
}

/* @end */

/* @group Attachment configuration columns */

.views-display-columns > * {
  float: right;
  margin-left: 0;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 1%;
}

.views-display-columns > *:first-child {
  margin-right: 0;
  padding-right: 0;
}

/* @end */

/* @group Settings forms */

.views-dependent {
  margin-right: 1.5em;
}

.views-display-setting .label,
.views-display-setting .views-ajax-link {
  float: right;
}

/* @end */

File

css/views-admin-rtl.css

View source
  1. /**
  2. * The .css file is intended to only contain positioning and size declarations
  3. * For example: display, position, float, clear, and overflow.
  4. */
  5. /* @group Inline lists */
  6. .horizontal > * {
  7. float: right;
  8. }
  9. .horizontal.right {
  10. float: left;
  11. }
  12. /* @end */
  13. /* @group Attachment details
  14. *
  15. * The attachment details section, its tabs for each section and the buttons
  16. * to add a new section
  17. */
  18. .form-actions {
  19. float: right;
  20. }
  21. /* @end */
  22. /* @group Attachment details tabs
  23. *
  24. * The tabs that switch between sections
  25. */
  26. .views-displays .secondary > li {
  27. float: right;
  28. }
  29. /* @end */
  30. /* @group Attachment details new section button */
  31. .views-displays .secondary .action-list {
  32. left: auto;
  33. right: 0;
  34. }
  35. /* @end */
  36. /* @group Attachment details collapsible fieldset */
  37. .views-display-tab .fieldset-legend {
  38. left: auto;
  39. right: -5px;
  40. }
  41. /* @end */
  42. /* @group Attachment details actions
  43. *
  44. * Display the "Delete" and "Duplicate" buttons to the right.
  45. */
  46. .views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
  47. left: 0;
  48. right: auto;
  49. }
  50. /* @end */
  51. /* @group Attachment configuration columns */
  52. .views-display-columns > * {
  53. float: right;
  54. margin-left: 0;
  55. margin-right: 1%;
  56. padding-left: 0;
  57. padding-right: 1%;
  58. }
  59. .views-display-columns > *:first-child {
  60. margin-right: 0;
  61. padding-right: 0;
  62. }
  63. /* @end */
  64. /* @group Settings forms */
  65. .views-dependent {
  66. margin-right: 1.5em;
  67. }
  68. .views-display-setting .label,
  69. .views-display-setting .views-ajax-link {
  70. float: right;
  71. }
  72. /* @end */