Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1473)

Side by Side Diff: chrome/browser/resources/options/import_data_overlay.css

Issue 1296373003: Remove unused assets, update old assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #import-data-overlay { 5 #import-data-overlay {
6 width: 400px; 6 width: 400px;
7 } 7 }
8 8
9 #import-from-div { 9 #import-from-div {
10 margin-bottom: 20px; 10 margin-bottom: 20px;
11 } 11 }
12 12
13 #import-checkboxes > div:not(:first-child) { 13 #import-checkboxes > div:not(:first-child) {
14 -webkit-padding-start: 8px; 14 -webkit-padding-start: 8px;
15 } 15 }
16 16
17 #import-throbber { 17 #import-throbber {
18 margin: 4px 10px; 18 margin: 4px 10px;
19 vertical-align: middle; 19 vertical-align: middle;
20 visibility: hidden; 20 visibility: hidden;
21 } 21 }
22 22
23 #import-success-header { 23 #import-success-header {
24 font-size: 1.2em; 24 font-size: 1.2em;
25 } 25 }
26 26
27 #import-success-image { 27 #import-success-image {
28 margin: 20px; 28 -webkit-mask-image: url(../../../../ui/webui/resources/images/check_circle.svg );
29 text-align: center; 29 -webkit-mask-position: center;
30 -webkit-mask-repeat: no-repeat;
31 -webkit-mask-size: 96px;
32 background-color: rgb(15, 157, 88);
33 height: 96px;
34 margin: 20px 0;
35 width: 100%;
30 } 36 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help_content.css ('k') | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698