diff --git a/client/cat3/src/partials/global.scss b/client/cat3/src/partials/global.scss index ae90d53f0..7f0e078a3 100644 --- a/client/cat3/src/partials/global.scss +++ b/client/cat3/src/partials/global.scss @@ -90,7 +90,7 @@ $imagePath : "../../../../../../cat3/images"; #section-name { font-size: 14px; font-weight: bold; - padding: 10px 0; + padding: 0; .menu-icon { float: left; @@ -115,7 +115,6 @@ $imagePath : "../../../../../../cat3/images"; #breadcrumb-nav { ul { margin: 0px; - padding: 10px 0; li { list-style: none; display: inline; @@ -649,7 +648,7 @@ option.script { background: #fcfcfc; border-bottom-width: 1px; @include theme-border-color; - min-height: 40px !important; + height: 40px; padding: 5px 15px; position:relative; z-index:3; diff --git a/client/cat3/src/partials/sections/dashboard/design/aDesignCtrl.js b/client/cat3/src/partials/sections/dashboard/design/aDesignCtrl.js index faeab2b81..9f0d7008b 100644 --- a/client/cat3/src/partials/sections/dashboard/design/aDesignCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/design/aDesignCtrl.js @@ -68,6 +68,7 @@ }]) .controller('designCtrl',['$scope','$rootScope','$state','genericServices', function ($scope,$rootScope,$state,genericServices) { var design= this; + $scope.isTreeOpen = false; $rootScope.state = $state; design.providersList= function () { var params = { diff --git a/client/cat3/src/partials/sections/dashboard/design/design.html b/client/cat3/src/partials/sections/dashboard/design/design.html index f04f89aed..5a29c5f4f 100644 --- a/client/cat3/src/partials/sections/dashboard/design/design.html +++ b/client/cat3/src/partials/sections/dashboard/design/design.html @@ -8,11 +8,11 @@