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