system.admin-rtl.css

RTL styles for administration pages.

File

drupal/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. div.admin .left {
  12. float: right;
  13. margin-left: 0;
  14. margin-right: 1em;
  15. }
  16. div.admin .right {
  17. float: left;
  18. margin-left: 1em;
  19. margin-right: 0;
  20. }
  21. div.admin .expert-link {
  22. margin-right: 0;
  23. margin-left: 1em;
  24. padding-right: 0;
  25. padding-left: 4px;
  26. text-align: left;
  27. }
  28. /**
  29. * Status report.
  30. */
  31. table.system-status-report td.status-icon {
  32. padding-left: 0;
  33. padding-right: 6px;
  34. }
  35. table.system-status-report tr.merge-up td {
  36. padding: 0 28px 8px 6px;
  37. }
  38. /**
  39. * Appearance page.
  40. */
  41. table.screenshot {
  42. margin-left: 1em;
  43. }
  44. .system-themes-list-enabled .theme-selector .screenshot,
  45. .system-themes-list-enabled .theme-selector .no-screenshot {
  46. float: right;
  47. margin: 0 0 0 20px;
  48. }
  49. .system-themes-list-disabled .theme-selector {
  50. float: right;
  51. padding: 20px 0 20px 20px;
  52. }
  53. .theme-selector .operations li {
  54. border-right: none;
  55. border-left: 1px solid #cdcdcd;
  56. float: right;
  57. }
  58. .theme-selector .operations li.last {
  59. border-left: none;
  60. padding: 0 0.7em 0 0;
  61. }
  62. .theme-selector .operations li.first {
  63. padding: 0 0 0 0.7em;
  64. }
  65. /**
  66. * Exposed filters.
  67. */
  68. .exposed-filters .filters {
  69. float: right;
  70. margin-left: 1em;
  71. margin-right: 0;
  72. }
  73. .exposed-filters .form-item label {
  74. float: right;
  75. }
  76. /* Current filters */
  77. .exposed-filters .additional-filters {
  78. float: right;
  79. margin-left: 1em;
  80. margin-right: 0;
  81. }