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

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

Issue 8344013: remove ntp3 resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp/ntp_pin_on_p.png ('k') | chrome/browser/resources/ntp4/images/app_promo_button.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698