Index: chrome/browser/resources/print_preview/print_preview.css |
=================================================================== |
--- chrome/browser/resources/print_preview/print_preview.css (revision 113100) |
+++ chrome/browser/resources/print_preview/print_preview.css (working copy) |
@@ -413,6 +413,10 @@ |
display: -webkit-box; |
} |
-html[toolkit=views] .button-strip { |
+.button-strip button { |
+ display: block; |
+} |
+ |
+html:not([toolkit=views]) .button-strip { |
Evan Stade
2011/12/07 04:37:27
prefer to group all rules that act on .button-stri
Lei Zhang
2011/12/07 04:44:12
Done.
|
-webkit-box-direction: reverse; |
} |