You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/20 18:47:49 UTC

[incubator-ponymail-foal] branch master updated: make userprefs positio global

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 e561e6e  make userprefs positio global
e561e6e is described below

commit e561e6e67b80a61549f8eac1b04604ff4f51e345
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 20 13:46:48 2021 -0500

    make userprefs positio global
---
 webui/css/scaffolding.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index fe3f6b7..1db932c 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -651,6 +651,12 @@ a.dropdown-toggle {
   
 }
 
+#userprefs {
+    position: absolute;
+    right: 18px;
+    top: 0px;
+}
+
 @media only screen and (max-width: 860px) {
   .navbar-brand {
     display: none;