Home | History | Annotate | Download | only in local_ntp
      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%;
      8 }
      9 
     10 a {
     11   height: 100%;
     12   width: 100%;
     13 }
     14 
     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%;
     24 }
     25 
     26 img,
     27 .shadow {
     28   border-radius: 2px;
     29   height: 100%;
     30   width: 100%;
     31 }
     32 
     33 .shadow {
     34   box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
     35   position: absolute;
     36 }