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

Side by Side Diff: chrome/browser/resources/pdf/index-material.css

Issue 1332273003: Change the print preview UI to use the material design style buttons for zoom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/index-material.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 body { 5 body {
6 background-color: rgb(82, 86, 89); 6 background-color: rgb(82, 86, 89);
7 font-family: 'Roboto', 'Noto', sans-serif; 7 font-family: 'Roboto', 'Noto', sans-serif;
8 margin: 0; 8 margin: 0;
9 } 9 }
10 10
11 viewer-page-indicator {
12 visibility: hidden;
13 z-index: 2;
14 }
15
11 viewer-pdf-toolbar { 16 viewer-pdf-toolbar {
12 position: fixed; 17 position: fixed;
13 width: 100%; 18 width: 100%;
14 z-index: 4; 19 z-index: 4;
15 } 20 }
16 21
17 #plugin { 22 #plugin {
18 height: 100%; 23 height: 100%;
19 position: fixed; 24 position: fixed;
20 width: 100%; 25 width: 100%;
21 z-index: 1; 26 z-index: 1;
22 } 27 }
23 28
24 #sizer { 29 #sizer {
25 position: absolute; 30 position: absolute;
26 z-index: 0; 31 z-index: 0;
27 } 32 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/index-material.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698