BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / font_settings.css
blobf999c586f2b1ef3978937c6b55c72b19426ce84f
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 #font-settings > section {
6 overflow: hidden;
9 #font-settings .action-area {
10 -webkit-box-pack: start;
13 #font-settings .action-area .spacer {
14 -webkit-box-flex: 1;
15 display: -webkit-box;
18 #font-settings .button-strip {
19 width: 100%;
22 .font-setting-container {
23 display: -webkit-box;
26 #font-settings input[type='range'] {
27 width: 100%;
30 #minimum-font-sample {
31 height: 35px;
32 overflow: hidden;
33 width: 270px;
36 .font-input-div {
37 -webkit-margin-end: 3em;
38 width: 12em;
41 .font-input-div > div > select {
42 margin-bottom: 10px;
45 .font-input {
46 width: 100%;
49 .font-sample-div {
50 direction: ltr;
51 height: 70px;
52 overflow: hidden;
53 width: 270px;
56 .font-settings-huge {
57 float: right;
60 html[dir=rtl] .font-settings-huge {
61 float: left;