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:
Родитель
13eadb9fd9
Коммит
f92a1cb254
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче