Skip to content

Commit

Permalink
Adjusting width of dashboard view controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 4, 2015
1 parent 5f62a1f commit c9b7c5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions panoramix/templates/panoramix/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
{% block content_fluid %}
<div class="dashboard">
<div class="title">
<div class="row">
<div class="col-md-1 text-left"></div>
<div class="col-md-10 text-middle">
<div class="text-middle">
<h2>
{{ dashboard.dashboard_title }}
<div class="btn-group pull-right" role="group" >
Expand All @@ -31,9 +29,6 @@ <h2>
</div>
</h2>
</div>
<div class="col-md-1 text-right">
</div>
</div>
</div>
<div class="gridster content_fluid">
<ul>
Expand Down

0 comments on commit c9b7c5d

Please sign in to comment.