[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 13 15:12:39 UTC 2019


 loleaflet/css/toolbar.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a62e26a35b0e710657358ca37f484f750c43bbc4
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri Dec 13 16:10:07 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Fri Dec 13 16:12:21 2019 +0100

    toolbarstatus:language:w2ui-tb-caption: Reset float that was causing misalignment
    
    Change-Id: I23ff1c44a2a110d84a0899b982b1cee566011ad3
    Reviewed-on: https://gerrit.libreoffice.org/85126
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 1b3ea4c13..485a8dfb0 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -30,6 +30,9 @@
 #tb_actionbar_item_LanguageStatus table table td:first-of-type{
 	min-width: max-content !important;
 }
+#tb_actionbar_item_LanguageStatus .w2ui-tb-caption{
+	float: none;
+}
 #document-signing-bar {
 		background-color: #ef324e;;
 }


More information about the Libreoffice-commits mailing list