summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-07 12:26:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-07 12:26:55 +0200
commitbbfec11e6fe08adca6b4c34848bcfbe1bd02363d (patch)
tree84997ca2ca880da5a9071a08aab5ae831060382b /templates
parentcac25aff06534d85a1c83074754b75e555515e55 (diff)
make entire area for adding folders and feeds clickable
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.addfeed.php3
-rw-r--r--templates/part.navigation.addfolder.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/part.navigation.addfeed.php b/templates/part.navigation.addfeed.php
index 5a4b969e6..58f3b2e76 100644
--- a/templates/part.navigation.addfeed.php
+++ b/templates/part.navigation.addfeed.php
@@ -1,6 +1,7 @@
<li class="add-new">
- <div class="heading icon-add">
+ <div class="heading">
<button
+ class="icon-add"
data-apps-slide-toggle="#new-feed"
news-focus="[name='address']"><?php p($l->t('Subscribe'))?></button>
</div>
diff --git a/templates/part.navigation.addfolder.php b/templates/part.navigation.addfolder.php
index 965d92159..437c35c71 100644
--- a/templates/part.navigation.addfolder.php
+++ b/templates/part.navigation.addfolder.php
@@ -1,6 +1,7 @@
<li class="add-new">
- <div class="heading icon-add">
+ <div class="heading">
<button
+ class="icon-add"
data-apps-slide-toggle="#new-folder"
news-focus="#new-folder [name='folderName']">
<?php p($l->t('New Folder'))?>