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

Unified Diff: chrome/browser/resources/pdf/index-material.css

Issue 865033002: Implement a slide-in pane for bookmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-pane
Patch Set: Adjust indentation Created 5 years, 11 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/pdf/index-material.css
diff --git a/chrome/browser/resources/pdf/index-material.css b/chrome/browser/resources/pdf/index-material.css
index 7f0bf98a6bcab61c9afce5e05ba4cf2b7bd0f2fb..b49d734c1fa8da58886f989542fffcf79b908ab1 100644
--- a/chrome/browser/resources/pdf/index-material.css
+++ b/chrome/browser/resources/pdf/index-material.css
@@ -56,6 +56,10 @@ paper-progress::shadow #progressContainer {
z-index: 0;
}
+bookmarks-pane {
+ z-index: 3;
raymes 2015/01/27 09:10:54 The bookmarks should be behind the toolbar so the
Alexandre Carlton 2015/01/28 00:22:46 As discussed, the internal paper-dialog within pdf
raymes 2015/01/28 01:10:20 What can we do about this? Will you investigate an
+}
+
viewer-toolbar {
visibility: hidden;
white-space: nowrap;

Powered by Google App Engine
This is Rietveld 408576698