vaguely works on chrom

This commit is contained in:
James Campos 2011-09-21 19:13:38 -07:00
parent 0716c42a33
commit 0aeab06b7b
2 changed files with 10 additions and 2 deletions

View File

@ -3134,7 +3134,10 @@
}\
#qr #files li {\
position: relative;\
display: inline;\
display: inline-block;\
width: 100px;\
height: 100px;\
overflow: hidden;\
}\
#qr #files a {\
position: absolute;\
@ -3161,6 +3164,7 @@
#qr #files img {\
max-height: 100px;\
max-width: 100px;\
float: left;\
}\
#qr input[name=resto] {\
width: 80px;\

View File

@ -2465,7 +2465,10 @@ Main =
}
#qr #files li {
position: relative;
display: inline;
display: inline-block;
width: 100px;
height: 100px;
overflow: hidden;
}
#qr #files a {
position: absolute;
@ -2492,6 +2495,7 @@ Main =
#qr #files img {
max-height: 100px;
max-width: 100px;
float: left;
}
#qr input[name=resto] {
width: 80px;