Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 9794016: [webui] get rid of more html[os=] rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698