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

Side by Side Diff: chrome/browser/resources/print_preview/common/search_box.css

Issue 2771823005: Print Preview: Fix issues with large font sizes (Closed)
Patch Set: Change to normal padding 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 | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 .search-box { 5 .search-box {
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 position: relative; 7 position: relative;
8 } 8 }
9 9
10 .search-box-icon { 10 .search-box-icon {
11 -webkit-user-select: none; 11 -webkit-user-select: none;
12 display: inline-block; 12 display: inline-block;
13 height: 12px; 13 height: 1em;
14 left: 8px; 14 left: 8px;
15 position: absolute; 15 position: absolute;
16 right: 8px; 16 right: 8px;
17 top: 6px; 17 top: 6px;
18 width: 12px; 18 width: 1em;
19 } 19 }
20 20
21 .search-box-input { 21 .search-box-input {
22 text-indent: 24px; 22 text-indent: 2em;
23 width: 100%; 23 width: 100%;
24 } 24 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698