Changed OS's names to icons in server status

That fixes a problem with long translation names pushing the labels with long version and OS name.
For example: "3.0.12.4 on Linux" will work fine while "3.0.12.4 on Windows" will be pushed to the new line due to a long text in label
This commit is contained in:
Wruczek
2017-01-20 03:03:27 +01:00
parent 27cfeb54e8
commit 95a802b56f
2 changed files with 20 additions and 4 deletions

View File

@ -36,7 +36,7 @@ p, a {
/* STATUS */
/* ****** */
.serverstatus p {
.serverstatus p, .serverstatus .label .fa {
margin: 0
}