|
|
Chromium Code Reviews
Description[PDF viewer] Align page N of M input field
This CL sets the alignment of the N part of the: page N / M at the top
of the PDF viewer. The N was rendering too high and this change brings
it down to the baseline with the " / M" part of the line.
BUG=648116
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/d2752a183c0b1bc7c6ed6bdca17ac5d8eccf8b96
Cr-Commit-Position: refs/heads/master@{#421376}
Patch Set 1 #
Total comments: 2
Patch Set 2 : review changes #Messages
Total messages: 27 (16 generated)
Description was changed from ========== [PDF viewer] Align page N of M input field This CL sets the alignment of the N part of the: page N / M at the top of the PDF viewer. The N was rendering too high and this change brings it down to the baseline with the " / M" part of the line. BUG=648116 ========== to ========== [PDF viewer] Align page N of M input field This CL sets the alignment of the N part of the: page N / M at the top of the PDF viewer. The N was rendering too high and this change brings it down to the baseline with the " / M" part of the line. BUG=648116 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by dschuyler@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
dschuyler@chromium.org changed reviewers: + thestig@chromium.org
thestig@chromium.org changed reviewers: + dbeam@chromium.org
tsergeant@ or raymes@ are better reviewers for PDF polymer-y things
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
raymes@chromium.org changed reviewers: + raymes@chromium.org, tsergeant@chromium.org
tsergeant@ is best.
https://codereview.chromium.org/2366113002/diff/1/chrome/browser/resources/pd... File chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css (right): https://codereview.chromium.org/2366113002/diff/1/chrome/browser/resources/pd... chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css:27: --paper-input-container-input: { #input is the <input>, #pageselector is the <paper-input-container>, so the mixin belongs in the block above rather than here. You could also get rid of the mixin and do `vertical-align: baseline` in this block directly, which would simplify things a bit.
The CQ bit was checked by dschuyler@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
dschuyler@chromium.org changed reviewers: - dbeam@chromium.org, raymes@chromium.org, thestig@chromium.org
Reduced interviewers to just tsergeant@. https://codereview.chromium.org/2366113002/diff/1/chrome/browser/resources/pd... File chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css (right): https://codereview.chromium.org/2366113002/diff/1/chrome/browser/resources/pd... chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css:27: --paper-input-container-input: { On 2016/09/26 00:06:19, tsergeant wrote: > #input is the <input>, #pageselector is the <paper-input-container>, so the > mixin belongs in the block above rather than here. > > You could also get rid of the mixin and do `vertical-align: baseline` in this > block directly, which would simplify things a bit. Done.
non-owner lgtm
thestig@chromium.org changed reviewers: + thestig@chromium.org
rs lgtm
The CQ bit was checked by dschuyler@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== [PDF viewer] Align page N of M input field This CL sets the alignment of the N part of the: page N / M at the top of the PDF viewer. The N was rendering too high and this change brings it down to the baseline with the " / M" part of the line. BUG=648116 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [PDF viewer] Align page N of M input field This CL sets the alignment of the N part of the: page N / M at the top of the PDF viewer. The N was rendering too high and this change brings it down to the baseline with the " / M" part of the line. BUG=648116 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/d2752a183c0b1bc7c6ed6bdca17ac5d8eccf8b96 Cr-Commit-Position: refs/heads/master@{#421376} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/d2752a183c0b1bc7c6ed6bdca17ac5d8eccf8b96 Cr-Commit-Position: refs/heads/master@{#421376} |
