[Libreoffice-commits] online.git: Branch 'distro/cib/libreoffice-6-2' - loleaflet/css loleaflet/html

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Apr 12 12:57:05 UTC 2019


 loleaflet/css/menubar.css        |    2 +-
 loleaflet/html/loleaflet.html.m4 |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e166c8ee8a4f87b8eac7f74c9ff25ce852ce4839
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Apr 12 12:42:02 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Apr 12 14:53:40 2019 +0200

    Some fixes for branding
    
    Change-Id: Iee24aaadd688de3df439a53ee766bc3577bfbda9

diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index a20cb85c7..84605a378 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -1,7 +1,7 @@
 #main-menu {
     top: 0;
     height: 25px;
-    padding-left: 125px;
+    padding-left: 35px;
     z-index: 1000;
     outline: none;
     background-color: transparent;
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 702710a51..37756f1bd 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -79,8 +79,9 @@ ifelse(MOBILEAPP,[true],
         and width, this being inside the smaller "document-container" will
         cause the content to overflow, creating scrollbars -->
 
-    <div id="logo" class="logo"></div>
+
     <nav class="main-nav" role="navigation">
+      <div id="logo" class="logo"></div>
       <!-- Mobile menu toggle button (hamburger/x icon) -->
       <input id="main-menu-state" type="checkbox" />
       <ul id="main-menu" class="sm sm-simple lo-menu"></ul>


More information about the Libreoffice-commits mailing list