From 923e18b2b997f0dee4e4940b60dff2dff7c0be1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 20 Feb 2015 11:27:57 +0100 Subject: [PATCH] Small design change for the submenu (templating, annotations), #1503 --- src/app/directives/templateParamSelector.js | 2 +- src/app/partials/submenu.html | 6 ++++- src/css/less/submenu.less | 4 +++ src/css/less/tightform.less | 27 ++++++++++++++------- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/src/app/directives/templateParamSelector.js b/src/app/directives/templateParamSelector.js index 5ff6eaa0038..8a09e814f28 100644 --- a/src/app/directives/templateParamSelector.js +++ b/src/app/directives/templateParamSelector.js @@ -14,7 +14,7 @@ function (angular, app, _, $) { ' class="tight-form-clear-input input-medium"' + ' spellcheck="false" style="display:none">'; - var buttonTemplate = '{{variable.current.text}}'; + var buttonTemplate = '{{variable.current.text}} '; return { link: function($scope, elem) { diff --git a/src/app/partials/submenu.html b/src/app/partials/submenu.html index f6e4b90f477..b822d576523 100644 --- a/src/app/partials/submenu.html +++ b/src/app/partials/submenu.html @@ -1,7 +1,10 @@