locale.admin.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .locale-translate-filter-form .details-wrapper {
  2. overflow: hidden;
  3. }
  4. .locale-translate-filter-form .form-item-langcode,
  5. .locale-translate-filter-form .form-item-translation,
  6. .locale-translate-filter-form .form-item-customized {
  7. float: left; /* LTR */
  8. margin-right: 1em; /* LTR */
  9. margin-bottom: 0;
  10. /**
  11. * In Opera 9, DOM elements with the property of "overflow: auto"
  12. * will partially hide its contents with unnecessary scrollbars when
  13. * its immediate child is floated without an explicit width set.
  14. */
  15. width: 15em;
  16. }
  17. [dir="rtl"] .locale-translate-filter-form .form-item-langcode,
  18. [dir="rtl"] .locale-translate-filter-form .form-item-translation,
  19. [dir="rtl"] .locale-translate-filter-form .form-item-customized {
  20. float: right;
  21. margin-left: 1em;
  22. margin-right: 0;
  23. }
  24. .locale-translate-filter-form .form-type-select select {
  25. width: 100%;
  26. }
  27. .locale-translate-filter-form .form-actions {
  28. float: left; /* LTR */
  29. padding: 3.8ex 0 0 0; /* LTR */
  30. }
  31. [dir="rtl"] .locale-translate-filter-form .form-actions {
  32. float: right;
  33. padding: 3.5ex 0 0 0;
  34. }
  35. .locale-translate-edit-form th {
  36. width: 50%;
  37. table-layout: fixed;
  38. }
  39. .locale-translate-edit-form td {
  40. vertical-align: top;
  41. }
  42. .locale-translate-edit-form tr.changed {
  43. background: #ffb;
  44. }
  45. .locale-translate-edit-form tr .form-type-item .ajax-changed {
  46. position: absolute;
  47. }
  48. .locale-translate-filter-form .form-wrapper {
  49. margin-bottom: 0;
  50. }
  51. .locale-translate-edit-form table.changed {
  52. margin-top: 0;
  53. }
  54. /**
  55. * Available translation updates page.
  56. */
  57. #locale-translation-status-form table {
  58. table-layout: fixed;
  59. }
  60. #locale-translation-status-form th.select-all {
  61. width: 4%;
  62. }
  63. #locale-translation-status-form th.title {
  64. width: 25%;
  65. }
  66. #locale-translation-status-form td {
  67. vertical-align: top;
  68. }
  69. .locale-translation-update__wrapper {
  70. background: transparent url(../../images/core/menu-collapsed.png) left 0.6em no-repeat;
  71. margin-left: -12px;
  72. padding-left: 12px;
  73. }
  74. .expanded .locale-translation-update__wrapper {
  75. background: transparent url(../../images/core/menu-expanded.png) left 0.6em no-repeat;
  76. }
  77. #locale-translation-status-form .description {
  78. cursor: pointer;
  79. }
  80. .locale-translation-update__wrapper {
  81. color: #5c5c5b;
  82. line-height: 20px;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. }
  87. .expanded .locale-translation-update__wrapper {
  88. height: auto;
  89. overflow: visible;
  90. white-space: normal;
  91. }
  92. .expanded .locale-translation-update__message {
  93. -webkit-hyphens: auto;
  94. -moz-hyphens: auto;
  95. -ms-hyphens: auto;
  96. hyphens: auto;
  97. }
  98. .js .locale-translation-update__wrapper {
  99. height: 20px;
  100. }
  101. .expanded .locale-translation-update__wrapper {
  102. height: auto;
  103. overflow: visible;
  104. white-space: normal;
  105. }
  106. .locale-translation-update__details {
  107. padding: 5px 0;
  108. max-width: 490px;
  109. white-space: normal;
  110. font-size: 0.9em;
  111. color: #666;
  112. }
  113. .locale-translation-update__details ul {
  114. margin: 0;
  115. padding: 0;
  116. }
  117. .locale-translation-update__details li {
  118. margin: 0 0 0.25em 1.5em;
  119. padding: 0;
  120. }
  121. @media screen and (max-width: 40em) {
  122. #locale-translation-status-form th.title {
  123. width: 20%;
  124. }
  125. #locale-translation-status-form th.status {
  126. width: 40%;
  127. }
  128. }