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

     1  textarea {
     2  	background-position: bottom right;
     3  	background-repeat: no-repeat;
     4  	border: 3px solid #cccccc;
     5  	class: "form-control";
     6  	font-size: 13px;
     7  	height: 120px;
     8  	margin-left: 10px;
     9  	padding: 5px;
    10  	width: 500px;
    11  }
    12  #host-info-elements {
    13  	i {
    14  		margin-right: 5px;
    15  	}
    16  	td {
    17  		min-width: 51px;
    18  	}
    19  	cursor: pointer
    20  }
    21  #hosts-info {
    22  	margin-bottom: 20px;
    23  	max-height: 600px;
    24  	min-height: 300px;
    25  	overflow: auto;
    26  }
    27  .entry {
    28    font-size:1.1em;
    29    margin-bottom:8px;
    30  }
    31  .entry span {
    32  	float: right;
    33  }
    34  .invalid {
    35  	margin-left: 15px;
    36  	font-size: 14px;
    37  	color: @failed-text;
    38  }
    39  .expire-row {
    40  	padding-bottom: 25px;
    41  	padding-left: 15px;
    42  }
    43  .expire-button {
    44  	margin-right: 15px;
    45  }
    46  .expire-dropdown {
    47  	position: absolute;
    48  	top: 90%;
    49  	left: 30px;
    50  	max-width: 270px;
    51  }
    52  .no-word-wrap {
    53  	white-space: nowrap;
    54  }
    55  .spawn-task-options{
    56    margin-top:5px;
    57    margin-bottom:15px;
    58    margin-left:10px;
    59  }