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 797162f make userprefs tab align with top always
797162f is described below
commit 797162f4ac10f934de0fd76429dda177c86844c9
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 20 13:45:12 2021 -0500
make userprefs tab align with top always
---
webui/css/scaffolding.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 252b340..fe3f6b7 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -632,7 +632,9 @@ a.dropdown-toggle {
}
#userprefs {
width: 100px;
-
+ position: absolute;
+ right: 18px;
+ top: 0px;
}
#project_select_form {
display: none;