github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/public/static/less/scheduler.less (about)

     1  .log-elt {
     2      margin-right:100px;
     3  }
     4  .stats-table {
     5  	margin-top:20px;
     6  }
     7  
     8  .table-fixed thead {
     9    width: 97%;
    10  }
    11  .table-fixed tbody {
    12    height: 230px;
    13    overflow-y: auto;
    14    width: 100%;
    15  }
    16  .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    17    display: block;
    18  }
    19  .table-fixed tbody td, .table-fixed thead > tr> th {
    20    float: left;
    21    border-bottom-width: 0;
    22  }