diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index 031836ee..88ed8dcc 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -1132,11 +1132,14 @@ a#topbarmaximize { display:none; position:absolute; top:42px; -margin-left:10px; font-size:14px; width:100%; } +#embedcode{ +margin-left:10px; +} + #embedinput{ width:80%; height:24px; diff --git a/static/js/pad_editbar.js b/static/js/pad_editbar.js index 562148ec..8dfc1c33 100644 --- a/static/js/pad_editbar.js +++ b/static/js/pad_editbar.js @@ -101,7 +101,7 @@ var padeditbar = (function(){ $('#editbar').animate({height:'72px'}); $('#editorcontainerbox').animate({top:'72px'}); padurl = document.location; - $('#embed').html('Embed code:'); + $('#embed').html('
Embed code:'); $('#embed').show(); } else