blob: af5409d565d3b432c02fa3cb31d34fb1f7b206ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* 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. */
#clearBrowserDataOverlay {
min-width: 500px;
}
#clear-data-checkboxes {
-webkit-padding-start: 8px;
margin: 5px 0;
}
#cbdThrobber {
margin: 4px 10px;
vertical-align: middle;
visibility: hidden;
}
|