summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/news.css4
1 files changed, 4 insertions, 0 deletions
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;
}