| Index: chrome/browser/resources/print_preview/settings/destination_settings.css
|
| diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css
|
| index a990d8c7fced7fa2f01fa7105b5f7aa8f89f728e..68f65d265f95ee5fce8e6307994c5503325dcab0 100644
|
| --- a/chrome/browser/resources/print_preview/settings/destination_settings.css
|
| +++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
|
| @@ -16,9 +16,12 @@
|
| #destination-settings .destination-settings-box {
|
| -webkit-box-align: center;
|
| display: -webkit-box;
|
| - height: 32px;
|
| - margin-top: 0;
|
| - padding-bottom: 6px;
|
| + height: 29px;
|
| + margin-bottom: 10px;
|
| +}
|
| +
|
| +#destination-settings .destination-settings-change-button {
|
| + margin-bottom: 10px;
|
| }
|
|
|
| .destination-settings-icon {
|
| @@ -30,7 +33,7 @@
|
|
|
| .destination-settings-info-wrapper {
|
| -webkit-box-flex: 1;
|
| - height: 32px;
|
| + height: 29px;
|
| position: relative;
|
| }
|
|
|
|
|