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

     1  .task-history-gridtable {
     2    .top-header-row.locked {
     3      margin-left: 250px;
     4      padding-left: 58px;
     5      width: 590px;
     6    }
     7    .tablerow {
     8      .header {
     9        .revision-date {
    10            float: right;
    11            text-align: right;
    12            width: 200px;
    13            font-size: .8em;
    14            color: #888;
    15            text-overflow: ellipsis;
    16            overflow: hidden;
    17        }
    18        a {
    19            font-size:.8em;
    20            overflow-x: hide;
    21            text-overflow:ellipsis;
    22            width:100%;
    23            display:inline-block
    24        }
    25      }
    26    }
    27  }
    28  .revision {
    29    font-family: monospace;
    30  }
    31  .revision-date {
    32    margin-bottom: 10px;
    33  }
    34  .revision-msg {
    35    margin-bottom: 10px;
    36  }
    37  .filter-table {
    38    position: fixed;
    39    top: 80px;
    40    right: 5px;
    41    background-color: white;
    42    width: 260px;
    43    border: 1px solid #ddd;
    44    padding: 10px;
    45  }
    46  
    47  .autocomplete-container {
    48    position: absolute;
    49    border-top: 1px solid #666;
    50  }
    51  
    52  .autocomplete-element {
    53    background-color: #ddd;
    54    border-bottom: 1px solid #666;
    55    cursor: pointer;
    56  }
    57  
    58  .filter-atom {
    59    background-color: #ddd;
    60    border-radius: 3px;
    61    padding: 3px;
    62    margin-top: 3px;
    63    margin-bottom: 3px;
    64  }
    65  
    66  .transparent {
    67    opacity: 0;
    68  }
    69  
    70  .semi-transparent {
    71    opacity: 0.33;
    72  }
    73  
    74  .full-opacity {
    75    opacity: 1;
    76  }
    77  
    78  .task-doesnt-match {
    79    border: 4px solid white;
    80  }
    81  
    82  .highlight-column {
    83    border-left: 1px solid #ddd;
    84    border-right: 1px solid #ddd;
    85  }
    86  
    87  .task-history-cell-wrapper {
    88    height: 56px !important;
    89    width: 21px !important;
    90    margin-right: 1px !important;
    91    float: left !important;
    92  }
    93  
    94  .task-history-title-header {
    95    position: fixed;
    96    z-index:1000;
    97    top: 75px;
    98    text-align: center;
    99    border: 1px dotted #666;
   100    width: 210px;
   101    padding: 5px;
   102    overflow-x: hidden;
   103  }
   104  
   105  .task-history-divider-line {
   106    position: relative;
   107    width: 100%;
   108    height: 5px;
   109    top: 8px;
   110    background-color: #bbbbbb;
   111    margin-bottom: -5px;
   112    border-radius: 2px;
   113  }
   114  
   115  .task-history-inactive-count-wrapper {
   116    position: relative;
   117    width: 50%;
   118    background-color: white;
   119    display: inline-block;
   120  }