Commit cb51cf2c authored by alekseys's avatar alekseys Committed by Commit bot

Rollback Print and Cancel button positions change, it breaks the tab order.

BUG=407974

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

Cr-Commit-Position: refs/heads/master@{#292555}
parent e72944be
<div id="print-header"> <div id="print-header">
<span class="summary"></span> <span class="summary"></span>
<div class="button-strip"> <div class="button-strip">
<button class="cancel" i18n-content="cancel"></button>
<button class="print default" i18n-content="printButton" disabled></button> <button class="print default" i18n-content="printButton" disabled></button>
<button class="cancel" i18n-content="cancel"></button>
</div> </div>
</div> </div>
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