mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Add header and a better cursor for author popup
This commit is contained in:
parent
8e31a5f6c6
commit
a5cb7ab3a1
@ -44,6 +44,9 @@ draft: false
|
||||
}
|
||||
var notifycontent=document.createElement("div")
|
||||
notifycontent.className="author-info"
|
||||
const notifyhead=document.createElement("h1")
|
||||
notifyhead.innerText=String.raw`${author.given} ${author.family}`
|
||||
notifycontent.appendChild(notifyhead)
|
||||
const ulaff=document.createElement("ul")
|
||||
ulaff.className="affiliation-list"
|
||||
notifycontent.appendChild(ulaff)
|
||||
|
@ -14,7 +14,8 @@ ul.papers-list{
|
||||
}
|
||||
|
||||
.paper ul.authors-list li.author-item{
|
||||
display: inline
|
||||
display: inline;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.paper ul.authors-list li.author-item:after
|
||||
@ -43,7 +44,11 @@ ul.papers-list{
|
||||
display: inline;
|
||||
}
|
||||
.author-info {
|
||||
font-size: 18x
|
||||
font-size: 14px;
|
||||
cursor: initial
|
||||
}
|
||||
.author-info h1 {
|
||||
font-size: larger
|
||||
}
|
||||
.author-info ul.affiliation-list{
|
||||
list-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user