Started work on userlist profile tooltips and context menus.
This commit is contained in:
parent
9df7f52e9e
commit
9a8def18d7
16 changed files with 372 additions and 22 deletions
|
|
@ -161,8 +161,25 @@ div.tooltip{
|
|||
min-width: 1em;
|
||||
min-height: 1em;
|
||||
padding: 0.5em;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
p.tooltip, h3.tooltip{
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* context menu */
|
||||
.context-menu{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.context-menu h2{
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.context-menu button{
|
||||
margin: 0.05em 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue