16 lines
855 B
CSS
16 lines
855 B
CSS
.row.text-with-input .col {line-height: 32px;}
|
|
.only-pick-time thead th, .only-pick-time tfoot th {color: transparent !important;}
|
|
.checkbox-primary.checkbox-inline {display: inline-block !important;}
|
|
.checkbox-primary.checkbox-inline label {padding-left: 5px !important;}
|
|
.jktask-label {min-width: 50px; max-width: 300px; border-radius: 0px 4px 4px 0px;}
|
|
.input-group-addon {border-radius: 2px 0px 0px 2px !important;}
|
|
button.text-right {min-width: 100px; text-align: right;}
|
|
#server_chosen .chosen-single {border-right: 0px;}
|
|
#pipelineBox {width: 385px;}
|
|
#svnDirBox .input-group {width: unset !important;}
|
|
#jenkinsServerTR .input-group-addon {border-left-width: 0 !important;}
|
|
#jenkinsServerTR .dropdown {position: relative;}
|
|
#jenkinsServerTR .table-col:first-child {width: 375.5px;}
|
|
|
|
.chosen-container .chosen-drop{z-index: 1100;} /* from c20b7e7a5 */
|