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

Side by Side Diff: chrome/browser/resources/pdf/elements/viewer-zoom-toolbar/viewer-zoom-toolbar.css

Issue 1312373002: Material PDF: Style audit and cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests for page selector Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 :host { 5 :host {
6 -webkit-user-select: none;
6 bottom: 0; 7 bottom: 0;
7 padding: 48px 0; 8 padding: 48px 0;
8 position: fixed; 9 position: fixed;
9 right: 0; 10 right: 0;
10 z-index: 3; 11 z-index: 3;
11 } 12 }
12 13
13 viewer-zoom-button { 14 viewer-zoom-button {
14 display: block; 15 display: block;
15 } 16 }
16 17
17 /* A small gap between the zoom in/zoom out buttons. */ 18 /* A small gap between the zoom in/zoom out buttons. */
18 #zoom-out-button { 19 #zoom-out-button {
19 margin-top: 1em; 20 margin-top: 10px;
20 } 21 }
21 22
22 /* A larger gap between the fit button and bottom two buttons. */ 23 /* A larger gap between the fit button and bottom two buttons. */
23 #zoom-in-button { 24 #zoom-in-button {
24 margin-top: 2em; 25 margin-top: 24px;
25 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698