| Index: chrome/browser/resources/print_preview/settings/page_settings.css
|
| diff --git a/chrome/browser/resources/print_preview/settings/page_settings.css b/chrome/browser/resources/print_preview/settings/page_settings.css
|
| index 382fab79896b135c706e6c3e7decc498243aa8fc..ed75675e05edc7983db7f9c084cedbddb3aa7a91 100644
|
| --- a/chrome/browser/resources/print_preview/settings/page_settings.css
|
| +++ b/chrome/browser/resources/print_preview/settings/page_settings.css
|
| @@ -5,16 +5,18 @@
|
| #page-settings .page-settings-print-pages-div {
|
| -webkit-box-align: center;
|
| display: -webkit-box;
|
| + padding: 0;
|
| }
|
|
|
| #page-settings .page-settings-custom-input-wrapper {
|
| -webkit-box-flex: 1;
|
| -webkit-margin-start: 0.6em;
|
| - height: 24px;
|
| + height: 29px;
|
| position: relative;
|
| }
|
|
|
| #page-settings .page-settings-custom-input {
|
| + height: 29px;
|
| position: absolute;
|
| width: 100%;
|
| }
|
| @@ -22,4 +24,8 @@
|
| #page-settings .page-settings-custom-input.invalid {
|
| background: rgb(255, 240, 240);
|
| color: rgb(140, 20, 20);
|
| +}
|
| +
|
| +#page-settings .radio {
|
| + margin-bottom: 10px;
|
| }
|
|
|