increased width of .navbar-offline

localized strings may be longer and would wrap outerwise, hence added a
bit more room
This commit is contained in:
Roman Anasal 2014-09-13 15:04:19 +02:00
parent 845d57a512
commit c695493eb7

View File

@ -219,7 +219,7 @@ input[type="number"] {
float: left;
}
.navbar-offline {
max-width: 250px;
max-width: 400px;
margin: 0 auto;
float: none;
}