| 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 {
|
|
|