37eccae0f0
Change-Id: Ibffe28ddecbbcfcf01aac6e5a112c34134668633 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94692 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
41 lines
No EOL
555 B
CSS
41 lines
No EOL
555 B
CSS
|
|
/* Word count dialog */
|
|
|
|
#label9, #documentlabel-mobile {
|
|
color: #636363 !important;
|
|
}
|
|
|
|
#documentlabel-mobile {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#wordslabel,
|
|
#inclspaceslabel,
|
|
#exclspaceslabel,
|
|
#cjkcharsft,
|
|
#wordslabel2,
|
|
#inclspaceslabel2,
|
|
#exclspaceslabel2,
|
|
#cjkcharsft2
|
|
{
|
|
float: left;
|
|
clear: left;
|
|
width: 70%;
|
|
color: #636363 !important;
|
|
}
|
|
|
|
#selectwords,
|
|
#selectchars,
|
|
#selectcharsnospaces,
|
|
#selectcjkchars,
|
|
#docwords,
|
|
#docchars,
|
|
#doccharsnospaces,
|
|
#doccjkchars
|
|
{
|
|
float: right;
|
|
clear: right;
|
|
width: 20%;
|
|
border-bottom: none;
|
|
color: #636363 !important;
|
|
} |