summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_preview
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-27 00:33:05 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-27 00:33:05 +0000
commit922ad1e2f969a6fce707caf1059134637272e890 (patch)
treeaa2ab40a0c850d99677ed8799d82c6c4239ac7fe /chrome/browser/resources/print_preview
parent06e55db28b5f91cb1b9b3afed2fd10d4a75f96e7 (diff)
downloadchromium_src-922ad1e2f969a6fce707caf1059134637272e890.zip
chromium_src-922ad1e2f969a6fce707caf1059134637272e890.tar.gz
chromium_src-922ad1e2f969a6fce707caf1059134637272e890.tar.bz2
[webui] get rid of more html[os=] rules
BUG=118298 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9794016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_preview')
-rw-r--r--chrome/browser/resources/print_preview/print_preview.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 455579f..5902307 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;