Chris@0: .locale-translate-filter-form .details-wrapper { Chris@0: overflow: hidden; Chris@0: } Chris@0: .locale-translate-filter-form .form-item-langcode, Chris@0: .locale-translate-filter-form .form-item-translation, Chris@0: .locale-translate-filter-form .form-item-customized { Chris@0: float: left; /* LTR */ Chris@0: /** Chris@0: * In Opera 9, DOM elements with the property of "overflow: auto" Chris@0: * will partially hide its contents with unnecessary scrollbars when Chris@0: * its immediate child is floated without an explicit width set. Chris@0: */ Chris@0: width: 15em; Chris@18: margin-right: 1em; /* LTR */ Chris@18: margin-bottom: 0; Chris@0: } Chris@0: [dir="rtl"] .locale-translate-filter-form .form-item-langcode, Chris@0: [dir="rtl"] .locale-translate-filter-form .form-item-translation, Chris@0: [dir="rtl"] .locale-translate-filter-form .form-item-customized { Chris@0: float: right; Chris@18: margin-right: 0; Chris@0: margin-left: 1em; Chris@0: } Chris@0: .locale-translate-filter-form .form-type-select select { Chris@0: width: 100%; Chris@0: } Chris@0: .locale-translate-filter-form .form-actions { Chris@0: float: left; /* LTR */ Chris@0: padding: 3.8ex 0 0 0; /* LTR */ Chris@0: } Chris@0: [dir="rtl"] .locale-translate-filter-form .form-actions { Chris@0: float: right; Chris@0: padding: 3.5ex 0 0 0; Chris@0: } Chris@0: .locale-translate-edit-form th { Chris@0: width: 50%; Chris@0: table-layout: fixed; Chris@0: } Chris@0: .locale-translate-edit-form td { Chris@14: vertical-align: top; Chris@0: } Chris@0: Chris@0: .locale-translate-edit-form tr.changed { Chris@0: background: #ffb; Chris@0: } Chris@0: Chris@0: .locale-translate-edit-form tr .form-type-item .ajax-changed { Chris@0: position: absolute; Chris@0: } Chris@0: Chris@0: .locale-translate-filter-form .form-wrapper { Chris@14: margin-bottom: 0; Chris@0: } Chris@0: Chris@0: .locale-translate-edit-form table.changed { Chris@0: margin-top: 0; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Available translation updates page. Chris@0: */ Chris@0: #locale-translation-status-form table { Chris@0: table-layout: fixed; Chris@0: } Chris@0: #locale-translation-status-form th.select-all { Chris@0: width: 4%; Chris@0: } Chris@0: #locale-translation-status-form th.title { Chris@0: width: 25%; Chris@0: } Chris@0: #locale-translation-status-form td { Chris@0: vertical-align: top; Chris@0: } Chris@0: .locale-translation-update__wrapper { Chris@0: margin-left: -12px; Chris@0: padding-left: 12px; Chris@18: background: transparent url(../../../misc/menu-collapsed.png) left 0.6em no-repeat; Chris@0: } Chris@0: .expanded .locale-translation-update__wrapper { Chris@14: background: transparent url(../../../misc/menu-expanded.png) left 0.6em no-repeat; Chris@0: } Chris@0: #locale-translation-status-form .description { Chris@0: cursor: pointer; Chris@0: } Chris@0: .locale-translation-update__wrapper { Chris@18: overflow: hidden; Chris@18: white-space: nowrap; Chris@18: text-overflow: ellipsis; Chris@0: color: #5c5c5b; Chris@0: line-height: 20px; Chris@0: } Chris@0: .expanded .locale-translation-update__wrapper { Chris@18: overflow: visible; Chris@0: height: auto; Chris@0: white-space: normal; Chris@0: } Chris@0: .expanded .locale-translation-update__message { Chris@0: -webkit-hyphens: auto; Chris@0: -moz-hyphens: auto; Chris@0: -ms-hyphens: auto; Chris@0: hyphens: auto; Chris@0: } Chris@0: .js .locale-translation-update__wrapper { Chris@0: height: 20px; Chris@0: } Chris@0: .expanded .locale-translation-update__wrapper { Chris@18: overflow: visible; Chris@0: height: auto; Chris@0: white-space: normal; Chris@0: } Chris@0: .locale-translation-update__details { Chris@18: max-width: 490px; Chris@0: padding: 5px 0; Chris@0: white-space: normal; Chris@18: color: #666; Chris@0: font-size: 0.9em; Chris@0: } Chris@0: .locale-translation-update__details ul { Chris@0: margin: 0; Chris@0: padding: 0; Chris@0: } Chris@0: .locale-translation-update__details li { Chris@0: margin: 0 0 0.25em 1.5em; Chris@0: padding: 0; Chris@0: } Chris@14: Chris@0: @media screen and (max-width: 40em) { Chris@0: #locale-translation-status-form th.title { Chris@0: width: 20%; Chris@0: } Chris@0: #locale-translation-status-form th.status { Chris@0: width: 40%; Chris@0: } Chris@0: }