libreoffice-online/loleaflet/dist/editor.css
Aditya Dewan 3a43f69116 tdf#108341 automatic editor switch and follow added
Change-Id: I5129256a0633916a3ca2cb05ccba39a5f4a5d398
Reviewed-on: https://gerrit.libreoffice.org/39299
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
2017-07-06 09:46:49 +02:00

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;
}