summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 02:53:21 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 02:53:21 +0100
commit399007f6b70470e29a0f29ea0920b54c0db222f0 (patch)
tree95808bc6e649de3df171f01a7afd2c508e6f56ca /css
parentf9f627bd7482fd8390407bc9989e27856c2705af (diff)
prevent dnd element from loading after dragged
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/feeds.css b/css/feeds.css
index a5a2d59ea..777b6488d 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -97,3 +97,7 @@ button.action:hover {
.rss-icon {
background-image: url('%appswebroot%/news/img/rss.svg');
}
+
+#left-content .ui-draggable-dragging {
+ width: 249px;
+} \ No newline at end of file