mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 19:01:30 +00:00
move infobox to 30% top
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -125,7 +125,7 @@ function infobox_callback() {
|
|||||||
if (shadow) {
|
if (shadow) {
|
||||||
shadow.style.display = "block";
|
shadow.style.display = "block";
|
||||||
} else {
|
} else {
|
||||||
box.style.display = "block";
|
box.style.display = "block";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -530,6 +530,7 @@ div.helpResponse {
|
|||||||
width : 30%;
|
width : 30%;
|
||||||
z-index : 3;
|
z-index : 3;
|
||||||
display : none;
|
display : none;
|
||||||
|
top : 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.infoBoxContents {
|
div.infoBoxContents {
|
||||||
|
|||||||
Reference in New Issue
Block a user