From 761412ebaaf0930499ca26e7acdd0965be5a50ae Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 12 Sep 2014 03:03:44 +0200 Subject: create folders! --- css/navigation.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/navigation.css b/css/navigation.css index b1b11faed..10f3ec981 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -55,7 +55,7 @@ } #app-navigation .add-new-popup select, -#app-navigation #new-feed .folder-input { +#app-navigation #new-feed [name="folderName"] { width: calc(100% - 36px); border-right: 0; border-top-right-radius: 0; @@ -91,9 +91,10 @@ font-weight: bold; } -#app-navigation .feed { - text-transform: none; +#app-navigation .folder-loading { + background-image: url('../img/loading.gif') !important; } + /** * Error message */ @@ -142,3 +143,4 @@ #app-navigation .error-message button:hover { opacity: 1; } + -- cgit v1.2.3