| Index: chrome/browser/resources/print_preview/settings/copies_settings.css
|
| diff --git a/chrome/browser/resources/print_preview/settings/copies_settings.css b/chrome/browser/resources/print_preview/settings/copies_settings.css
|
| index 543e1f151b2d2f2e5a939bfc7159c787d980a11a..6d277b3287bb0d251871f61a72d8cff7f3f4f827 100644
|
| --- a/chrome/browser/resources/print_preview/settings/copies_settings.css
|
| +++ b/chrome/browser/resources/print_preview/settings/copies_settings.css
|
| @@ -3,10 +3,15 @@
|
| * found in the LICENSE file. */
|
|
|
| #copies-settings input.copies {
|
| + height: 29px;
|
| position: relative;
|
| width: 2.75em;
|
| }
|
|
|
| +#copies-settings-box {
|
| + margin: 10px 0;
|
| +}
|
| +
|
| #copies-settings input.copies.invalid {
|
| background: rgb(255, 240, 240);
|
| color: rgb(140, 20, 20);
|
| @@ -28,6 +33,7 @@
|
| -webkit-padding-end: 0;
|
| -webkit-padding-start: 0;
|
| font-weight: 600;
|
| + height: 29px;
|
| margin: 0;
|
| min-width: 0;
|
| position: relative;
|
|
|