1/* Copyright 2013 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#button-row {
6  bottom: 1em;
7  margin-left: 0;
8  margin-right: 0;
9  position: absolute;
10  text-align: start;
11  width: 95%;
12}
13
14#button-row button {
15  margin-left: 0;
16  margin-right: 0;
17}
18
19#dialog-title {
20  font-size: 1.3em;
21}
22