| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 | 5 |
| 6 .fullscreen { | 6 .fullscreen { |
| 7 -webkit-margin-start: 4px; | 7 -webkit-margin-start: 4px; |
| 8 background-image: url('../../../app/theme/fullscreen_menu_button.png'); | 8 background-image: url('../../../app/theme/default_100_percent/fullscreen_menu_
button.png'); |
| 9 background-position: center center; | 9 background-position: center center; |
| 10 background-repeat: no-repeat; | 10 background-repeat: no-repeat; |
| 11 border: solid 1px rgba(0, 0, 0, 0.3); | 11 border: solid 1px rgba(0, 0, 0, 0.3); |
| 12 border-radius: 3px; | 12 border-radius: 3px; |
| 13 height: 23px; | 13 height: 23px; |
| 14 width: 23px; | 14 width: 23px; |
| 15 } | 15 } |
| 16 | 16 |
| 17 .edit-button { | 17 .edit-button { |
| 18 min-width: 35px; | 18 min-width: 35px; |
| (...skipping 20 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 .zoom-button { | 40 .zoom-button { |
| 41 text-align: center; | 41 text-align: center; |
| 42 width: 15px; | 42 width: 15px; |
| 43 } | 43 } |
| 44 | 44 |
| 45 .zoom-percent { | 45 .zoom-percent { |
| 46 min-width: 40px; | 46 min-width: 40px; |
| 47 text-align: center; | 47 text-align: center; |
| 48 } | 48 } |
| OLD | NEW |