X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/a47d033050dd245899d82b11da731a0de551264b..759d24d246282fe358a867b4f98fed36308c9a30:/philo/static/philo/css/EmbedWidget.css diff --git a/philo/static/philo/css/EmbedWidget.css b/philo/static/philo/css/EmbedWidget.css index 3b21016..6b85410 100644 --- a/philo/static/philo/css/EmbedWidget.css +++ b/philo/static/philo/css/EmbedWidget.css @@ -1,15 +1,20 @@ .embed-widget{ - background:#DDD; - padding:2px; - border:1px solid #CCC; - border-radius:5px; - -webkit-border-radius:5px; - -moz-border-radius:5px; - display:inline-block; - margin:0 -3px; + float:left; } .embed-toolbar{ - padding-bottom:3px; + border:1px solid #CCC; + border-bottom:0; + padding:3px 5px; + background:#EEE -webkit-linear-gradient(#F5F5F5, #DDD); + background:#EEE -moz-linear-gradient(#F5F5F5, #DDD); + background-color:#EEE; +} +.embed-widget textarea{ + margin-top:0; +} +.embed-widget button, .embed-widget select{ + vertical-align:middle; + margin-right:3px; } .embed-toolbar button{ background:#FFF; @@ -19,9 +24,6 @@ -moz-border-radius:3px; color:#666; } -.embed-toolbar select, .embed-toolbar button{ - margin-right:3px; -} .embed-toolbar button:hover{ color:#444; } @@ -29,4 +31,18 @@ color:#FFF; background:#666; border-color:#666; +} + +.grappelli .embed-widget{ + background:#DDD; + padding:2px; + border:1px solid #CCC; + border-radius:5px; + -webkit-border-radius:5px; + -moz-border-radius:5px; + display:inline-block; + margin:0 -3px; +} +.grappelli .embed-toolbar{ + padding-bottom:3px; } \ No newline at end of file