system.admin-rtl.css

RTL styles for administration pages.

File

drupal/core/modules/system/css/system.admin-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL styles for administration pages.
  4. */
  5. /**
  6. * Administration blocks.
  7. */
  8. div.admin-panel .body {
  9. padding: 0 8px 2px 4px;
  10. }
  11. @media screen and (min-width: 40em) {
  12. div.admin .left {
  13. float: right;
  14. margin-left: 0;
  15. margin-right: 1em;
  16. }
  17. div.admin .right {
  18. float: left;
  19. margin-left: 1em;
  20. margin-right: 0;
  21. }
  22. }
  23. div.admin .expert-link {
  24. margin-right: 0;
  25. margin-left: 1em;
  26. padding-right: 0;
  27. padding-left: 4px;
  28. text-align: left;
  29. }
  30. /**
  31. * Status report.
  32. */
  33. table.system-status-report td.status-icon {
  34. padding-left: 0;
  35. padding-right: 6px;
  36. }
  37. /**
  38. * Appearance page.
  39. */
  40. /**
  41. * Theme display without vertical toolbar.
  42. */
  43. @media screen and (min-width: 45em) {
  44. body:not(.toolbar-vertical) .system-themes-list-enabled .screenshot,
  45. body:not(.toolbar-vertical) .system-themes-list-enabled .no-screenshot {
  46. float: right;
  47. margin: 0 0 0 20px;
  48. }
  49. body:not(.toolbar-vertical) .system-themes-list-disabled .theme-selector {
  50. float: right;
  51. padding: 20px 0 20px 20px;
  52. }
  53. }
  54. /**
  55. * Theme display with vertical toolbar.
  56. */
  57. @media screen and (min-width: 60em) {
  58. .toolbar-vertical .system-themes-list-enabled .screenshot,
  59. .toolbar-vertical .system-themes-list-enabled .no-screenshot {
  60. float: right;
  61. margin: 0 0 0 20px;
  62. }
  63. .toolbar-vertical .system-themes-list-disabled .theme-selector {
  64. float: right;
  65. padding: 20px 0 20px 20px;
  66. }
  67. }
  68. .theme-selector .operations li {
  69. float: right;
  70. border-left: 1px solid #cdcdcd;
  71. border-right: none;
  72. }
  73. .theme-selector .operations li.last {
  74. padding: 0 0.7em 0 0;
  75. border-left: none;
  76. }
  77. .theme-selector .operations li.first {
  78. padding: 0 0 0 0.7em;
  79. }
  80. /**
  81. * Exposed filters.
  82. */
  83. .exposed-filters .filters {
  84. float: right;
  85. margin-left: 1em;
  86. margin-right: 0;
  87. }
  88. .exposed-filters .form-item label {
  89. float: right;
  90. }
  91. /* Current filters */
  92. .exposed-filters .additional-filters {
  93. float: right;
  94. margin-left: 1em;
  95. margin-right: 0;
  96. }