CSS样式  |  22行  |  394 B

/* Copyright 2013 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. */

#button-row {
  bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  text-align: start;
  width: 95%;
}

#button-row button {
  margin-left: 0;
  margin-right: 0;
}

#dialog-title {
  font-size: 1.3em;
}