Commit 766b4598 authored by Boris Kocherov's avatar Boris Kocherov

align right for input[type=number]

parent b69a38c9
......@@ -1746,6 +1746,9 @@ fieldset > .jsonformfield {
color: #E82525;
font-weight: 600;
}
.jsonformfield input[type=number] {
text-align:right;
}
/**********************************************
* Icons
**********************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment