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

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

Issue 1124323004: Update some more webui progress indicators to new throbber: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: can't get rid of .grd entry yet Created 5 years, 7 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 #clear-browser-data-overlay { 5 #clear-browser-data-overlay {
6 width: 500px; 6 width: 500px;
7 } 7 }
8 8
9 #clear-data-checkboxes { 9 #clear-data-checkboxes {
10 -webkit-padding-start: 8px; 10 -webkit-padding-start: 8px;
11 margin: 5px 0; 11 margin: 5px 0;
12 } 12 }
13 13
14 #cbd-throbber { 14 #cbd-throbber {
15 margin: 4px 10px; 15 /* This should be changed to align-self: center; when the parent is changed to
16 vertical-align: middle; 16 * display: flex; */
17 position: relative;
18 top: 5px;
17 visibility: hidden; 19 visibility: hidden;
18 } 20 }
19 21
20 #flash-storage-settings { 22 #flash-storage-settings {
21 padding-top: 5px; 23 padding-top: 5px;
22 } 24 }
23 25
24 #clear-browser-data-info-banner { 26 #clear-browser-data-info-banner {
25 background-color: rgb(249, 237, 184); 27 background-color: rgb(249, 237, 184);
26 border: solid 1px rgb(237, 201, 103); 28 border: solid 1px rgb(237, 201, 103);
27 border-radius: 2px; 29 border-radius: 2px;
28 font-weight: bold; 30 font-weight: bold;
29 margin: 0 20px 11px 17px; 31 margin: 0 20px 11px 17px;
30 padding: 6px 8px; 32 padding: 6px 8px;
31 } 33 }
32 34
33 #some-stuff-remains-footer > p { 35 #some-stuff-remains-footer > p {
34 margin: 0; 36 margin: 0;
35 } 37 }
36 38
37 #some-stuff-remains-footer button { 39 #some-stuff-remains-footer button {
38 padding: 0; 40 padding: 0;
39 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/print_preview/settings/destination_settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698