Home | History | Annotate | Download | only in resources
      1 body {
      2   margin: 20px;
      3 }
      4 
      5 h1 {
      6   -webkit-padding-start: 75px;
      7   /* TODO(stuartmorgan): Get real art for this image */
      8   background-image: url('../../app/theme/sadtab.png');
      9   background-position: left;
     10   background-repeat: no-repeat;
     11   font-size: 156%;
     12   font-weight: bold;
     13   margin: 0;
     14   padding-bottom: 20px;
     15   padding-top: 20px;
     16 }
     17 
     18 html[dir=rtl] h1 {
     19   background-position: right;
     20 }
     21 
     22 #countBanner {
     23   background-color: #ebeffa;
     24   border: 1px solid #bbb;
     25   border-radius: 2px;
     26   font-size: 100%;
     27   padding: 4px;
     28 }
     29 
     30 #crashList h3 {
     31   font-size: 100%;
     32 }
     33 
     34 #crashList > div > * {
     35   margin: 0.75em 0;
     36 }
     37 
     38 #crashList a:visited {
     39   color: #666;
     40 }
     41 
     42 #crashList > div:not(:last-child) {
     43   border-bottom: 1px solid #bbb;
     44 }
     45 
     46 #disabledMode h2 {
     47   color: #8d332a;
     48   font-size: 125%;
     49 }
     50