Fix minor css bug in embed

This commit is contained in:
John McLear 2011-03-26 16:03:05 +00:00
parent 8117834010
commit 10417db768
2 changed files with 5 additions and 2 deletions

View file

@ -101,7 +101,7 @@ var padeditbar = (function(){
$('#editbar').animate({height:'72px'});
$('#editorcontainerbox').animate({top:'72px'});
padurl = document.location;
$('#embed').html('Embed code:<input id="embedinput" type="text" value="<iframe src='+padurl+'></iframe>">');
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src='+padurl+'></iframe></div>">');
$('#embed').show();
}
else