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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 15 12:45:10 UTC 2019


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

New commits:
commit c7ca54d1a2c15c2817f1999eb8ce6cb1c6d48cfd
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 15 14:41:39 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 15 14:44:52 2019 +0200

    mobile-wizard-tabs: be sure that both tabs ocupy the same width no matter its content
    
    Change-Id: I28bf4ae50f5d7ae2cf738a5a66bb8328ae20f406
    Reviewed-on: https://gerrit.libreoffice.org/80832
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 8bacd6dff..c0aba2f08 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1144,10 +1144,11 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
 
 .ui-tab.mobile-wizard {
 	display: table-cell;
+	width: 49%;
 	height: 36px;
 	line-height: 36px;
     vertical-align: middle;
-	margin: 5px;
+	margin: 0px 1%;
 	border-radius: 10px;
 	border: none;
 	color: #777;


More information about the Libreoffice-commits mailing list