Skip to content

Commit

Permalink
Align dashboard title
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 11, 2015
1 parent 1fe1549 commit 65c1c42
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions panoramix/templates/panoramix/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ <h4 class="modal-title" id="myModalLabel">Dashboard CSS</h4>
</div>

<div class="title">
<div class="text-middle">
<h2>
{{ dashboard.dashboard_title }}
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<h2>
{{ dashboard.dashboard_title }}
</h2>
</div>
<div class="col-md-2">
<div class="btn-group pull-right" role="group" >
<button type="button" id="css" class="btn btn-default" data-toggle="modal" data-target="#css_modal">
<i class="fa fa-code"></i>
Expand All @@ -64,7 +69,7 @@ <h2>
<i class="fa fa-save"></i>
</button>
</div>
</h2>
</div>
</div>
</div>
<div class="gridster content_fluid">
Expand Down

0 comments on commit 65c1c42

Please sign in to comment.