diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index 419097eb9..031836eed 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -266,6 +266,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } .editbarbutton a { text-decoration: none; } + .editbarbutton a:active { position: relative; @@ -1126,3 +1127,20 @@ a#topbarmaximize { padding-right: 0; width: 100%; } + +#embed{ +display:none; +position:absolute; +top:42px; +margin-left:10px; +font-size:14px; +width:100%; +} + +#embedinput{ +width:80%; +height:24px; +display:inline; +padding-left:4px; +margin-left:4px; +}