v 1.3.0 - i18n

This commit is contained in:
Wruczek
2016-07-25 16:14:04 +02:00
parent d084b8a1e2
commit b2aaff63a2
22 changed files with 278 additions and 88 deletions

1
css/flags/famfamfam-flags.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -60,3 +60,7 @@
margin-top: 14.5px;
margin-bottom: 14.5px;
}
.navbar .dropdown-menu>li>a {
font-size: 14px;
}

View File

@ -40,6 +40,10 @@ a {
float: right
}
.serverstatus .fa {
margin: 0;
}
.serverstatus span {
float: right
}

View File

@ -13,7 +13,7 @@ body {
}
.navbar-default {
background-color: #004449 !important;
background-color: #055157 !important;
}
.btn-dark {
@ -197,7 +197,7 @@ fieldset[disabled] .btn-link:focus {
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
background-color: #004449
background-color: #083d48
}
.navbar-default .navbar-nav>.active>a,