Skip to content

Commit

Permalink
Align download as buttons on smaller screens (#5152)
Browse files Browse the repository at this point in the history
* Align download as buttons on smaller screens

* Update _range.html.erb
  • Loading branch information
karunagoyalk authored and jywarren committed Mar 18, 2019
1 parent c402103 commit 147a3c2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/views/stats/_range.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<% if current_user && (current_user.role == "admin") %>

&emsp;&emsp;
&emsp;&emsp;
<div class="row">
<div class="col-md-4 col-md-offset-1">
<div class="btn-group">
<button type="button" class="btn btn-lg btn-default">
<i class="fa fa-cloud-download" style="color:blue"> </i>
Expand Down Expand Up @@ -61,9 +61,9 @@
</li>
</ul>
</div>
&emsp;&emsp;
&emsp;&emsp;
&emsp;&emsp;
</div>
&emsp;
<div class="col-md-3">
<div class="btn-group">
<button type="button" class="btn btn-lg btn-default">
<i class="fa fa-cloud-download" style="color:purple"> </i>
Expand Down Expand Up @@ -92,6 +92,8 @@
</li>
</ul>
</div>
</div>
</div>
<br><br> <br>
<% end %>
<div class="row">
Expand Down

0 comments on commit 147a3c2

Please sign in to comment.