Browse Source

increased width of .navbar-offline

localized strings may be longer and would wrap outerwise, hence added a
bit more room
master
Roman Anasal 10 years ago
parent
commit
c695493eb7
  1. 2
      app/css/app.css

2
app/css/app.css

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

Loading…
Cancel
Save