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

     1  .highlight-build-marker {
     2      margin-right: 0.25em;
     3  }
     4  
     5  .space-right {
     6      margin-right: 0.25em;
     7  }
     8  
     9  .build-small {
    10      padding-top: 10px;
    11      padding-bottom: 10px;
    12  
    13      &.active {
    14          background: fade(@yellow, 15%);
    15      }
    16  }
    17  
    18  .build-small .label {
    19      position: relative;
    20      top: -2px;
    21  }
    22  
    23  .build-small .progress {
    24      margin-bottom: 0px;
    25  }
    26  
    27  .build-small h2 {
    28      margin-left: 0px;
    29      padding-left: 15px;
    30      margin-top: -10px;
    31      padding-top: 15px;
    32      padding-bottom: 15px;
    33      background-color: #f0f0f0;
    34  }
    35  
    36  .task-panel .progress {
    37      margin-bottom: 0px;
    38  }
    39  
    40  .add-tag-wrapper {
    41      padding: 5px 10px 5px 0px;
    42  }
    43  
    44  .annotation-list {
    45      .no-decoration;
    46      li {
    47          margin: 10px 0px;
    48      }    
    49  }
    50  
    51  #blame-list {
    52      .annotation-list;
    53  }
    54  
    55  #build-activated {
    56      margin-top: 15px;
    57  }
    58  
    59  #build-blames {
    60      .tags-section;
    61  }
    62  
    63  #build-fields {
    64      margin-top: 15px;
    65      line-height: 2;
    66      overflow: hidden;
    67  }
    68  
    69  #build-info-elements {
    70      margin-top: 12px;
    71      font-size: 16px;
    72  
    73      i {
    74          margin-right: 10px;
    75      }
    76  
    77  	tr {
    78  		margin-bottom:3px;
    79  	}
    80  	th {
    81  		padding-right:10px;
    82  	}
    83  }
    84  
    85  #build-priority {
    86      margin-top: 15px;
    87  }
    88  
    89  #build-result {
    90      width: 60%;
    91      color: #000;
    92      font-size: 18px;
    93  }
    94  
    95  #build-tags {
    96      .tags-section;
    97  }
    98  
    99  
   100  #change-priority {
   101      margin-bottom: 3px;
   102  }
   103  
   104  #pick-priority {
   105      width: 30px;
   106      margin: 5px 5px 8px 5px;
   107  }
   108  
   109  #prep-task-header {
   110      margin-top: 3px;
   111  }
   112  
   113  #tag-list {
   114      .annotation-list;
   115  }
   116   
   117  .tags-section {
   118      line-height: 2;
   119      margin-top: 15px;
   120      overflow: hidden;
   121  }
   122  
   123  .task-item {
   124      margin-bottom: 8px;
   125      &:hover {
   126          .div-link;
   127      }
   128  }
   129  
   130  #tasks-list {
   131      .no-decoration;
   132      padding: 0px;
   133  }
   134  
   135  .files-panel{
   136    tbody{
   137      border: none !important;
   138    }
   139    .file-name{
   140      min-width: 120px;
   141    }
   142    .file-link{
   143      word-break: break-all;
   144      font-family: monospace;
   145    }
   146    .panel-body{
   147      padding-top:0;
   148    }
   149    .build-files-list{
   150      margin-bottom:15px;
   151      h4 {
   152        padding-bottom:2px;
   153      }
   154    }
   155    .build-files-sublist{
   156      margin-left:30px;
   157      margin-bottom:0px;
   158      white-space:nowrap;
   159      text-overflow:ellipsis;
   160      overflow:hidden;
   161      ul {
   162        margin-bottom:0px;
   163      }
   164      li {
   165        margin-bottom:2px;
   166      }
   167    }
   168  }