| Index: chrome/browser/resources/print_preview/print_preview.css
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
|
| index 4450a3b17e570759c17888a97834bd769058f8b4..3e842c139fd7d066826920f090b7de230f69f01f 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.css
|
| +++ b/chrome/browser/resources/print_preview/print_preview.css
|
| @@ -398,15 +398,14 @@ html[dir='rtl'] #decrement {
|
|
|
| /* TODO(estade): unfork this code. */
|
| .button-strip {
|
| +<if expr="not pp_ifdef('toolkit_views')">
|
| + -webkit-box-direction: reverse;
|
| +</if>
|
| -webkit-box-orient: horizontal;
|
| -webkit-box-pack: end;
|
| display: -webkit-box;
|
| }
|
|
|
| -html:not([toolkit=views]) .button-strip {
|
| - -webkit-box-direction: reverse;
|
| -}
|
| -
|
| #print-preview .button-strip button {
|
| -webkit-margin-start: 4px;
|
| display: block;
|
|
|