Frontend: All number inputs are now right-aligned

This commit is contained in:
Gina Häußge 2015-06-09 10:51:59 +02:00
parent d43ead5b34
commit f00c8bba33
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -993,3 +993,6 @@ textarea.block {
border-color: #b94a48;
}
input[type=number] {
text-align: right;
}