|
|
DescriptionFix 2 pixel flicker from collate box
Modifies padding on top of collate box so that it does not cause a
flicker when it appears next to the new copies input field.
BUG=658400
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/354fdaa367130497882b1c1421ba30882d19ca00
Cr-Commit-Position: refs/heads/master@{#426983}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove padding. #Messages
Total messages: 23 (16 generated)
Description was changed from ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 ========== to ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by rbpotter@chromium.org to run a CQ dry run
Description was changed from ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
rbpotter@chromium.org changed reviewers: + dpapad@chromium.org
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2442743003/diff/1/chrome/browser/resources/pr... File chrome/browser/resources/print_preview/settings/copies_settings.css (right): https://codereview.chromium.org/2442743003/diff/1/chrome/browser/resources/pr... chrome/browser/resources/print_preview/settings/copies_settings.css:11: padding-top: 4px; It is a bit fragile to use padding for centering an item within a row. Can you try the following which is more robust, and I think achieves the exact same visual behavior? Effectively it removes padding completely, and lets the label be centered by other existing rules (vertical-align: baseline). #copies-settings .collate-container label { padding: 0; }
The CQ bit was checked by rbpotter@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...
https://codereview.chromium.org/2442743003/diff/1/chrome/browser/resources/pr... File chrome/browser/resources/print_preview/settings/copies_settings.css (right): https://codereview.chromium.org/2442743003/diff/1/chrome/browser/resources/pr... chrome/browser/resources/print_preview/settings/copies_settings.css:11: padding-top: 4px; On 2016/10/21 22:31:35, dpapad wrote: > It is a bit fragile to use padding for centering an item within a row. Can you > try the following which is more robust, and I think achieves the exact same > visual behavior? Effectively it removes padding completely, and lets the label > be centered by other existing rules (vertical-align: baseline). > > #copies-settings .collate-container label { > padding: 0; > } Yes, this has the same behavior. Thanks!
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm6...)
The CQ bit was checked by rbpotter@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.
The CQ bit was checked by rbpotter@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.
Description was changed from ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Fix 2 pixel flicker from collate box Modifies padding on top of collate box so that it does not cause a flicker when it appears next to the new copies input field. BUG=658400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/354fdaa367130497882b1c1421ba30882d19ca00 Cr-Commit-Position: refs/heads/master@{#426983} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/354fdaa367130497882b1c1421ba30882d19ca00 Cr-Commit-Position: refs/heads/master@{#426983} |