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

Unified Diff: chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css

Issue 853603002: Merge html-office-public repo into src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/elements/viewer-toolbar/viewer-toolbar.css
diff --git a/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
new file mode 100644
index 0000000000000000000000000000000000000000..64be0e9f12cc67c0f0e2137a2410ad16d75dc297
--- /dev/null
+++ b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
@@ -0,0 +1,21 @@
+/* Copyright 2013 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. */
+
+:host {
+ -webkit-transition: opacity 400ms ease-in-out;
+ bottom: 0;
+ display: block;
+ font-size: 0;
+ opacity: 1;
+ padding: 30px 30px 15px 30vw;
+ pointer-events: none;
+ position: fixed;
+ right: 0;
+}
+
+#toolbar {
+ border-radius: 3px;
+ box-shadow: 0 1px 2px gray, 0 3px 3px rgba(0, 0, 0, .2);
+ overflow: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698