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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_search.css

Issue 2780953004: Print Preview Destinations: Fix appearance in French with large text (Closed)
Patch Set: Created 3 years, 8 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 #destination-search { 5 #destination-search {
6 z-index: 3; 6 z-index: 3;
7 } 7 }
8 8
9 #destination-search.transparent { 9 #destination-search.transparent {
10 opacity: 0; 10 opacity: 0;
11 overflow: hidden; 11 overflow: hidden;
12 pointer-events: none; 12 pointer-events: none;
13 } 13 }
14 14
15 #destination-search > .page { 15 #destination-search > .page {
16 width: 640px; 16 width: 640px;
17 } 17 }
18 18
19 #destination-search .user-info { 19 #destination-search .user-info {
20 -webkit-padding-end: 18px;
20 -webkit-padding-start: 18px; 21 -webkit-padding-start: 18px;
21 display: flex; 22 display: flex;
22 padding-bottom: 14px; 23 padding-bottom: 14px;
23 } 24 }
24 25
25 #destination-search .account-select-label { 26 #destination-search .account-select-label {
26 -webkit-user-select: none; 27 -webkit-user-select: none;
27 height: 2em; 28 height: 2em;
28 line-height: 2em; 29 line-height: 2em;
29 overflow: hidden; 30 overflow: hidden;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 background-image: -webkit-image-set( 128 background-image: -webkit-image-set(
128 url(chrome://theme/IDR_CLOSE_DIALOG_H) 1x, 129 url(chrome://theme/IDR_CLOSE_DIALOG_H) 1x,
129 url(chrome://theme/IDR_CLOSE_DIALOG_H@2x) 2x); 130 url(chrome://theme/IDR_CLOSE_DIALOG_H@2x) 2x);
130 } 131 }
131 132
132 #destination-search .cloudprint-promo .close-button:active { 133 #destination-search .cloudprint-promo .close-button:active {
133 background-image: -webkit-image-set( 134 background-image: -webkit-image-set(
134 url(chrome://theme/IDR_CLOSE_DIALOG_P) 1x, 135 url(chrome://theme/IDR_CLOSE_DIALOG_P) 1x,
135 url(chrome://theme/IDR_CLOSE_DIALOG_P@2x) 2x); 136 url(chrome://theme/IDR_CLOSE_DIALOG_P@2x) 2x);
136 } 137 }
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