Merge branch 'hotfix/embed_widget' of git://github.com/lapilofu/philo into develop develop
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 17 Oct 2012 14:14:58 +0000 (10:14 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 17 Oct 2012 14:14:58 +0000 (10:14 -0400)
* 'hotfix/embed_widget' of git://github.com/lapilofu/philo:
  Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8.

philo/static/philo/css/EmbedWidget.css

index 525e5e3..6741034 100644 (file)
@@ -1,5 +1,5 @@
 .embed-widget{
-       float:left;
+       display:inline-block;
 }
 .embed-toolbar{
        border:1px solid #CCC;