l10n_update.admin.css 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. html.js .l10n-update-wrapper.collapsed .fieldset-wrapper {
  2. display: none;
  3. }
  4. .l10n-update-wrapper .project .version-status {
  5. display: none;
  6. }
  7. /* Expand/collapse image for project title */
  8. html.js .l10n-update-wrapper .project-title {
  9. background: url("../images/menu-expanded.png") left 65% no-repeat;
  10. padding-left: 10px;
  11. }
  12. html.js .l10n-update-wrapper.collapsed .project-title {
  13. background: url("../images/menu-collapsed.png") left 50% no-repeat;
  14. }
  15. html.js .l10n-update-wrapper .project-title a {
  16. margin-left: -10px;
  17. padding-left: 10px;
  18. }
  19. /* Translation update status data */
  20. html.js .l10n-update-wrapper.collapsed .project .version-status {
  21. display: inline;
  22. float: right;
  23. }
  24. .l10n-update .project-server {
  25. margin: 0 10px;
  26. font-size: 90%;
  27. font-weight: normal
  28. }
  29. .l10n-update .version-status {
  30. float: right;
  31. font-size: 90%;
  32. font-weight: normal;
  33. }
  34. .l10n-update .version-links {
  35. float: right;
  36. padding-right: 1em;
  37. }