mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
show members of locked conversations
This commit is contained in:
parent
d2ecdd0668
commit
dda5195418
8 changed files with 135 additions and 13 deletions
|
@ -16,6 +16,9 @@ a:hover {
|
|||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.lockview {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fakelink:hover {
|
||||
color: #0000FF;
|
||||
|
@ -46,6 +49,16 @@ img {
|
|||
top: 12px;
|
||||
left: 42%;
|
||||
}
|
||||
|
||||
#panel {
|
||||
background-color: ivory;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 30%;
|
||||
padding: 25px;
|
||||
border: 1px solid #444;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue