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

     1  #buildvariants, #tasks{
     2  	list-style:none;
     3  }
     4  
     5  #buildvariants > li {
     6  	float:left;
     7  	width:40%;
     8  }
     9  
    10  #tasks > li {
    11  	float:left;
    12  	width:50%;
    13  }
    14  
    15  .config-heading{
    16  	margin-top:2px;
    17  	margin-bottom:2px;
    18  	display:inline-block;
    19  }
    20  
    21  .highlight-wrapper {
    22    margin-left: 5px;
    23    margin-right: 5px;
    24    margin-top: 2px;
    25  }
    26  
    27  .highlight-bg-no-border {
    28    background-color: #fcf0c6;
    29  }
    30  
    31  .instructions {
    32    padding:120px;
    33    width: 100%;
    34    font-size:2em;
    35    text-align:center;
    36  }
    37  
    38  .patch-content {
    39      position: absolute;
    40      top: 50px;
    41      bottom: 0;
    42      right: 0;
    43      left: 315px;
    44      padding: 0 15px;
    45      overflow-x: hidden;
    46      overflow-y: scroll;
    47  }
    48  
    49  .variants-drawer {
    50    width:300px;
    51    position: absolute;
    52    top: 60px;
    53    bottom: 10px;
    54    overflow-x: hidden;
    55    overflow-y: hidden;
    56    position:absolute;
    57  }
    58  
    59  .variants-list-panel {
    60    width:100%;
    61    top:0px;
    62    bottom:0px;
    63    position:absolute;
    64    overflow-y:scroll;
    65  }
    66  
    67  
    68  .variant-item {
    69    cursor:default;
    70  }
    71  
    72  .change-all{
    73  	cursor:pointer;
    74  }
    75  
    76  .already-scheduled{ 
    77    margin-top:20px;
    78  	padding:0px;
    79  	padding-left:5px;
    80  	padding-right:5px;
    81  }
    82  
    83  .task-name {
    84    label{
    85      overflow-x: hidden;
    86      text-overflow:ellipsis;
    87      width:100%;
    88      white-space:nowrap;
    89    }
    90  }