Home | History | Annotate | Download | only in options
      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-settings .action-area {
     10   -webkit-box-pack: start;
     11 }
     12 
     13 #font-settings .action-area .spacer {
     14   -webkit-box-flex: 1;
     15   display: -webkit-box;
     16 }
     17 
     18 #font-settings .button-strip {
     19   width: 100%;
     20 }
     21 
     22 .font-setting-container {
     23   display: -webkit-box;
     24 }
     25 
     26 #font-settings input[type='range'] {
     27   width: 100%;
     28 }
     29 
     30 #minimum-font-sample {
     31   height: 35px;
     32   overflow: hidden;
     33   width: 270px;
     34 }
     35 
     36 .font-input-div {
     37   -webkit-margin-end: 3em;
     38   width: 12em;
     39 }
     40 
     41 .font-input-div > div > select {
     42   margin-bottom: 10px;
     43 }
     44 
     45 .font-input {
     46   width: 100%;
     47 }
     48 
     49 .font-sample-div {
     50   direction: ltr;
     51   height: 70px;
     52   overflow: hidden;
     53   width: 270px;
     54 }
     55 
     56 .font-settings-huge {
     57   float: right;
     58 }
     59 
     60 html[dir=rtl] .font-settings-huge {
     61   float: left;
     62 }
     63