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

Loading…
Cancel
Save