summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-01 13:59:18 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-01 13:59:28 +0200
commite5afa8f70311d02e27fcb1b4a1730cf2ca7e5a54 (patch)
tree4d4683c8d5b5bbf54cbb1ed251b0f5ef02a7a14c /css
parent213f00e451a218bb018a711145f8ec1c76798004 (diff)
only change folder when the new folder != old folder, added animation for dnd overed elements
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;
}