summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-15 08:24:32 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-15 08:25:46 +0200
commit686b7c931270586f31bd84c4b132c4995e8e8939 (patch)
treeb535fe76974d852c17db4a1453916f07ba925ef5 /templates
parent391b2f4d488fe103b35924da87086e2138530aa9 (diff)
Fit nextcloud design with emptycontent icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/importScreen.html1
-rw-r--r--templates/main.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
index f22fa2c1..bcfb79f9 100644
--- a/templates/importScreen.html
+++ b/templates/importScreen.html
@@ -1,5 +1,6 @@
<div id="importscreen-wrapper" ng-show="ctrl.importing">
<div id="importscreen-content">
+ <span class="icon-upload"></span>
<h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
<progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
<span id="importscreen-user">{{ctrl.importedUser}}</span>
diff --git a/templates/main.php b/templates/main.php
index da634fa2..d1a156b8 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -51,6 +51,6 @@ vendor_style('select2/select2');
<contactlist></contactlist>
</div>
<div class="app-content-detail" ng-view></div>
- <importscreen></importscreen>
+ <importscreen class="emptycontent"></importscreen>
</div>
</div>