smaller thumbs

This commit is contained in:
James Campos 2011-09-12 15:48:01 -07:00
parent 22f5597e6f
commit 1d2c4a183d
2 changed files with 4 additions and 4 deletions

View File

@ -3159,8 +3159,8 @@
display: none;\ display: none;\
}\ }\
#qr #files img {\ #qr #files img {\
max-height: 150px;\ max-height: 100px;\
max-width: 150px;\ max-width: 100px;\
}\ }\
#qr input[name=resto] {\ #qr input[name=resto] {\
width: 80px;\ width: 80px;\

View File

@ -2476,8 +2476,8 @@ main =
display: none; display: none;
} }
#qr #files img { #qr #files img {
max-height: 150px; max-height: 100px;
max-width: 150px; max-width: 100px;
} }
#qr input[name=resto] { #qr input[name=resto] {
width: 80px; width: 80px;