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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-11-30 23:55:16 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-11-30 23:55:16 +0300
commit1769f563d420c4f2f4810b116c8705b1d98442ac (patch)
tree7d597cd30b3338a914543e0f61cdba8cedb098a1 /templates
parent83e30c0ccd50de0fb0e3136be5d6f7be169e1cda (diff)
Adjust appnavigation icon position
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/main.php b/templates/main.php
index 2bbbaaa9..7149972f 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -21,10 +21,8 @@
dnd-list="draggedTasks"
dnd-drop="dropCollection(event, index, item)"
dnd-dragover="dragoverCollection(event, index)">
- <a href="#/collections/{{ collection.id }}">
- <span class="icon {{ collection.icon }}">
+ <a href="#/collections/{{ collection.id }}" class="icon {{ collection.icon }}">
<text ng-if="collection.id=='today'"><?php p($_['DOM']); ?></text>
- </span>
<span class="title">{{ collection.displayname }}</span>
</a>
<div class="app-navigation-entry-utils">
@@ -42,8 +40,8 @@
dnd-list="draggedTasks"
dnd-drop="dropList(event, index, item)"
dnd-dragover="dragoverList(event, index)">
+ <div class="app-navigation-entry-bullet" style="background-color: {{ calendar.color }};"></div>
<a href="#/calendars/{{ calendar.uri }}" ng-dblclick="startRename(calendar)">
- <span class="calendar-indicator" style="background-color: {{ calendar.color }};"></span>
<span class="title">{{ calendar.displayname }}</span>
</a>
<div class="app-navigation-entry-utils">
@@ -113,10 +111,9 @@
</div>
</li>
<li class="newList handler reactive" ng-class="{edit: status.addingList}">
- <a class="addlist"
+ <a class="addlist icon icon-add"
ng-click="startCreate()"
oc-click-focus="{selector: '#newList', timeout: 0}">
- <span class="icon icon-add"></span>
<span class="title"><?php p($l->t('Add List...')); ?></span>
</a>
<div class="app-navigation-entry-edit name" ng-class="{error: nameError}">