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

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

Issue 8008005: [ntp4] Create app tiles using template data. (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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 border-radius: 5px; 52 border-radius: 5px;
53 display: -webkit-box; 53 display: -webkit-box;
54 margin-left: auto; 54 margin-left: auto;
55 margin-right: auto; 55 margin-right: auto;
56 position: relative; 56 position: relative;
57 vertical-align: middle; 57 vertical-align: middle;
58 -webkit-box-align: center; 58 -webkit-box-align: center;
59 -webkit-box-pack: center; 59 -webkit-box-pack: center;
60 } 60 }
61 61
62 .app-icon-div .app-img-container {
63 bottom: 10px;
64 left: 10px;
65 position: absolute;
66 }
67
62 .app-icon-div .color-stripe { 68 .app-icon-div .color-stripe {
63 border-bottom-left-radius: 5px 5px; 69 border-bottom-left-radius: 5px 5px;
64 border-bottom-right-radius: 5px 5px; 70 border-bottom-right-radius: 5px 5px;
65 bottom: 0px; 71 bottom: 0px;
66 height: 3px; 72 height: 3px;
67 opacity: 1.0; 73 opacity: 1.0;
68 position: absolute; 74 position: absolute;
69 width: 100%; 75 width: 100%;
70 z-index: 100; 76 z-index: 100;
71 } 77 }
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 padding: 2px 10px; 161 padding: 2px 10px;
156 text-align: center; 162 text-align: center;
157 text-decoration: none; 163 text-decoration: none;
158 white-space: nowrap; 164 white-space: nowrap;
159 -webkit-border-image: url('../ntp/g-button-chocobo.png') 6 10 12 6; 165 -webkit-border-image: url('../ntp/g-button-chocobo.png') 6 10 12 6;
160 } 166 }
161 167
162 .app .invisible { 168 .app .invisible {
163 visibility: hidden; 169 visibility: hidden;
164 } 170 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698