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
Родитель 13eadb9fd9
Коммит f92a1cb254
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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;