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 @@
* found in the LICENSE file. */
#copies-settings input.copies {
height: 29px;
height: 28px;
position: relative;
width: 2.75em;
}
......@@ -33,7 +33,7 @@
-webkit-padding-end: 0;
-webkit-padding-start: 0;
font-weight: 600;
height: 29px;
height: 28px;
margin: 0;
min-width: 0;
position: relative;
......@@ -59,3 +59,7 @@ html[dir='rtl'] #copies-settings button.decrement {
border-top-left-radius: 3px;
border-top-right-radius: 0;
}
#copies-settings .collate-container label {
padding-top: 6px;
}
......@@ -16,7 +16,7 @@
#destination-settings .destination-settings-box {
-webkit-box-align: center;
display: -webkit-box;
height: 29px;
height: 28px;
margin-bottom: 10px;
}
......@@ -37,7 +37,7 @@
.destination-settings-info-wrapper {
-webkit-box-flex: 1;
height: 29px;
height: 28px;
position: relative;
}
......@@ -65,7 +65,7 @@
-webkit-box-orient: vertical;
-webkit-box-pack: center;
display: -webkit-box;
height: 29px;
height: 28px;
}
.destination-settings-name,
......
......@@ -3,6 +3,6 @@
* found in the LICENSE file. */
#margin-settings .margin-settings-select {
height: 29px;
height: 28px;
margin: 10px 0;
}
......@@ -11,12 +11,12 @@
#page-settings .page-settings-custom-input-wrapper {
-webkit-box-flex: 1;
-webkit-margin-start: 0.6em;
height: 29px;
height: 28px;
position: relative;
}
#page-settings .page-settings-custom-input {
height: 29px;
height: 28px;
position: absolute;
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