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

Unified Diff: elements/viewer-toolbar/viewer-toolbar.css

Issue 129903002: Add the Quickoffice viewer toolbar polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: Created 6 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
« no previous file with comments | « elements/viewer-button/viewer-button.html ('k') | elements/viewer-toolbar/viewer-toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elements/viewer-toolbar/viewer-toolbar.css
diff --git a/elements/viewer-toolbar/viewer-toolbar.css b/elements/viewer-toolbar/viewer-toolbar.css
new file mode 100644
index 0000000000000000000000000000000000000000..27a85cbac82526e5cb07a9a5d97f33e7ac81562c
--- /dev/null
+++ b/elements/viewer-toolbar/viewer-toolbar.css
@@ -0,0 +1,20 @@
+/* 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 0.4s ease-in-out;
+ bottom: 0;
+ display: block;
+ font-size: 0;
+ opacity: 1;
+ position: fixed;
+ right: 0;
+ padding: 20px;
+}
+
+#toolbar {
+ border-radius: 3px;
+ box-shadow: 0 1px 2px gray, 0 3px 3px rgba(0, 0, 0, .2);
+ overflow: hidden;
+}
« no previous file with comments | « elements/viewer-button/viewer-button.html ('k') | elements/viewer-toolbar/viewer-toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698