blob: d7c076d3ed88c898d83bbfd103d463093759a310 (
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
25
26
27
28
29
30
|
/* 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. */
#import-data-overlay {
width: 400px;
}
#import-from-div {
margin-bottom: 20px;
}
#import-checkboxes > div:not(:first-child) {
-webkit-padding-start: 8px;
}
#import-throbber {
margin: 4px 10px;
vertical-align: middle;
visibility: hidden;
}
#import-success-header {
font-size: 1.2em;
}
#import-success-image {
margin: 20px;
text-align: center;
}
|