summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-10-31 20:55:23 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-10-31 20:55:23 +0100
commit666a59cda660ee715ff3b902a5c8d97d02068a6d (patch)
tree3c807193d6049bda6abda1b433aad3c5f564c715 /templates
parent379be9395adbb0870f594675824e0dcaeefcf216 (diff)
style and icons
Diffstat (limited to 'templates')
-rw-r--r--templates/propertyGroup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/propertyGroup.html b/templates/propertyGroup.html
index 99b4a818..eb8eeb68 100644
--- a/templates/propertyGroup.html
+++ b/templates/propertyGroup.html
@@ -1,3 +1,3 @@
-<h3 class="propertyGroup__title" ng-class="ctrl.getIconClass()" style="display: inline-block; background-size: 16px 16px; background-position-x: 0; padding-left: 20px;">{{ctrl.getReadableName()}}</h3>
+<h3 class="propertyGroup__title" ng-class="ctrl.getIconClass()">{{ctrl.getReadableName()}}</h3>
<detailsItem ng-repeat="property in ctrl.properties" name="ctrl.name" data="property" model="ctrl.contact" index="$index"
class="details-item-{{ctrl.name}}" ng-class="{ 'failed': ctrl.contact.failedProps.indexOf(ctrl.name) !== -1 }"></detailsItem>