diff --git a/static/css/pad.css b/static/css/pad.css index a507d2ea6..1d99b03cc 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -797,7 +797,7 @@ margin-left:10px; #embedinput, #readonlyInput, #linkinput { width:375px; height:24px; -display:inline; +display:block; margin-top: 10px; padding-left:4px; } @@ -1186,18 +1186,17 @@ label[for=readonlyinput] { top: 70px; left: 0 !important; } - #embed, #readonly, #importexport { - width: 80%; + #embed, #importexport { + position: relative; + width: 100%; + height: 100%; + top: 0; right: 0; - left: 30px; + left: 0; } - #embedinput, #readonlyInput, #linkinput { - display: block; + #embedinput, #linkinput { width: 90%; } - #importexport { - height: auto !important; - } #importexportline { display: none; } @@ -1227,4 +1226,7 @@ label[for=readonlyinput] { border-right: none; border-top-right-radius: 0; } + #embedreadonlyqr { + -webkit-transform:scale(.8); + } }