Commit a2093312 authored by alekseys@chromium.org's avatar alekseys@chromium.org

Adjust copies textfield appearance on Win.

BUG=249548

Review URL: https://codereview.chromium.org/183663004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255608 0039d316-1c4b-4281-b951-d872f2087c98
parent 6bb38047
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* found in the LICENSE file. */ * found in the LICENSE file. */
#copies-settings input.copies { #copies-settings input.copies {
height: 29px; height: 28px;
position: relative; position: relative;
width: 2.75em; width: 2.75em;
} }
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
-webkit-padding-end: 0; -webkit-padding-end: 0;
-webkit-padding-start: 0; -webkit-padding-start: 0;
font-weight: 600; font-weight: 600;
height: 29px; height: 28px;
margin: 0; margin: 0;
min-width: 0; min-width: 0;
position: relative; position: relative;
...@@ -59,3 +59,7 @@ html[dir='rtl'] #copies-settings button.decrement { ...@@ -59,3 +59,7 @@ html[dir='rtl'] #copies-settings button.decrement {
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
#copies-settings .collate-container label {
padding-top: 6px;
}
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#destination-settings .destination-settings-box { #destination-settings .destination-settings-box {
-webkit-box-align: center; -webkit-box-align: center;
display: -webkit-box; display: -webkit-box;
height: 29px; height: 28px;
margin-bottom: 10px; margin-bottom: 10px;
} }
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
.destination-settings-info-wrapper { .destination-settings-info-wrapper {
-webkit-box-flex: 1; -webkit-box-flex: 1;
height: 29px; height: 28px;
position: relative; position: relative;
} }
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-box-pack: center; -webkit-box-pack: center;
display: -webkit-box; display: -webkit-box;
height: 29px; height: 28px;
} }
.destination-settings-name, .destination-settings-name,
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
* found in the LICENSE file. */ * found in the LICENSE file. */
#margin-settings .margin-settings-select { #margin-settings .margin-settings-select {
height: 29px; height: 28px;
margin: 10px 0; margin: 10px 0;
} }
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
#page-settings .page-settings-custom-input-wrapper { #page-settings .page-settings-custom-input-wrapper {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-margin-start: 0.6em; -webkit-margin-start: 0.6em;
height: 29px; height: 28px;
position: relative; position: relative;
} }
#page-settings .page-settings-custom-input { #page-settings .page-settings-custom-input {
height: 29px; height: 28px;
position: absolute; position: absolute;
width: 100%; width: 100%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment