testing/mochitest/static/harness.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 body   {
     2   margin: 0;
     3   padding: 0;
     4   font-family: Verdana, Helvetica, Arial, sans-serif;
     5   font-size: 11px;
     6   background-color: #fff;
     7 }
     9 #xulharness {
    10   position: fixed; 
    11   top: 30px;
    12   bottom: 0;
    13   right: 0px;
    14   left: 0px;
    15   overflow:auto;
    16 }
    18 th, td {
    19   font-family: Verdana, Helvetica, Arial, sans-serif;
    20   font-size: 11px;
    21   padding-left: .2em;
    22   padding-right: .2em;
    23   text-align: left;
    24   height: 15px;
    25   margin: 0;
    26 }
    28 li, li.test, li.dir {
    29   padding: 0;
    30   line-height: 15px;
    31 }
    33 ul { 
    34   list-style: none;
    35   margin: 0;
    36   margin-left: 1em;
    37   padding: 0;
    38   border: none;
    39 }
    41 ul.top { 
    42   padding: 0;
    43   padding-left: 1em;
    44 }
    46 table#test-table {
    47   background: #f6f6f6;
    48   margin-left: 1em;
    49   padding: 0;
    50 }
    52 div.container {
    53   margin: 1em;
    54 }
    56 a#runtests, a {
    57   color: #3333cc;
    58 }
    60 li.non-test a { 
    61   color: #999999;
    62 }
    64 small a {
    65   color: #000;
    66 }
    68 .clear { clear: both;}
    69 .invisible { display: none;}
    71 div.status {
    72   min-height: 170px;
    73   width: 100%;
    74   border: 1px solid #666;
    75 }
    76 div.frameholder {
    77   min-height: 170px;
    78   min-width: 500px;
    79   background-color: #ffffff;
    80 }
    82 div#current-test {
    83   margin-top: 1em;
    84   margin-bottom: 1em;
    85 }
    87 #indicator {
    88   color: white;
    89   background-color: green;
    90   padding: .5em;
    91   margin: 0;
    92 }
    94 #pass, #fail {
    95   margin: 0;
    96   padding: .5em;
    97 }

mercurial