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. */
10 .language-options-lower-left button
,
11 #language-options-details button
{
15 .language-options h3 {
16 -webkit-margin-start: 12px;
23 .language-options-contents {
28 .language-options-contents > span:not(.input-method-label) {
29 display: inline-block
;
34 .language-options-header
,
35 .language-options-footer {
40 #language-options-languages,
41 #language-options-details {
42 border: 1px solid
#ccc;
48 #language-options-languages {
49 -webkit-box-orient: vertical
;
50 background-color: rgb
(235, 239, 249);
55 .language-options-lower-left {
57 -webkit-padding-start: 12px;
61 #language-options-details {
62 /* To share the center line with the left pane. */
63 -webkit-margin-start: -1px;
67 #language-options-details h3:not
(:first-of-type
) {
71 .language-options-notification {
72 background-color: rgb
(255, 247, 193);
74 padding: 8px 30px 8px 12px;
77 .language-options-notification > div {
81 #language-options-input-method-list button
{
82 -webkit-margin-start: 20px;
84 /* Same margin as .settings-row. */
85 margin-bottom: 0.65em;
89 #language-options-list {
96 #language-options-list .language-name
{
99 text-overflow: ellipsis
;
103 #language-options-list li
{
104 -webkit-padding-start: 12px;
109 #language-options-list-dropmarker {
110 background-clip: padding-box
;
111 background-color: hsl
(214, 91%, 65%);
112 border: 3px solid hsl
(214, 91%, 65%);
113 border-bottom-color: transparent
;
115 border-top-color: transparent
;
116 box-sizing: border-box
;
120 pointer-events: none
;
125 /* TODO(kochi): This is temporary copy from new_tab.css */
129 -webkit-transition: opacity
150ms;
130 background-color: hsl
(52, 100%, 80%);
131 border: 1px solid rgb
(211, 211, 211);
136 /* Set the height and margin so that the element does not use any vertical
139 margin: -44px auto
12px auto
;
142 pointer-events: none
;
152 text-overflow: ellipsis
;
156 -webkit-transition: opacity
1s;
161 #notification .link
{
162 -webkit-appearance: none
;
163 -webkit-padding-start: 20px;
166 color: rgba
(0, 102, 204, 0.3);
168 text-decoration: underline
;
171 #notification .link-color
{
172 color: rgb
(0, 102, 204);
175 #chewing-max-chi-symbol-len {
180 #add-language-overlay-page .content-area
{
181 padding-bottom: 10px;
184 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */
185 #add-language-overlay-language-list {
186 width: -webkit-calc
(100% - 4px);
189 .standalone-link-button {