mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
119602: Open tooltip to left of info icon
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
></ui-switch>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-1" *dsContextHelp="{
|
||||
<div *dsContextHelp="{
|
||||
content: 'info.accessibility-settings.disableNotificationTimeOut.hint',
|
||||
id: 'disableNotificationTimeOutHelp',
|
||||
iconPlacement: 'right',
|
||||
tooltipPlacement: 'right'
|
||||
tooltipPlacement: 'left'
|
||||
}">
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
content: 'info.accessibility-settings.notificationTimeOut.hint',
|
||||
id: 'notificationTimeOutHelp',
|
||||
iconPlacement: 'right',
|
||||
tooltipPlacement: 'right'
|
||||
tooltipPlacement: 'left'
|
||||
}">
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@
|
||||
content: 'info.accessibility-settings.liveRegionTimeOut.hint',
|
||||
id: 'liveRegionTimeOutHelp',
|
||||
iconPlacement: 'right',
|
||||
tooltipPlacement: 'right'
|
||||
tooltipPlacement: 'left'
|
||||
}">
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user