3a43f69116
Change-Id: I5129256a0633916a3ca2cb05ccba39a5f4a5d398 Reviewed-on: https://gerrit.libreoffice.org/39299 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
21 lines
No EOL
317 B
CSS
21 lines
No EOL
317 B
CSS
#userlist_table {
|
|
width: 100%;
|
|
}
|
|
.selected-user {
|
|
background-color: darkgrey;
|
|
}
|
|
#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;
|
|
} |