Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXheni Myrtaj <myrtajxheni@gmail.com>2018-04-10 18:36:52 +0300
committerXheni Myrtaj <myrtajxheni@gmail.com>2018-04-10 18:36:52 +0300
commit67e3117aa410d5961e7c8c88e51c0aa9a88513b5 (patch)
treeec445852a4e8b417b0b6f17182cb3291d6c89e64 /templates
parenta49310f7df1ea38e937db6ba77535a69a6a5495e (diff)
use pointer cursor and margin-left
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
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 d4d01453..ec8beabd 100644
--- a/templates/propertyGroup.html
+++ b/templates/propertyGroup.html
@@ -1,7 +1,7 @@
<h3 class="propertyGroup__title">
<i ng-class="ctrl.getIconClass()"></i>
{{ctrl.getReadableName()}}
- <i ng-class="ctrl.getInfoClass()" tooltip-append-to-body="true" tooltip-placement="right" uib-tooltip="{{ctrl.getInfoText()}}"></i>
+ <i ng-class="ctrl.getInfoClass()" id="info" tooltip-append-to-body="true" tooltip-placement="right" uib-tooltip="{{ctrl.getInfoText()}}"></i>
</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>