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

     1  .host-type-icon {
     2  	display: inline-block;
     3  	float: left;
     4  	padding-right: 5px;
     5  	
     6      img {
     7  		-webkit-user-select: none;
     8  		-khtml-user-select: none;
     9  		-moz-user-select: none;
    10  		-o-user-select: none;
    11  		user-select: none;
    12  	}
    13  }
    14  .hosts-dropdown {
    15      position: absolute;
    16      top: 55px;
    17      left: 20px;
    18      max-width: 270px;
    19  }
    20  .host-button {
    21      margin-right: 15px;
    22  }
    23  .hosts-select-all {
    24      white-space: nowrap;
    25  }