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

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

Issue 137703012: Run PRESUBMIT checks over existing files in html-office-public (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: Created 6 years, 10 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
index 5e6cef32a9e54667ae11b944230f23818c0fcc39..b3623d718c31d37432be5a2fa0c5f56612addde0 100644
--- a/elements/viewer-toolbar/viewer-toolbar.css
+++ b/elements/viewer-toolbar/viewer-toolbar.css
@@ -3,14 +3,14 @@
* found in the LICENSE file. */
:host {
- -webkit-transition: opacity 0.4s ease-in-out;
+ -webkit-transition: opacity 400ms ease-in-out;
bottom: 0;
display: block;
font-size: 0;
opacity: 1;
+ padding: 30px 30px 15px 30vw;
position: fixed;
right: 0;
- padding: 30px 30px 15px 30vw;
}
#toolbar {
« 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