summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/print_preview/search/destination_search.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/search/destination_search.css')
-rw-r--r--chromium/chrome/browser/resources/print_preview/search/destination_search.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/search/destination_search.css b/chromium/chrome/browser/resources/print_preview/search/destination_search.css
index f736b57f7d5..6b3943ed086 100644
--- a/chromium/chrome/browser/resources/print_preview/search/destination_search.css
+++ b/chromium/chrome/browser/resources/print_preview/search/destination_search.css
@@ -17,14 +17,11 @@
}
#destination-search .user-info {
- -webkit-user-select: none;
- overflow: hidden;
+ display: flex;
position: absolute;
right: 40px;
text-align: right;
- text-overflow: ellipsis;
top: 14px;
- white-space: nowrap;
width: 350px;
}
@@ -33,6 +30,21 @@
right: auto;
}
+#destination-search .account-select-label {
+ -webkit-user-select: none;
+ flex: 1;
+ height: 2em;
+ line-height: 2em;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+#destination-search .account-select {
+ flex: 1;
+ margin-left: 8px;
+}
+
#destination-search > .page > .close-button {
top: 9px;
}