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 {
|
||||
width:375px;
|
||||
height:24px;
|
||||
display:inline;
|
||||
display:block;
|
||||
margin-top: 10px;
|
||||
padding-left:4px;
|
||||
}
|
||||
|
@ -1186,18 +1186,17 @@ label[for=readonlyinput] {
|
|||
top: 70px;
|
||||
left: 0 !important;
|
||||
}
|
||||
#embed, #readonly, #importexport {
|
||||
width: 80%;
|
||||
#embed, #importexport {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 30px;
|
||||
left: 0;
|
||||
}
|
||||
#embedinput, #readonlyInput, #linkinput {
|
||||
display: block;
|
||||
#embedinput, #linkinput {
|
||||
width: 90%;
|
||||
}
|
||||
#importexport {
|
||||
height: auto !important;
|
||||
}
|
||||
#importexportline {
|
||||
display: none;
|
||||
}
|
||||
|
@ -1227,4 +1226,7 @@ label[for=readonlyinput] {
|
|||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
#embedreadonlyqr {
|
||||
-webkit-transform:scale(.8);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue