Embed CSS changes
parent
be4a470f67
commit
c055fc387c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue