fullscreen menu's + smaller qr code

This commit is contained in:
0ip 2011-12-03 14:13:57 +01:00
parent 520b334431
commit 6f31d432c6

View file

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