Skip to content

Commit

Permalink
gh #220 fixed layout bug (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
forkch committed Jul 29, 2014
1 parent c63dc36 commit 3e186ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scenarioo-client/app/views/scenario.html
Expand Up @@ -29,11 +29,13 @@ <h2 class="sc-pageTitle">{{scenario.description}}</h2>
</div>
<div class="col-lg-9">
<div class="row pull-right">
<div class="col-lg-6">
<button type="button" class="btn btn-default" id="expandAllPages" ng-show="isExpandAllPossible()" ng-click="expandAll()">expand all</button>
<button type="button" class="btn btn-default" id="collapseAllPages" ng-show="isCollapseAllPossible()" ng-click="collapseAll()">collapse all</button>
<div class="col-lg-8">
<div>
<button type="button" class="btn btn-default" id="expandAllPages" ng-show="isExpandAllPossible()" ng-click="expandAll()">expand all</button>
<button type="button" class="btn btn-default" id="collapseAllPages" ng-show="isCollapseAllPossible()" ng-click="collapseAll()">collapse all</button>
</div>
</div>
<sc-show-hide-details-button class="col-lg-6 " linking-variable="scenarioShowMetadata" local-storage-key="scenario" ></sc-show-hide-details-button>
<sc-show-hide-details-button class="col-lg-4" linking-variable="scenarioShowMetadata" local-storage-key="scenario" ></sc-show-hide-details-button>
</div>
</div>
</div>
Expand Down

0 comments on commit 3e186ab

Please sign in to comment.