summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/print_preview/search/destination_list.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/search/destination_list.css')
-rw-r--r--chromium/chrome/browser/resources/print_preview/search/destination_list.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/search/destination_list.css b/chromium/chrome/browser/resources/print_preview/search/destination_list.css
index dc519c867cf..58c5743c250 100644
--- a/chromium/chrome/browser/resources/print_preview/search/destination_list.css
+++ b/chromium/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 {