OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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: #ccc; | 6 background-color: #ccc; |
7 margin: 0; | 7 margin: 0; |
8 } | 8 } |
9 | 9 |
10 viewer-toolbar { | 10 viewer-toolbar { |
(...skipping 16 matching lines...) Expand all Loading... |
27 visibility: hidden; | 27 visibility: hidden; |
28 z-index: 2; | 28 z-index: 2; |
29 } | 29 } |
30 | 30 |
31 viewer-password-screen { | 31 viewer-password-screen { |
32 visibility: hidden; | 32 visibility: hidden; |
33 z-index: 2; | 33 z-index: 2; |
34 } | 34 } |
35 | 35 |
36 #plugin { | 36 #plugin { |
| 37 height: 100%; |
37 position: fixed; | 38 position: fixed; |
| 39 width: 100%; |
38 z-index: 1; | 40 z-index: 1; |
39 } | 41 } |
40 | 42 |
41 #sizer { | 43 #sizer { |
42 position: absolute; | 44 position: absolute; |
43 z-index: 0; | 45 z-index: 0; |
44 } | 46 } |
OLD | NEW |