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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/common/search_box.css
diff --git a/chrome/browser/resources/print_preview/common/search_box.css b/chrome/browser/resources/print_preview/common/search_box.css
index 3b5ba301d86ccfc158cb24607b70f89658c86b4e..bbc82e1b97637f8bdb702bbb0bbfe196bad15a39 100644
--- a/chrome/browser/resources/print_preview/common/search_box.css
+++ b/chrome/browser/resources/print_preview/common/search_box.css
@@ -10,15 +10,15 @@
.search-box-icon {
-webkit-user-select: none;
display: inline-block;
- height: 12px;
+ height: 1em;
left: 8px;
position: absolute;
right: 8px;
top: 6px;
- width: 12px;
+ width: 1em;
}
.search-box-input {
- text-indent: 24px;
+ text-indent: 2em;
width: 100%;
}
« 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