background: rgba(100, 230, 80, 0.1) !important;
}
-input.radio {
- margin: 0 !important;
- height: initial;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
-}
-
.glyphicon-ok {
color: #468847;
}
items.push({
idx: idx,
html: "<div class=\"form-group\">" +
- "<label class=\"control-label col-md-2 float-left\">" + label + "</label>" +
+ "<label class=\"col-form-label col-md-2 float-left\">" + label + "</label>" +
"<div class=\"controls slider-controls col-md-10\">" +
"<input class=\"action-scores form-control\" data-id=\"action\" type=\"number\" value=\"" + item.value + "\">" +
"</div>" +
}
$("#" + item.map).remove();
- $("<form id=\"" + item.map + "\" class=\"form-horizontal form-map\" style=\"display:none\"" +
+ $("<form id=\"" + item.map + "\" style=\"display:none\"" +
" data-type=\"map\" action=\"savemap\" method=\"post\">" +
"<textarea class=\"list-textarea\"" + disabled + ">" + text +
"</textarea>" +
}
$("#clusterTable tbody").append("<tr class=\"" + row_class + "\">" +
- "<td><input type=\"radio\" class=\"form-control radio\" name=\"clusterName\" value=\"" + key + "\"></td>" +
+ "<td class=\"align-middle\"><input type=\"radio\" class=\"form-check m-auto\" name=\"clusterName\" value=\"" + key + "\"></td>" +
"<td>" + key + "</td>" +
"<td>" + val.host + "</td>" +
"<td class=\"text-center\"><span class=\"icon\"><i class=\"" + glyph_status + "\"></i></span></td>" +