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. */
4
5#font-settings > section {
6  overflow: hidden;
7}
8
9.font-setting-container {
10  display: -webkit-box;
11}
12
13#font-settings input[type='range'] {
14  width: 100%;
15}
16
17#minimum-font-sample {
18  height: 35px;
19  overflow: hidden;
20  width: 270px;
21}
22
23.font-input-div {
24  -webkit-margin-end: 3em;
25  width: 12em;
26}
27
28.font-input-div > div > select {
29  margin-bottom: 10px;
30}
31
32.font-input {
33  width: 100%;
34}
35
36.font-sample-div {
37  direction: ltr;
38  height: 70px;
39  overflow: hidden;
40  width: 270px;
41}
42
43.font-settings-huge {
44  float: right;
45}
46
47html[dir=rtl] .font-settings-huge {
48  float: left;
49}
50