Tablet modal and comparison layout fixes

This commit is contained in:
Colin McLeod
2015-05-20 01:04:11 -07:00
parent 05d623ba58
commit 2964bb79f8
3 changed files with 14 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
<div class="modal" ui-view="modal-content" ng-click="$event.stopPropagation()">
<h3>Select Builds to Compare</h3>
<div id="build-select">
<table class="l">
<table>
<thead><tr><th colspan="2">Available</th></tr></thead>
<tbody>
<tr ng-repeat="b in unusedBuilds | orderBy:'[0]'" ng-click="addBuild(b.id, b.buildName)">
@@ -53,8 +53,8 @@
</tr>
</tbody>
</table>
<h1 class="l"></h1>
<table class="l">
<h1></h1>
<table>
<tbody>
<thead><tr><th colspan="2">Added</th></tr></thead>
<tr ng-repeat="b in builds | orderBy:'name'" ng-click="removeBuild(b.id, b.buildName)">