1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #languagePage .content-area
{
14 .language-options-lower-left button
,
15 #language-options-details button
{
19 .language-options h3 {
20 -webkit-margin-start: 12px;
27 .language-options-contents {
32 .language-options-contents
>
33 span:not
(.input-method-label
):not
(.controlled-setting-indicator
) {
34 display: inline-block
;
39 .language-options-header
,
40 .language-options-footer {
44 #language-options-languages,
45 #language-options-details {
46 border: 1px solid
#ccc;
52 #language-options-languages {
53 -webkit-box-orient: vertical
;
54 background-color: rgb
(235, 239, 249);
59 .language-options-lower-left {
61 -webkit-padding-start: 12px;
65 #language-options-details {
67 /* To share the center line with the left pane. */
68 -webkit-margin-start: -1px;
72 #language-options-details h3:not
(:first-of-type
) {
76 .language-options-notification {
77 background-color: rgb
(255, 247, 193);
79 padding: 8px 30px 8px 12px;
82 .language-options-notification > div {
86 #language-options-input-method-list button
{
87 -webkit-margin-start: 20px;
89 /* Same margin as .settings-row. */
90 margin-bottom: 0.65em;
94 #language-options-list {
101 #language-options-list .language-name
{
104 text-overflow: ellipsis
;
108 #language-options-list li
{
109 -webkit-padding-start: 12px;
114 #language-options-list-dropmarker {
115 background-clip: padding-box
;
116 background-color: hsl
(214, 91%, 65%);
117 border: 3px solid hsl
(214, 91%, 65%);
118 border-bottom-color: transparent
;
120 border-top-color: transparent
;
121 box-sizing: border-box
;
125 pointer-events: none
;
130 /* TODO(kochi): This is temporary copy from new_tab.css */
134 -webkit-transition: opacity
150ms;
135 background-color: hsl
(52, 100%, 80%);
136 border: 1px solid rgb
(211, 211, 211);
141 /* Set the height and margin so that the element does not use any vertical
144 margin: -44px auto
12px auto
;
147 pointer-events: none
;
157 text-overflow: ellipsis
;
161 -webkit-transition: opacity
1s;
166 #notification .link
{
167 -webkit-appearance: none
;
168 -webkit-padding-start: 20px;
171 color: rgba
(0, 102, 204, 0.3);
173 text-decoration: underline
;
176 #notification .link-color
{
177 color: rgb
(0, 102, 204);
180 #chewing-max-chi-symbol-len {
185 #add-language-overlay-page .content-area
{
186 padding-bottom: 10px;
189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */
190 #add-language-overlay-language-list {
191 width: -webkit-calc
(100% - 4px);