locale.css 875 B

1234567891011121314151617181920212223242526272829303132
  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. }