annotate core/modules/locale/css/locale.admin.css @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 1fec387a4317
rev   line source
Chris@0 1 .locale-translate-filter-form .details-wrapper {
Chris@0 2 overflow: hidden;
Chris@0 3 }
Chris@0 4 .locale-translate-filter-form .form-item-langcode,
Chris@0 5 .locale-translate-filter-form .form-item-translation,
Chris@0 6 .locale-translate-filter-form .form-item-customized {
Chris@0 7 float: left; /* LTR */
Chris@0 8 margin-right: 1em; /* LTR */
Chris@0 9 margin-bottom: 0;
Chris@0 10 /**
Chris@0 11 * In Opera 9, DOM elements with the property of "overflow: auto"
Chris@0 12 * will partially hide its contents with unnecessary scrollbars when
Chris@0 13 * its immediate child is floated without an explicit width set.
Chris@0 14 */
Chris@0 15 width: 15em;
Chris@0 16 }
Chris@0 17 [dir="rtl"] .locale-translate-filter-form .form-item-langcode,
Chris@0 18 [dir="rtl"] .locale-translate-filter-form .form-item-translation,
Chris@0 19 [dir="rtl"] .locale-translate-filter-form .form-item-customized {
Chris@0 20 float: right;
Chris@0 21 margin-left: 1em;
Chris@0 22 margin-right: 0;
Chris@0 23 }
Chris@0 24 .locale-translate-filter-form .form-type-select select {
Chris@0 25 width: 100%;
Chris@0 26 }
Chris@0 27 .locale-translate-filter-form .form-actions {
Chris@0 28 float: left; /* LTR */
Chris@0 29 padding: 3.8ex 0 0 0; /* LTR */
Chris@0 30 }
Chris@0 31 [dir="rtl"] .locale-translate-filter-form .form-actions {
Chris@0 32 float: right;
Chris@0 33 padding: 3.5ex 0 0 0;
Chris@0 34 }
Chris@0 35 .locale-translate-edit-form th {
Chris@0 36 width: 50%;
Chris@0 37 table-layout: fixed;
Chris@0 38 }
Chris@0 39 .locale-translate-edit-form td {
Chris@0 40 vertical-align: top
Chris@0 41 }
Chris@0 42
Chris@0 43 .locale-translate-edit-form tr.changed {
Chris@0 44 background: #ffb;
Chris@0 45 }
Chris@0 46
Chris@0 47 .locale-translate-edit-form tr .form-type-item .ajax-changed {
Chris@0 48 position: absolute;
Chris@0 49 }
Chris@0 50
Chris@0 51 .locale-translate-filter-form .form-wrapper {
Chris@0 52 margin-bottom:0;
Chris@0 53 }
Chris@0 54
Chris@0 55 .locale-translate-edit-form table.changed {
Chris@0 56 margin-top: 0;
Chris@0 57 }
Chris@0 58
Chris@0 59 /**
Chris@0 60 * Available translation updates page.
Chris@0 61 */
Chris@0 62 #locale-translation-status-form table {
Chris@0 63 table-layout: fixed;
Chris@0 64 }
Chris@0 65 #locale-translation-status-form th.select-all {
Chris@0 66 width: 4%;
Chris@0 67 }
Chris@0 68 #locale-translation-status-form th.title {
Chris@0 69 width: 25%;
Chris@0 70 }
Chris@0 71 #locale-translation-status-form th.description {
Chris@0 72 }
Chris@0 73 #locale-translation-status-form td {
Chris@0 74 vertical-align: top;
Chris@0 75 }
Chris@0 76 .locale-translation-update__wrapper {
Chris@0 77 background: transparent url(../../../misc/menu-collapsed.png) left .6em no-repeat;
Chris@0 78 margin-left: -12px;
Chris@0 79 padding-left: 12px;
Chris@0 80 }
Chris@0 81 .expanded .locale-translation-update__wrapper {
Chris@0 82 background: transparent url(../../../misc/menu-expanded.png) left .6em no-repeat;
Chris@0 83 }
Chris@0 84 #locale-translation-status-form .description {
Chris@0 85 cursor: pointer;
Chris@0 86 }
Chris@0 87 .locale-translation-update__wrapper {
Chris@0 88 color: #5c5c5b;
Chris@0 89 line-height: 20px;
Chris@0 90 overflow: hidden;
Chris@0 91 text-overflow: ellipsis;
Chris@0 92 white-space: nowrap;
Chris@0 93 }
Chris@0 94 .expanded .locale-translation-update__wrapper {
Chris@0 95 height: auto;
Chris@0 96 overflow: visible;
Chris@0 97 white-space: normal;
Chris@0 98 }
Chris@0 99 .expanded .locale-translation-update__message {
Chris@0 100 -webkit-hyphens: auto;
Chris@0 101 -moz-hyphens: auto;
Chris@0 102 -ms-hyphens: auto;
Chris@0 103 hyphens: auto;
Chris@0 104 }
Chris@0 105 .js .locale-translation-update__wrapper {
Chris@0 106 height: 20px;
Chris@0 107 }
Chris@0 108 .expanded .locale-translation-update__wrapper {
Chris@0 109 height: auto;
Chris@0 110 overflow: visible;
Chris@0 111 white-space: normal;
Chris@0 112 }
Chris@0 113 .locale-translation-update__details {
Chris@0 114 padding: 5px 0;
Chris@0 115 max-width: 490px;
Chris@0 116 white-space: normal;
Chris@0 117 font-size: 0.9em;
Chris@0 118 color: #666;
Chris@0 119 }
Chris@0 120 .locale-translation-update__details ul {
Chris@0 121 margin: 0;
Chris@0 122 padding: 0;
Chris@0 123 }
Chris@0 124 .locale-translation-update__details li {
Chris@0 125 margin: 0 0 0.25em 1.5em;
Chris@0 126 padding: 0;
Chris@0 127 }
Chris@0 128 @media screen and (max-width: 40em) {
Chris@0 129 #locale-translation-status-form th.title {
Chris@0 130 width: 20%;
Chris@0 131 }
Chris@0 132 #locale-translation-status-form th.status {
Chris@0 133 width: 40%;
Chris@0 134 }
Chris@0 135 }