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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.css

Issue 259873002: Calculate an expected number of visible destinations more accurately to prevent extra (and unnecess… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/destination_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/search/destination_list.css
diff --git a/chrome/browser/resources/print_preview/search/destination_list.css b/chrome/browser/resources/print_preview/search/destination_list.css
index dc519c867cfa4b7d1070bd21face1a7461a03ee7..58c5743c250fff39bdeb6fb2cfd5a5e33ec22431 100644
--- a/chrome/browser/resources/print_preview/search/destination_list.css
+++ b/chrome/browser/resources/print_preview/search/destination_list.css
@@ -26,10 +26,14 @@
}
.destination-list .throbber-container {
- -webkit-box-align: center;
- display: -webkit-box;
- height: 30px;
- padding: 0 22px;
+ display: inline;
+ padding: 0 16px 0 8px;
+ position: relative;
+}
+
+.destination-list .throbber {
+ position: absolute;
+ top: -1px;
}
.destination-list .no-destinations-message {
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/destination_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698