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

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

Issue 1079423002: Update colors of material design PDF viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 bottom: 0; 6 bottom: 0;
7 padding: 24px; 7 padding: 24px;
8 position: fixed; 8 position: fixed;
9 right: 0; 9 right: 0;
10 z-index: 3; 10 z-index: 3;
11 } 11 }
12 12
13 #zoom-buttons { 13 #zoom-buttons {
14 display: inline-block; 14 display: inline-block;
15 } 15 }
16 16
17 #slider { 17 #slider {
18 display: inline-block; 18 display: inline-block;
19 margin-bottom: 0.8em; 19 margin-bottom: 0.8em;
20 margin-right: 2em; 20 margin-right: 2em;
21 overflow: visible; 21 overflow: visible;
22 } 22 }
23 23
24 #main-zoom { 24 #main-zoom {
25 background-color: rgb(33, 150, 243); 25 background-color: rgb(27, 168, 243);
26 display: block; 26 display: block;
27 margin: auto; 27 margin: auto;
28 margin-top: 2em; 28 margin-top: 2em;
29 overflow: visible; 29 overflow: visible;
30 } 30 }
31 31
32 #fit-to-width-button { 32 #fit-to-width-button {
33 display: block; 33 display: block;
34 margin: auto; 34 margin: auto;
35 margin-top: 2em; 35 margin-top: 2em;
36 overflow: visible; 36 overflow: visible;
37 } 37 }
38 38
39 #fit-to-page-button { 39 #fit-to-page-button {
40 display: block; 40 display: block;
41 margin: auto; 41 margin: auto;
42 overflow: visible; 42 overflow: visible;
43 } 43 }
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698