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

align right for input[type=number]

parent b69a38c9
...@@ -1746,6 +1746,9 @@ fieldset > .jsonformfield { ...@@ -1746,6 +1746,9 @@ fieldset > .jsonformfield {
color: #E82525; color: #E82525;
font-weight: 600; font-weight: 600;
} }
.jsonformfield input[type=number] {
text-align:right;
}
/********************************************** /**********************************************
* Icons * 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