Fix results views
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/ba1cf973 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/ba1cf973 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/ba1cf973 Branch: refs/heads/master Commit: ba1cf97363a0597bd6e6512724a6a06faed95cb2 Parents: 5b236a1 Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 09:31:53 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 09:31:53 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/views/results.html | 4 ++-- ocw-ui/frontend-new/app/views/resultsdetail.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/ba1cf973/ocw-ui/frontend-new/app/views/results.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/views/results.html b/ocw-ui/frontend-new/app/views/results.html index a8f58af..7a170a0 100644 --- a/ocw-ui/frontend-new/app/views/results.html +++ b/ocw-ui/frontend-new/app/views/results.html @@ -1,5 +1,5 @@ <div class="row"> - <div class="span3"> + <div class="col-md-3"> <div id="results-sidebar" class="pa-sidebar well well-small"> <ul class="nav nav-list"> <li id="results-sidebar-header" class="nav-header">Latest Run Results</li> @@ -11,5 +11,5 @@ <div ui-view="menu"></div> </div> </div> - <div class="span9" ui-view ng-animate="{enter:'fade-enter'}"></div> + <div class="col-md-9" ui-view ng-animate="{enter:'fade-enter'}"></div> </div> http://git-wip-us.apache.org/repos/asf/climate/blob/ba1cf973/ocw-ui/frontend-new/app/views/resultsdetail.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/views/resultsdetail.html b/ocw-ui/frontend-new/app/views/resultsdetail.html index f2aab55..40a55a2 100644 --- a/ocw-ui/frontend-new/app/views/resultsdetail.html +++ b/ocw-ui/frontend-new/app/views/resultsdetail.html @@ -1,6 +1,6 @@ <div> <h2>{{result}}</h2> - <div class="row-fluid text-center"> + <div class="row text-center"> <div class="{{alertClass}}">{{alertMessage}}</div> <ul> <li ng-repeat="figure in figures">
