BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_thumbnail.css
blob765d070e02aa81b5d4897d3ee9388df0ed8ed798
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 position: relative;
13 width: 100%;
16 a:focus {
17 outline: none; /* Remove outline from tabIndex = -1. */
20 div {
21 bottom: 24px;
22 margin: 0 7px;
23 overflow: hidden;
24 position: absolute;
25 text-align: center;
26 text-overflow: ellipsis;
27 white-space: nowrap;
28 width: 90%;
31 span.blocker {
32 display: inline-block;
33 height: 100%;
34 position: absolute;
35 width: 100%;
38 img.thumbnail {
39 height: auto;
40 min-height: 100%;
41 width: 100%;
44 img.large-icon {
45 -webkit-clip-path: inset(0 0 0 0 round 4px);
46 height: 48px;
47 left: 50%;
48 margin-left: -24px;
49 margin-top: -24px;
50 position: absolute;
51 top: 50%;
52 width: 48px;