annotate core/modules/locale/css/locale.admin.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
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 /**
Chris@0 9 * In Opera 9, DOM elements with the property of "overflow: auto"
Chris@0 10 * will partially hide its contents with unnecessary scrollbars when
Chris@0 11 * its immediate child is floated without an explicit width set.
Chris@0 12 */
Chris@0 13 width: 15em;
Chris@18 14 margin-right: 1em; /* LTR */
Chris@18 15 margin-bottom: 0;
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@18 21 margin-right: 0;
Chris@0 22 margin-left: 1em;
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@14 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@14 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 td {
Chris@0 72 vertical-align: top;
Chris@0 73 }
Chris@0 74 .locale-translation-update__wrapper {
Chris@0 75 margin-left: -12px;
Chris@0 76 padding-left: 12px;
Chris@18 77 background: transparent url(../../../misc/menu-collapsed.png) left 0.6em no-repeat;
Chris@0 78 }
Chris@0 79 .expanded .locale-translation-update__wrapper {
Chris@14 80 background: transparent url(../../../misc/menu-expanded.png) left 0.6em no-repeat;
Chris@0 81 }
Chris@0 82 #locale-translation-status-form .description {
Chris@0 83 cursor: pointer;
Chris@0 84 }
Chris@0 85 .locale-translation-update__wrapper {
Chris@18 86 overflow: hidden;
Chris@18 87 white-space: nowrap;
Chris@18 88 text-overflow: ellipsis;
Chris@0 89 color: #5c5c5b;
Chris@0 90 line-height: 20px;
Chris@0 91 }
Chris@0 92 .expanded .locale-translation-update__wrapper {
Chris@18 93 overflow: visible;
Chris@0 94 height: auto;
Chris@0 95 white-space: normal;
Chris@0 96 }
Chris@0 97 .expanded .locale-translation-update__message {
Chris@0 98 -webkit-hyphens: auto;
Chris@0 99 -moz-hyphens: auto;
Chris@0 100 -ms-hyphens: auto;
Chris@0 101 hyphens: auto;
Chris@0 102 }
Chris@0 103 .js .locale-translation-update__wrapper {
Chris@0 104 height: 20px;
Chris@0 105 }
Chris@0 106 .expanded .locale-translation-update__wrapper {
Chris@18 107 overflow: visible;
Chris@0 108 height: auto;
Chris@0 109 white-space: normal;
Chris@0 110 }
Chris@0 111 .locale-translation-update__details {
Chris@18 112 max-width: 490px;
Chris@0 113 padding: 5px 0;
Chris@0 114 white-space: normal;
Chris@18 115 color: #666;
Chris@0 116 font-size: 0.9em;
Chris@0 117 }
Chris@0 118 .locale-translation-update__details ul {
Chris@0 119 margin: 0;
Chris@0 120 padding: 0;
Chris@0 121 }
Chris@0 122 .locale-translation-update__details li {
Chris@0 123 margin: 0 0 0.25em 1.5em;
Chris@0 124 padding: 0;
Chris@0 125 }
Chris@14 126
Chris@0 127 @media screen and (max-width: 40em) {
Chris@0 128 #locale-translation-status-form th.title {
Chris@0 129 width: 20%;
Chris@0 130 }
Chris@0 131 #locale-translation-status-form th.status {
Chris@0 132 width: 40%;
Chris@0 133 }
Chris@0 134 }