mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-11 13:41:01 +01:00
Embed CSS changes
This commit is contained in:
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…
x
Reference in New Issue
Block a user