diff --git a/build/css/main.css b/build/css/main.css index 0d7166b0..1d29458c 100644 --- a/build/css/main.css +++ b/build/css/main.css @@ -5979,5 +5979,8 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0; } .section-header { - padding: 5px; + padding: 5px 8px; font-size: 15px; } + .section-header > .btn { + padding-left: 3px; + padding-right: 3px; } diff --git a/lib/browser/app.js b/lib/browser/app.js index 42f60ecd..897345c2 100644 --- a/lib/browser/app.js +++ b/lib/browser/app.js @@ -195,8 +195,6 @@ app.controller('AppController', function( }); }; - - this.open = shell.openExternal; }); app.controller('SettingsController', function(SettingsService) { @@ -205,6 +203,7 @@ app.controller('SettingsController', function(SettingsService) { app.controller('NavigationController', function($state) { this.isState = $state.is; + this.open = shell.openExternal; }); app.controller('FinishController', function($state, SelectionStateService, SettingsService) { diff --git a/lib/index.html b/lib/index.html index 63ad39fe..1cc61087 100644 --- a/lib/index.html +++ b/lib/index.html @@ -26,6 +26,10 @@