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

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: presub 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 455579f34d1f2d3d5d27b18ef42ae0a10668b84a..59023077e5e7e6209c1b4d1f8c280a0dc374ec56 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -399,15 +399,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;
« no previous file with comments | « chrome/browser/resources/extensions/pack_extension_overlay.css ('k') | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698