diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index da9697c408..8e60fd8b56 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -15,6 +15,7 @@ .get-help-yellow:hover { color: #B38942; cursor: pointer; } .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } .get-help-red:hover { color: #943A38; cursor: pointer; } +.build-form .get-help { margin-left: 5px; } .manual { margin: 11px 15px;} .heading-help { font-size: 14px; } @@ -157,6 +158,7 @@ input.huge { font-size: 17.5px; padding: 11px 19px; } .build-form .input-append { margin-bottom: 0px; } .build-form .btn-large { padding: 11px 35px; } .build-form p { font-size:17.5px ;margin:12px 0 0 10px;} +#layer-container form, #target-container form { margin-bottom: 0px; } .btn-primary .icon-question-sign, .btn-danger .icon-question-sign { color: #fff; } .btn-primary .icon-question-sign:hover, .btn-danger .icon-question-sign:hover { color: #999; } a code { color: #0088CC; } diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js index 356b92fc5a..f0569de04d 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js @@ -477,13 +477,13 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc var oldLayers = []; switch(elementid) { case '#select-machine': - alertText = "You have changed the machine to: " + $scope.machineName + ""; + alertText = "You have changed the machine to: " + $scope.machineName + ""; alertZone = $scope.zone2alerts; data['machineName'] = $scope.machineName; break; case '#change-project-name': data['projectName'] = $scope.projectName; - alertText = "You have changed the project name to: " + $scope.projectName + ""; + alertText = "You have changed the project name to: " + $scope.projectName + ""; alertZone = $scope.zone3alerts; break; case '#change-project-version': diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index a8f2d6ad4f..38863a3ac6 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -88,15 +88,15 @@ vim: expandtab tabstop=2