blob: 36942c69735c6cb95a0d4ec01f3ce7ad9f452bbe [file] [log] [blame]
/* 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;
}