summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/local_ntp/most_visited_thumbnail.css
blob: 36942c69735c6cb95a0d4ec01f3ce7ad9f452bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */
body {
  height: 100%;
  position: absolute;
  width: 100%;
}

a {
  height: 100%;
  width: 100%;
}

div {
  bottom: 24px;
  margin: 0 7px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

img,
.shadow {
  border-radius: 2px;
  height: 100%;
  width: 100%;
}

.shadow {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
  position: absolute;
}