mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +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")
|
var notifycontent=document.createElement("div")
|
||||||
notifycontent.className="author-info"
|
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")
|
const ulaff=document.createElement("ul")
|
||||||
ulaff.className="affiliation-list"
|
ulaff.className="affiliation-list"
|
||||||
notifycontent.appendChild(ulaff)
|
notifycontent.appendChild(ulaff)
|
||||||
|
@ -14,7 +14,8 @@ ul.papers-list{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.paper ul.authors-list li.author-item{
|
.paper ul.authors-list li.author-item{
|
||||||
display: inline
|
display: inline;
|
||||||
|
cursor: default
|
||||||
}
|
}
|
||||||
|
|
||||||
.paper ul.authors-list li.author-item:after
|
.paper ul.authors-list li.author-item:after
|
||||||
@ -43,7 +44,11 @@ ul.papers-list{
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.author-info {
|
.author-info {
|
||||||
font-size: 18x
|
font-size: 14px;
|
||||||
|
cursor: initial
|
||||||
|
}
|
||||||
|
.author-info h1 {
|
||||||
|
font-size: larger
|
||||||
}
|
}
|
||||||
.author-info ul.affiliation-list{
|
.author-info ul.affiliation-list{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user