Center the navbar in the conf menu

master
Daniel Berteaud 11 years ago
parent e00e0f7605
commit e2cb0d41b5
  1. 18
      templates/default/join.html.ep

@ -94,15 +94,17 @@
</button> </button>
<ul class="dropdown-menu" role="menu" aria-labelledby="confMenuButton" id="confMenu"> <ul class="dropdown-menu" role="menu" aria-labelledby="confMenuButton" id="confMenu">
<li> <li>
<div class="navbar-form"> <center>
<div class="btn-group" data-toggle="buttons"> <div class="navbar-form">
<label class="btn btn-default<%= $locked eq 'checked' ? ' btn-danger':'' %> help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>"> <div class="btn-group" data-toggle="buttons">
<input type="checkbox" id="lockButton" <%= $locked %>> <label class="btn btn-default<%= $locked eq 'checked' ? ' btn-danger':'' %> help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>">
<span class="glyphicon glyphicon-lock"> <input type="checkbox" id="lockButton" <%= $locked %>>
</span> <span class="glyphicon glyphicon-lock">
</label> </span>
</label>
</div>
</div> </div>
</div> </center>
</li> </li>
<li class="divider"></li> <li class="divider"></li>
<li> <li>

Loading…
Cancel
Save