limit images in editor to the field size

This commit is contained in:
Damien Elmes 2012-04-21 06:46:32 +09:00
parent 1c2c1a62c6
commit dfbe5dbfa8

View file

@ -38,7 +38,7 @@ _html = """
}
.fname { font-size: 12px; vertical-align: middle; padding: 0; }
#dupes { font-size: 12px; }
img { max-width: 150; max-height: 150; }
img { max-width: 100%%; max-height: 90%%; }
body { margin: 5px; }
</style><script>
%s