cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_thumbnail.css
blob36942c69735c6cb95a0d4ec01f3ce7ad9f452bbe
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4 body {
5 height: 100%;
6 position: absolute;
7 width: 100%;
10 a {
11 height: 100%;
12 width: 100%;
15 div {
16 bottom: 24px;
17 margin: 0 7px;
18 overflow: hidden;
19 position: absolute;
20 text-align: center;
21 text-overflow: ellipsis;
22 white-space: nowrap;
23 width: 90%;
26 img,
27 .shadow {
28 border-radius: 2px;
29 height: 100%;
30 width: 100%;
33 .shadow {
34 box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
35 position: absolute;