This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 676720d  Fix menu bar order for mobile
676720d is described below

commit 676720d610e4258afafe56e8a15f6c748e3e0e95
Author: Daniel Gruno <[email protected]>
AuthorDate: Fri Dec 10 19:26:47 2021 +0100

    Fix menu bar order for mobile
---
 webui/css/scaffolding.css | 2 +-
 webui/list.html           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 19aaaec..7c4a264 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -745,7 +745,7 @@ a.dropdown-toggle {
     #preferences_ul #display_options_dropdown {
         width: 300px;
         position: absolute;
-        left: -140px;
+        left: -240px;
         right: auto;
         font-weight: normal;
         font-size: 1.15rem;
diff --git a/webui/list.html b/webui/list.html
index 3672548..d831b37 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -88,7 +88,7 @@ the License. -->
     <!-- User preferences and display options -->
     <div id="preferences">
       <ul class="nav" id="preferences_ul">
-        <li class="dropdown navbar-right">
+        <li class="dropdown navbar-right" style="float: right;">
           <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">
             <img src="images/cog.png" alt="Display Settings" style="width: 
32px;" title="Display Settings"/>
             <span class="caret"></span>
@@ -112,7 +112,7 @@ the License. -->
             </div>
         </li>
 
-        <li class="dropdown navbar-right" id="login">
+        <li class="dropdown navbar-right" id="login" style="float: right;">
             <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg" 
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;"  
title="Not logged in"/>
               <span class="caret"></span></a>
               <ul class="dropdown-menu" id="login_dropdown">

Reply via email to