CSS样式  |  87行  |  1.17 KB

/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
  font-size: 12px;
}

form {
  display: table;
  margin: 8px;
}

h2 {
  border-bottom: 1px solid rgb(238, 238, 238);
  color: rgb(48, 57, 66);
}

.buttons-pane {
  display: inline-block;
  width: 100%;
}

#reset-all-button {
  float: right;
  min-width: 15em;
}

html[dir=rtl] #reset-all-button {
  float: left;
}

.input {
  text-align: right;
  width: 110px;
}

html[dir=rtl] .input {
  text-align: left;
}

.row {
  display: table-row;
}

.row-label {
  display: table-cell;
  font-size: 16px;
  text-align: right;
  width: 370px;
}

html[dir=rtl] .row-label {
  text-align: left;
}

.row-input {
  display: table-cell;
}

.row-units {
  display: table-cell;
  text-align: left;
  width: 100px;
}

html[dir=rtl] .row-units {
  text-align: right;
}

.row-reset {
  display: table-cell;
  font-size: 12px;
  width: 100%;
}

.section-properties {
  border-spacing: 8px;
  display: table;
}

#section-row-template,
#section-template {
  display: none;
}