Skip to content

Commit 36aba55

Browse files
DeepDiver1975skjnldsv
authored andcommitted
Fix address book download
1 parent 0275c39 commit 36aba55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css/public/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@ ul.addressBookList li .action > span {
264264
padding: 10px 14px;
265265
}
266266

267+
ul.addressBookList li .action > a {
268+
padding: 10px 14px;
269+
}
270+
267271
div.addressBookShares ul.dropdown-menu {
268272
border: 1px solid #ddd;
269273
border-radius: 3px;

templates/addressBook.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<span class="addressBookName">{{ctrl.addressBook.displayName}}</span>
22
<span class="utils">
33
<span class="action" ng-show="ctrl.canExport">
4-
<span href="{{ctrl.addressBook.url}}?export"
4+
<a href="{{ctrl.addressBook.url}}?export"
55
id="addressBooklist-icon download"
66
title="Download"
77
class="icon-download">
8-
</span>
8+
</a>
99
</span>
1010
<span class="action">
1111
<span

0 commit comments

Comments
 (0)