| OLD | NEW |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 .app { | 6 .app { |
| 7 position: absolute; | 7 position: absolute; |
| 8 text-align: center; | 8 text-align: center; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 .g-button-basic { | 154 .g-button-basic { |
| 155 border-width: 6px 10px 12px 6px; | 155 border-width: 6px 10px 12px 6px; |
| 156 color: #fff !important; | 156 color: #fff !important; |
| 157 display: inline-block; | 157 display: inline-block; |
| 158 font-size: 1.3em; | 158 font-size: 1.3em; |
| 159 font-weight: bold; | 159 font-weight: bold; |
| 160 padding: 2px 10px; | 160 padding: 2px 10px; |
| 161 text-align: center; | 161 text-align: center; |
| 162 text-decoration: none; | 162 text-decoration: none; |
| 163 white-space: nowrap; | 163 white-space: nowrap; |
| 164 -webkit-border-image: url('../ntp/g-button-chocobo.png') 6 10 12 6; | 164 -webkit-border-image: url('./images/app_promo_button.png') 6 10 12 6; |
| 165 } | 165 } |
| 166 | 166 |
| 167 .app .invisible { | 167 .app .invisible { |
| 168 visibility: hidden; | 168 visibility: hidden; |
| 169 } | 169 } |
| OLD | NEW |