- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / import_data_overlay.css
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 #import-data-overlay {
6   width: 400px;
7 }
8
9 #import-from-div {
10   margin-bottom: 20px;
11 }
12
13 #import-checkboxes > div:not(:first-child) {
14   -webkit-padding-start: 8px;
15 }
16
17 #import-throbber {
18   margin: 4px 10px;
19   vertical-align: middle;
20   visibility: hidden;
21 }
22
23 #import-success-header {
24   font-size: 1.2em;
25 }
26
27 #import-success-image {
28   margin: 20px;
29   text-align: center;
30 }