Show a read only link on the pad

This commit is contained in:
Peter 'Pita' Martischka 2011-07-08 17:42:07 +01:00
parent 7915390b83
commit 1c1e035bf1
5 changed files with 111 additions and 7 deletions

View file

@ -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;