You are here

l10n_update.admin.css in Localization update 7.2

Same filename and directory in other branches
  1. 7 css/l10n_update.admin.css

Styling for the translate interface update page.

File

css/l10n_update.admin.css
View source
  1. /**
  2. * @file
  3. * Styling for the translate interface update page.
  4. */
  5. #l10n-update-status-form table {
  6. table-layout: fixed;
  7. }
  8. #l10n-update-status-form th.select-all {
  9. width: 4%;
  10. }
  11. #l10n-update-status-form th.title {
  12. width: 25%;
  13. }
  14. #l10n-update-status-form th.description {
  15. }
  16. #l10n-update-status-form td {
  17. vertical-align: top;
  18. }
  19. #l10n-update-status-form .expand .inner {
  20. background: transparent url(../images/menu-collapsed.png) left .6em no-repeat;
  21. margin-left: -12px;
  22. padding-left: 12px;
  23. }
  24. #l10n-update-status-form .expanded .expand .inner {
  25. background: transparent url(../images/menu-expanded.png) left .6em no-repeat;
  26. }
  27. #l10n-update-status-form .label {
  28. color: #1d1d1d;
  29. font-size: 1.15em;
  30. font-weight: bold;
  31. }
  32. #l10n-update-status-form .description {
  33. cursor: pointer;
  34. }
  35. #l10n-update-status-form .description .inner {
  36. color: #5c5c5b;
  37. line-height: 20px;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. }
  42. #l10n-update-status-form .expanded .description .inner {
  43. height: auto;
  44. overflow: visible;
  45. white-space: normal;
  46. }
  47. #l10n-update-status-form .expanded .description .text {
  48. -webkit-hyphens: auto;
  49. -moz-hyphens: auto;
  50. hyphens: auto;
  51. }
  52. .js #l10n-update-status-form .description .inner {
  53. height: 20px;
  54. }
  55. #l10n-update-status-form .expanded .description .inner {
  56. height: auto;
  57. overflow: visible;
  58. white-space: normal;
  59. }
  60. #l10n-update-status-form .details {
  61. padding: 5px 0;
  62. max-width: 490px;
  63. white-space: normal;
  64. font-size: 0.9em;
  65. color: #666;
  66. }
  67. #l10n-update-status-form .visually-hidden {
  68. position: absolute !important;
  69. clip: rect(1px, 1px, 1px, 1px);
  70. overflow: hidden;
  71. height: 1px;
  72. width: 1px;
  73. word-wrap: normal;
  74. }
  75. @media screen and (max-width: 40em) {
  76. #l10n-update-status-form th.title {
  77. width: 20%;
  78. }
  79. #l10n-update-status-form th.status {
  80. width: 40%;
  81. }
  82. }