mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
fullscreen menu's + smaller qr code
This commit is contained in:
parent
520b334431
commit
6f31d432c6
1 changed files with 11 additions and 9 deletions
|
@ -797,7 +797,7 @@ margin-left:10px;
|
||||||
#embedinput, #readonlyInput, #linkinput {
|
#embedinput, #readonlyInput, #linkinput {
|
||||||
width:375px;
|
width:375px;
|
||||||
height:24px;
|
height:24px;
|
||||||
display:inline;
|
display:block;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-left:4px;
|
padding-left:4px;
|
||||||
}
|
}
|
||||||
|
@ -1186,18 +1186,17 @@ label[for=readonlyinput] {
|
||||||
top: 70px;
|
top: 70px;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
#embed, #readonly, #importexport {
|
#embed, #importexport {
|
||||||
width: 80%;
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 30px;
|
left: 0;
|
||||||
}
|
}
|
||||||
#embedinput, #readonlyInput, #linkinput {
|
#embedinput, #linkinput {
|
||||||
display: block;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
#importexport {
|
|
||||||
height: auto !important;
|
|
||||||
}
|
|
||||||
#importexportline {
|
#importexportline {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -1227,4 +1226,7 @@ label[for=readonlyinput] {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
#embedreadonlyqr {
|
||||||
|
-webkit-transform:scale(.8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue