Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: chrome/browser/resources/ntp4/apps_page.css

Issue 8036002: ntp: remove ntp3 resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698