mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Show a read only link on the pad
This commit is contained in:
parent
7915390b83
commit
1c1e035bf1
5 changed files with 111 additions and 7 deletions
|
@ -1088,7 +1088,7 @@ a#topbarmaximize {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#embed{
|
||||
#embed, #readonly {
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:40px;
|
||||
|
@ -1105,11 +1105,11 @@ padding: 10px;
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#embedcode{
|
||||
#embedcode, #readonlyUrl {
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
#embedinput{
|
||||
#embedinput, #readonlyInput{
|
||||
width:375px;
|
||||
height:24px;
|
||||
display:inline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue