Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

locale.admin.css

Same filename in this branch
  1. 11.1.x core/modules/locale/css/locale.admin.css
.locale-translate-filter-form .details-wrapper {
  overflow: hidden;
}
.locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
  float: left; /* LTR */
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 15em;
  margin-right: 1em; /* LTR */
  margin-bottom: 0;
}
[dir="rtl"] .locale-translate-filter-form .form-item-langcode,
[dir="rtl"] .locale-translate-filter-form .form-item-translation,
[dir="rtl"] .locale-translate-filter-form .form-item-customized {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.locale-translate-filter-form .form-type-select select {
  width: 100%;
}
.locale-translate-filter-form .form-actions {
  float: left; /* LTR */
  padding: 3.8ex 0 0 0; /* LTR */
}
[dir="rtl"] .locale-translate-filter-form .form-actions {
  float: right;
  padding: 3.5ex 0 0 0;
}
.locale-translate-edit-form th {
  width: 50%;
  table-layout: fixed;
}
.locale-translate-edit-form td {
  vertical-align: top;
}

.locale-translate-edit-form tr.changed {
  background: #ffb;
}

.locale-translate-edit-form tr .form-type-item .ajax-changed {
  position: absolute;
}

.locale-translate-filter-form .form-wrapper {
  margin-bottom: 0;
}

.locale-translate-edit-form table.changed {
  margin-top: 0;
}

/**
 * Available translation updates page.
 */
#locale-translation-status-form table {
  table-layout: fixed;
}
#locale-translation-status-form th.select-all {
  width: 4%;
}
#locale-translation-status-form th.title {
  width: 25%;
}
#locale-translation-status-form td {
  vertical-align: top;
}
.locale-translation-update__wrapper {
  margin-inline-start: -12px;
  padding-inline-start: 12px;
  background: transparent url(../../../misc/menu-collapsed.png) left 0.6em no-repeat; /* LTR */
}
[dir="rtl"] .locale-translation-update__wrapper {
  background: transparent url(../../../misc/menu-collapsed-rtl.png) right 0.6em no-repeat; /* LTR */
}
.expanded .locale-translation-update__wrapper {
  background: transparent url(../../../misc/menu-expanded.png) left 0.6em no-repeat;
}
[dir="rtl"] .expanded .locale-translation-update__wrapper {
  background-position: right 0.6em;
}
#locale-translation-status-form .description {
  cursor: pointer;
}
.locale-translation-update__wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5c5c5b;
  line-height: 20px;
}
.expanded .locale-translation-update__wrapper {
  overflow: visible;
  height: auto;
  white-space: normal;
}
.expanded .locale-translation-update__message {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.js .locale-translation-update__wrapper {
  height: 20px;
}
.expanded .locale-translation-update__wrapper {
  overflow: visible;
  height: auto;
  white-space: normal;
}
.locale-translation-update__details {
  max-width: 490px;
  padding: 5px 0;
  white-space: normal;
  color: #666;
  font-size: 0.9em;
}
.locale-translation-update__details ul {
  margin: 0;
  padding: 0;
}
.locale-translation-update__details li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

@media screen and (max-width: 40em) {
  #locale-translation-status-form th.title {
    width: 20%;
  }
  #locale-translation-status-form th.status {
    width: 40%;
  }
}

File

core/themes/stable9/css/locale/locale.admin.css

View source
  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. /**
  9. * In Opera 9, DOM elements with the property of "overflow: auto"
  10. * will partially hide its contents with unnecessary scrollbars when
  11. * its immediate child is floated without an explicit width set.
  12. */
  13. width: 15em;
  14. margin-right: 1em; /* LTR */
  15. margin-bottom: 0;
  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-right: 0;
  22. margin-left: 1em;
  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. margin-inline-start: -12px;
  71. padding-inline-start: 12px;
  72. background: transparent url(../../../misc/menu-collapsed.png) left 0.6em no-repeat; /* LTR */
  73. }
  74. [dir="rtl"] .locale-translation-update__wrapper {
  75. background: transparent url(../../../misc/menu-collapsed-rtl.png) right 0.6em no-repeat; /* LTR */
  76. }
  77. .expanded .locale-translation-update__wrapper {
  78. background: transparent url(../../../misc/menu-expanded.png) left 0.6em no-repeat;
  79. }
  80. [dir="rtl"] .expanded .locale-translation-update__wrapper {
  81. background-position: right 0.6em;
  82. }
  83. #locale-translation-status-form .description {
  84. cursor: pointer;
  85. }
  86. .locale-translation-update__wrapper {
  87. overflow: hidden;
  88. white-space: nowrap;
  89. text-overflow: ellipsis;
  90. color: #5c5c5b;
  91. line-height: 20px;
  92. }
  93. .expanded .locale-translation-update__wrapper {
  94. overflow: visible;
  95. height: auto;
  96. white-space: normal;
  97. }
  98. .expanded .locale-translation-update__message {
  99. -webkit-hyphens: auto;
  100. hyphens: auto;
  101. }
  102. .js .locale-translation-update__wrapper {
  103. height: 20px;
  104. }
  105. .expanded .locale-translation-update__wrapper {
  106. overflow: visible;
  107. height: auto;
  108. white-space: normal;
  109. }
  110. .locale-translation-update__details {
  111. max-width: 490px;
  112. padding: 5px 0;
  113. white-space: normal;
  114. color: #666;
  115. font-size: 0.9em;
  116. }
  117. .locale-translation-update__details ul {
  118. margin: 0;
  119. padding: 0;
  120. }
  121. .locale-translation-update__details li {
  122. margin: 0 0 0.25em 1.5em;
  123. padding: 0;
  124. }
  125. @media screen and (max-width: 40em) {
  126. #locale-translation-status-form th.title {
  127. width: 20%;
  128. }
  129. #locale-translation-status-form th.status {
  130. width: 40%;
  131. }
  132. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal