4c46f5fe2f
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I48115e10cbece42a956b9e23bf634c8cb3049f3d
23 lines
435 B
CSS
23 lines
435 B
CSS
/* This CSS file contains only stuff related to the list of users ("editors") for a document */
|
|
|
|
#userlist_table {
|
|
width: 100%;
|
|
}
|
|
.selected-user {
|
|
background-color: var(--color-background-dark);
|
|
}
|
|
#editor-btn {
|
|
padding: 3px 5px;
|
|
max-width: 120px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
}
|
|
#editor-btn #follow-checkbox{
|
|
margin: 3px;
|
|
}
|
|
#currently-msg{
|
|
text-align: center;
|
|
padding: 3px 5px;
|
|
}
|