From e5afa8f70311d02e27fcb1b4a1730cf2ca7e5a54 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 1 Sep 2012 13:59:18 +0200 Subject: only change folder when the new folder != old folder, added animation for dnd overed elements --- css/news.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/news.css b/css/news.css index c3719c0fe..bbcb5bddf 100644 --- a/css/news.css +++ b/css/news.css @@ -101,10 +101,14 @@ div.add_parentfolder { } .dnd_over > ul { + -moz-transition: padding-bottom 500ms ease 0s; + transition: padding-bottom 500ms ease 0s; padding-bottom: 2.5em! important; } #feeds > ul ul.dnd_over { + -moz-transition: padding-bottom 500ms ease 0s; + transition: padding-bottom 500ms ease 0s; padding-bottom: 2.5em !important; } -- cgit v1.2.3