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 { #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);
}
} }