summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/profile_signin_confirmation.css
blob: 8257645731680062a3e430f24e16195a2c379532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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;
}