OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |