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

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

Issue 885733003: Remove toolbar offset in Material Design PDF Viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/pdf.js » ('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 @font-face { 5 @font-face {
6 font-family: 'Roboto'; 6 font-family: 'Roboto';
7 font-style: normal; 7 font-style: normal;
8 font-weight: 400; 8 font-weight: 400;
9 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/ roboto/roboto.woff2) format('woff2'); 9 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/ roboto/roboto.woff2) format('woff2');
10 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; 10 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 paper-progress::shadow #activeProgress { 46 paper-progress::shadow #activeProgress {
47 background-color: rgb(33, 150, 243); 47 background-color: rgb(33, 150, 243);
48 } 48 }
49 49
50 paper-progress::shadow #progressContainer { 50 paper-progress::shadow #progressContainer {
51 background-color: rgb(100, 181, 246); 51 background-color: rgb(100, 181, 246);
52 } 52 }
53 53
54 #plugin { 54 #plugin {
55 height: 100%;
55 position: fixed; 56 position: fixed;
56 top: 56px; 57 width: 100%;
57 z-index: 1; 58 z-index: 1;
58 } 59 }
59 60
60 #sizer { 61 #sizer {
61 position: absolute; 62 position: absolute;
62 z-index: 0; 63 z-index: 0;
63 } 64 }
64 65
65 bookmarks-pane { 66 bookmarks-pane {
66 z-index: 2; 67 z-index: 2;
(...skipping 12 matching lines...) Expand all
79 80
80 viewer-error-screen { 81 viewer-error-screen {
81 visibility: hidden; 82 visibility: hidden;
82 z-index: 2; 83 z-index: 2;
83 } 84 }
84 85
85 viewer-password-screen { 86 viewer-password-screen {
86 visibility: hidden; 87 visibility: hidden;
87 z-index: 2; 88 z-index: 2;
88 } 89 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698