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

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

Issue 11445009: NTP5: Reuse insertion/removal animations for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Reuse insertion/removal animations for Apps Created 8 years 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/ntp_search/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) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 .apps-page .tile-cell { 5 .apps-page .tile-cell {
6 -webkit-margin-start: 22px; 6 -webkit-margin-start: 20px;
7 height: 70px;
7 margin-bottom: 12px; 8 margin-bottom: 12px;
9 width: 70px;
8 } 10 }
9 11
10 .apps-page .tile-cell:first-child { 12 .apps-page .tile-cell:first-child {
11 -webkit-margin-start: 0; 13 -webkit-margin-start: 0;
12 } 14 }
13 15
14 .apps-page .app { 16 .apps-page .app {
15 display: block; 17 display: block;
16 height: 70px; 18 height: 70px;
19 margin-top: 8px;
17 outline: none; 20 outline: none;
18 text-align: center; 21 text-align: center;
19 width: 70px; 22 width: 70px;
20 } 23 }
21 24
22 .apps-page .app .title { 25 .apps-page .app .title {
23 color: #777; 26 color: #777;
24 font-size: 0.9166em; 27 font-size: 0.9166em;
25 margin-top: 4px; 28 margin-top: 4px;
26 } 29 }
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 128
126 .app .invisible { 129 .app .invisible {
127 visibility: hidden; 130 visibility: hidden;
128 } 131 }
129 132
130 /* Move the notification lower on apps pages to account for the 16px of 133 /* Move the notification lower on apps pages to account for the 16px of
131 * transparency each app icon should have. */ 134 * transparency each app icon should have. */
132 .apps-page #notification-container { 135 .apps-page #notification-container {
133 bottom: 15px; 136 bottom: 15px;
134 } 137 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698