system.admin-rtl.css

RTL styles for administration pages.

File

drupal/core/modules/system/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. table.screenshot {
  41. margin-left: 1em;
  42. }
  43. .system-themes-list-enabled .theme-selector .screenshot,
  44. .system-themes-list-enabled .theme-selector .no-screenshot {
  45. float: right;
  46. margin: 0 0 0 20px;
  47. }
  48. .system-themes-list-disabled .theme-selector {
  49. float: right;
  50. padding: 20px 0 20px 20px;
  51. }
  52. .theme-selector .operations li {
  53. border-right: none;
  54. border-left: 1px solid #cdcdcd;
  55. float: right;
  56. }
  57. .theme-selector .operations li.last {
  58. border-left: none;
  59. padding: 0 0.7em 0 0;
  60. }
  61. .theme-selector .operations li.first {
  62. padding: 0 0 0 0.7em;
  63. }
  64. /**
  65. * Exposed filters.
  66. */
  67. .exposed-filters .filters {
  68. float: right;
  69. margin-left: 1em;
  70. margin-right: 0;
  71. }
  72. .exposed-filters .form-item label {
  73. float: right;
  74. }
  75. /* Current filters */
  76. .exposed-filters .additional-filters {
  77. float: right;
  78. margin-left: 1em;
  79. margin-right: 0;
  80. }