8618885b31
Concatenate and minify all javascript files in the release build but not in the debug build. Also, it is enabled to use a build directory Change-Id: Ia120447a827cfe236241ddf188bf43a088f877a7 Reviewed-on: https://gerrit.libreoffice.org/52802 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;
|
|
} |