Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit.

This commit is contained in:
dbaron%fas.harvard.edu 2000-10-25 20:14:34 +00:00
parent ba63941df9
commit 7959335ccb

View File

@ -568,18 +568,16 @@ sub print_javascript {
<style type="text/css">
#popup {
position: absolute;
height: 10em;
margin: -5em 0 0 -5em;
}
.who#popup{
width: 20em;
height: 9em;
width: 16em;
}
.note#popup {
width: 25em;
height: 20em;
}
.log#popup {
width: 15em;
}
.note#popup, .log#popup {
border: 2px solid black;