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

Unified Diff: components/dom_distiller/core/css/distilledpage_ios.css

Issue 1160113004: HTML exit reader view button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 5 years, 6 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: components/dom_distiller/core/css/distilledpage_ios.css
diff --git a/components/dom_distiller/core/css/distilledpage_ios.css b/components/dom_distiller/core/css/distilledpage_ios.css
new file mode 100644
index 0000000000000000000000000000000000000000..7bf3128ee3bc35e1dd6f3b7543c9bd976d7b3331
--- /dev/null
+++ b/components/dom_distiller/core/css/distilledpage_ios.css
@@ -0,0 +1,19 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+/* The following are iOS specific rules for rendering on WebKit instead of
+ * Blink. */
+
+#mainContent {
+ -webkit-flex: 1 1 auto;
+}
+
+#closeReaderView {
+ -webkit-flex: 0 0 auto;
+}
+
+#contentWrap {
+ -webkit-flex-flow: column;
+ display: -webkit-flex;
+}
« no previous file with comments | « components/dom_distiller/core/css/distilledpage.css ('k') | components/dom_distiller/core/html/dom_distiller_viewer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698