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

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.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
Index: chrome/browser/resources/print_preview/search/destination_search.css
diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css
index 903d86f4f303e05eefb005234e5eb241a73eb6f1..c3dfe0f78d3714be0b287d9a81449225ba26f0b5 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.css
+++ b/chrome/browser/resources/print_preview/search/destination_search.css
@@ -17,22 +17,13 @@
}
#destination-search .user-info {
+ -webkit-padding-start: 18px;
display: flex;
- position: absolute;
- right: 40px;
- text-align: right;
- top: 14px;
- width: 350px;
-}
-
-[dir='rtl'] #destination-search .user-info {
- left: 40px;
- right: auto;
+ padding-bottom: 14px;
}
#destination-search .account-select-label {
-webkit-user-select: none;
- flex: 1;
height: 2em;
line-height: 2em;
overflow: hidden;
@@ -41,8 +32,8 @@
}
#destination-search .account-select {
- flex: 1;
- margin-left: 8px;
+ -webkit-margin-start: 18px;
+ width: auto;
}
#destination-search > .page > .close-button {

Powered by Google App Engine
This is Rietveld 408576698