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 */
  margin-right: 1em; /* LTR */
  margin-bottom: 0;
  /**
   * 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;
}
.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 */
}
.locale-translate-edit-form th {
  width: 50%;
  table-layout: fixed;
}
.locale-translate-edit-form .form-item {
  white-space: normal;
}
.locale-translate-edit-form td {
  vertical-align: top
}

.locale-translate-edit-form .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;
}

File

drupal/core/modules/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. 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. .locale-translate-filter-form .form-type-select select {
  18. width: 100%;
  19. }
  20. .locale-translate-filter-form .form-actions {
  21. float: left; /* LTR */
  22. padding: 3.8ex 0 0 0; /* LTR */
  23. }
  24. .locale-translate-edit-form th {
  25. width: 50%;
  26. table-layout: fixed;
  27. }
  28. .locale-translate-edit-form .form-item {
  29. white-space: normal;
  30. }
  31. .locale-translate-edit-form td {
  32. vertical-align: top
  33. }
  34. .locale-translate-edit-form .changed {
  35. background: #ffb;
  36. }
  37. .locale-translate-edit-form tr .form-type-item .ajax-changed {
  38. position: absolute;
  39. }
  40. .locale-translate-filter-form .form-wrapper {
  41. margin-bottom:0;
  42. }
  43. .locale-translate-edit-form table.changed {
  44. margin-top: 0;
  45. }