From efc200878329bfc4e97c1ed78320b26884e9cf05 Mon Sep 17 00:00:00 2001 From: arknu Date: Wed, 29 Oct 2014 12:58:38 +0100 Subject: [PATCH] U4-5638: Replace style with ng-style to ensure styling is applied in IE --- .../views/propertyeditors/grid/grid.prevalues.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html index 43b021eef5..41583b83b6 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html @@ -18,7 +18,7 @@
+ ng-style="{width: percentage(section.grid) + '%'}">
@@ -61,12 +61,12 @@ ng-class="{last:$last, selected:section==currentSection}" ng-repeat="section in currentTemplate.sections" ng-click="configureSection(section, currentTemplate)" - style="width:{{ percentage(section.grid) }}%"> + ng-style="{width: percentage(section.grid) + '%'}"> + ng-style="{width: percentage(availableTemplateSpace) + '%'}"> @@ -119,7 +119,7 @@