Skip to content

Commit

Permalink
quick fix useless scroll in hedear left panel
Browse files Browse the repository at this point in the history
  • Loading branch information
romfabbro committed Jan 12, 2017
1 parent 6b9b19f commit fa19f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Front/app/modules/objects/manager.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div class="col-xs-8 full-height dark no-padding">
<div class="toolbar top">
<legend class="text-right">Total <%= label %> : <span class="js-total-records"></span></legend>
<legend class="pull-left text-right">Total <%= label %> : <span class="js-total-records"></span></legend>
<div class="clearfix pull-right">
<select class="js-page-size form-control">
<option value="" disabled selected>rows per page</option>
Expand Down
4 changes: 2 additions & 2 deletions Front/app/modules/stations/protocols/protocol.tpl.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="toolbar top">
<legend><%= Name %></legend>
<legend class="pull-left"><%= Name %></legend>
<div class="pull-right">
<% if (obs.length > 1) { %>
<span class="btn text-center switcher pull-left">
Expand All @@ -16,4 +16,4 @@
</div>
</div>

<div class="js-rg-observation crop1 osbservations-container"></div>
<div class="js-rg-observation crop1 osbservations-container"></div>

0 comments on commit fa19f54

Please sign in to comment.