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 -webkit-transition: -webkit-transform 0.1s; | 9 -webkit-transition: -webkit-transform 0.1s; |
10 } | 10 } |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 color: #fff !important; | 111 color: #fff !important; |
112 display: inline-block; | 112 display: inline-block; |
113 font-size: 1.3em; | 113 font-size: 1.3em; |
114 font-weight: bold; | 114 font-weight: bold; |
115 padding: 2px 10px; | 115 padding: 2px 10px; |
116 text-align: center; | 116 text-align: center; |
117 text-decoration: none; | 117 text-decoration: none; |
118 white-space: nowrap; | 118 white-space: nowrap; |
119 -webkit-border-image: url('../ntp/g-button-chocobo.png') 6 10 12 6; | 119 -webkit-border-image: url('../ntp/g-button-chocobo.png') 6 10 12 6; |
120 } | 120 } |
121 | |
122 .apps-promo-hide { | |
123 font-size: 90%; | |
124 margin-top: 2px; | |
125 text-decoration: underline; | |
126 -webkit-margin-start: 5px; | |
127 } | |
OLD | NEW |