blob: b2cf71674f0e0b0bb85d1e7445a7d2c7c45d70ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*
Copyright (c) 2011 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;
}
#clearBrowserDataOverlay > .content-area label {
margin: 5px 0;
}
#clear-data-checkboxes {
-webkit-padding-start: 8px;
margin: 5px 0;
}
#cbdThrobber {
margin: 4px 10px;
vertical-align: middle;
visibility: hidden;
}
|