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   position: relative;
     13   width: 100%;
     14 }
     15 
     16 a:focus {
     17   outline: none;  /* Remove outline from tabIndex = -1. */
     18 }
     19 
     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%;
     29 }
     30 
     31 span.blocker {
     32   display: inline-block;
     33   height: 100%;
     34   position: absolute;
     35   width: 100%;
     36 }
     37 
     38 img {
     39   height: auto;
     40   min-height: 100%;
     41   width: 100%;
     42 }
     43