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

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

Issue 2240903002: Improve line spacing in Clear Browsing Data dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
(...skipping 16 matching lines...) Expand all
27 background-color: rgb(249, 237, 184); 27 background-color: rgb(249, 237, 184);
28 border: solid 1px rgb(237, 201, 103); 28 border: solid 1px rgb(237, 201, 103);
29 border-radius: 2px; 29 border-radius: 2px;
30 font-weight: bold; 30 font-weight: bold;
31 margin: 0 20px 11px 17px; 31 margin: 0 20px 11px 17px;
32 padding: 6px 8px; 32 padding: 6px 8px;
33 } 33 }
34 34
35 .clear-browser-data-counter { 35 .clear-browser-data-counter {
36 color: #999; 36 color: #999;
37 }
38
39 input[type=checkbox] ~ span {
37 line-height: 1.4em; 40 line-height: 1.4em;
38 } 41 }
39 42
40 .clear-browser-data-counter:not(:empty)::before { 43 .clear-browser-data-counter:not(:empty)::before {
41 content: '\00a0–\00a0\00a0'; 44 content: '\00a0–\00a0\00a0';
42 } 45 }
43 46
44 input[type=checkbox]:not(:checked) ~ span > .clear-browser-data-counter { 47 input[type=checkbox]:not(:checked) ~ span > .clear-browser-data-counter {
45 display: none; 48 display: none;
46 } 49 }
(...skipping 27 matching lines...) Expand all
74 } 77 }
75 78
76 html[dir='rtl'] #clear-browser-data-history-footer, 79 html[dir='rtl'] #clear-browser-data-history-footer,
77 html[dir='rtl'] #clear-browser-data-general-footer { 80 html[dir='rtl'] #clear-browser-data-general-footer {
78 background-position: right center; 81 background-position: right center;
79 } 82 }
80 83
81 #clear-browser-data-history-notice { 84 #clear-browser-data-history-notice {
82 width: 300px; 85 width: 300px;
83 } 86 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698