2.0 Styling changes

Removed breadcrumbs from lists. Removed breadcrumbs from job tab. Added some space to top of jobs tab content. Fixed auto-sizing on jobs page.
This commit is contained in:
Chris Houseknecht
2014-06-24 13:25:39 -04:00
parent 09f42399e5
commit f78197970e
6 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ function JobStdoutController ($log, $rootScope, $scope, $compile, $routeParams,
function resizeToFit() {
available_height = $(window).height() - $('#main-menu-container .navbar').outerHeight() - $('#job-status').outerHeight() -
$('#breadcrumb-container').outerHeight() - 20;
$('#breadcrumb-container').outerHeight() - 30;
$('#pre-container').height(available_height);
$('#pre-container').mCustomScrollbar("update");
}