| 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 General Styles | 6 General Styles |
| 7 ----------------------------------------------------------------------------- */ | 7 ----------------------------------------------------------------------------- */ |
| 8 | 8 |
| 9 html { | 9 html { |
| 10 /* It's necessary to put this here instead of in body in order to get the | 10 /* It's necessary to put this here instead of in body in order to get the |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 top: 364px; | 75 top: 364px; |
| 76 visibility: hidden; | 76 visibility: hidden; |
| 77 width: 100%; | 77 width: 100%; |
| 78 } | 78 } |
| 79 | 79 |
| 80 .hide-bottom-panel { | 80 .hide-bottom-panel { |
| 81 opacity: 0; | 81 opacity: 0; |
| 82 } | 82 } |
| 83 | 83 |
| 84 #card-slider-frame { | 84 #card-slider-frame { |
| 85 height: 92px; | 85 height: 184px; |
| 86 overflow: hidden; | 86 overflow: hidden; |
| 87 } | 87 } |
| 88 | 88 |
| 89 #page-list { | 89 #page-list { |
| 90 display: -webkit-box; | 90 display: -webkit-box; |
| 91 height: 100%; | 91 height: 100%; |
| 92 position: static; | 92 position: static; |
| 93 } | 93 } |
| 94 | 94 |
| 95 #bottom-panel-header, | 95 #bottom-panel-header, |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 text-align: right; | 132 text-align: right; |
| 133 } | 133 } |
| 134 | 134 |
| 135 #attribution > span { | 135 #attribution > span { |
| 136 display: block; | 136 display: block; |
| 137 } | 137 } |
| 138 | 138 |
| 139 .starting-up * { | 139 .starting-up * { |
| 140 -webkit-transition: none !important; | 140 -webkit-transition: none !important; |
| 141 } | 141 } |
| OLD | NEW |