Commit 512dbfe9 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Refresh: Fix some advanced settings polish bugs

Bug: 887397, 886663, 886908
Change-Id: I904a9c647c676185ce98faecd16cf815bff10e5f
Reviewed-on: https://chromium-review.googlesource.com/1236839Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592984}
parent c625b2d9
......@@ -13,10 +13,12 @@
<style include="print-preview-shared paper-button-style">
paper-button {
--button-margin: 2px;
height: unset;
margin: var(--button-margin);
margin-inline-start: 0;
min-height: 32px;
text-align: center;
width: calc(100% - 2 * var(--button-margin) - 15px);
width: calc(100% - var(--button-margin) - 15px);
}
</style>
<print-preview-settings-section>
......
......@@ -29,21 +29,21 @@
.label,
.value {
align-self: center;
color: var(--google-grey-900);
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
text-overflow: ellipsis;
}
.label {
flex: 1;
margin-inline-end: 10px;
opacity: 0.87;
padding-inline-end: 104px;
width: 125px;
}
.value {
flex: none;
width: 239px;
flex: 0;
min-width: 239px;
}
cr-input {
......
......@@ -62,7 +62,7 @@
}
print-preview-settings-section [slot=controls] > * {
margin-left: 15px;
margin-inline-start: 15px;
}
/* Default print preview dialog styles. */
......
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