locale.css

.locale-untranslated {
  font-style: normal;
  text-decoration: line-through;
}

#locale-translation-filter-form .form-item-language,
#locale-translation-filter-form .form-item-translation,
#locale-translation-filter-form .form-item-group {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * 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-translation-filter-form .form-type-select select {
  width: 100%;
}
#locale-translation-filter-form .form-actions {
  float: left; /* LTR */
  padding: 3ex 0 0 1em; /* LTR */
}
.language-switcher-locale-session a.active {
  color: #0062A0;
}
.language-switcher-locale-session a.session-active {
  color: #000000;
}

File

drupal/modules/locale/locale.css
View source
  1. .locale-untranslated {
  2. font-style: normal;
  3. text-decoration: line-through;
  4. }
  5. #locale-translation-filter-form .form-item-language,
  6. #locale-translation-filter-form .form-item-translation,
  7. #locale-translation-filter-form .form-item-group {
  8. float: left; /* LTR */
  9. padding-right: .8em; /* LTR */
  10. margin: 0.1em;
  11. /**
  12. * In Opera 9, DOM elements with the property of "overflow: auto"
  13. * will partially hide its contents with unnecessary scrollbars when
  14. * its immediate child is floated without an explicit width set.
  15. */
  16. width: 15em;
  17. }
  18. #locale-translation-filter-form .form-type-select select {
  19. width: 100%;
  20. }
  21. #locale-translation-filter-form .form-actions {
  22. float: left; /* LTR */
  23. padding: 3ex 0 0 1em; /* LTR */
  24. }
  25. .language-switcher-locale-session a.active {
  26. color: #0062A0;
  27. }
  28. .language-switcher-locale-session a.session-active {
  29. color: #000000;
  30. }