move infobox to 30% top
This commit is contained in:
parent
f0e81ffe8f
commit
5e9188f2a8
2
prefs.js
2
prefs.js
|
@ -125,7 +125,7 @@ function infobox_callback() {
|
|||
if (shadow) {
|
||||
shadow.style.display = "block";
|
||||
} else {
|
||||
box.style.display = "block";
|
||||
box.style.display = "block";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -530,6 +530,7 @@ div.helpResponse {
|
|||
width : 30%;
|
||||
z-index : 3;
|
||||
display : none;
|
||||
top : 30%;
|
||||
}
|
||||
|
||||
div.infoBoxContents {
|
||||
|
|
Loading…
Reference in New Issue