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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 08:04:21 UTC 2019


 loleaflet/css/menubar.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit f442e7832b842f00801e5a3441ed91b72646d36e
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 15:50:47 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Oct 7 10:03:58 2019 +0200

    fix user's attempt to close menu via back arrow by repositioning menu
    
    Change-Id: I99fd6bc8878ec733c0044b5c88d91d111bcb6a62
    Reviewed-on: https://gerrit.libreoffice.org/80135
    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/menubar.css b/loleaflet/css/menubar.css
index 8df259ec6..47712c52f 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -345,11 +345,16 @@
         overflow: scroll;
         z-index: 1010;
         bottom: 34px !important;
+        background-color: #00000050;
     }
 
     #main-menu {
        position: relative;
-	top: 0;
+       top: 0;
+       width: 70%;
+       float: right;
+       background-color: white;
+       height: 100%;
     }
 
     .writer-icon-img {


More information about the Libreoffice-commits mailing list