clear_browser_data_overlay.css revision 5821806d5e7f356e8fa4b058a389a808ea183019
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#clear-browser-data-overlay {
6  min-width: 500px;
7}
8
9#clear-data-checkboxes {
10  -webkit-padding-start: 8px;
11  margin: 5px 0;
12}
13
14#cbd-throbber {
15  margin: 4px 10px;
16  vertical-align: middle;
17  visibility: hidden;
18}
19
20#flash-storage-settings {
21  padding-top: 5px;
22}
23