display:inline;
}
-input[type="number"] {
- width:4em !important;
+input.form-control[type="number"] {
+ width:4em;
padding:2px 0;
text-align:center;
}
input.action-scores {
margin:5px -7em 5px 0;
}
+table#symbolsTable input[type="number"] {
+ width:6em;
+ font-size:11px;
+}
/* history table */
.table-log {
.scorebar-spam {
background-color: rgba(240, 0, 0, 0.1);
- font-size:11px;
}
-
.scorebar-ham {
background: rgba(100, 230, 80, 0.1);
- font-size:11px;
}
+
/*btn-file for upload file button*/
.btn-file {
position: relative;
label_class = "scorebar-spam";
}
item.weight = "<input class=\"form-control input-sm mb-disabled " + label_class +
- "\" data-role=\"numerictextbox\" autocomplete=\"off\" \"type=\"number\" class=\"input\" min=\"" +
+ "\" data-role=\"numerictextbox\" autocomplete=\"off\" type=\"number\" class=\"input\" min=\"" +
min + "\" max=\"" +
max + "\" step=\"" + decimalStep(item.weight) +
"\" tabindex=\"1\" value=\"" + Number(item.weight).toFixed(3) +