From bbfec11e6fe08adca6b4c34848bcfbe1bd02363d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 Apr 2015 12:26:14 +0200 Subject: make entire area for adding folders and feeds clickable --- css/navigation.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'css/navigation.css') diff --git a/css/navigation.css b/css/navigation.css index cd8ef3f51..d2df60a4b 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -13,8 +13,6 @@ #app-navigation .add-new .heading { height: 44px; width: 100%; - padding: 0 0 0 44px; - background-position: 14px center; } #app-navigation .add-new .heading:hover { @@ -22,16 +20,21 @@ } #app-navigation .add-new .heading button { - padding: 0; + padding: 0 0 0 44px; line-height: 44px; width: 100%; border: 0; margin: 0; - background: none; text-align: left; font-weight: normal; + background-color: transparent; + background-position: 14px center; } +#app-navigation .add-new .heading button { +} + + /* actual form content */ #app-navigation .add-new-popup { display: none; -- cgit v1.2.3