From 57ef08a3b45f6b77f9f5eb5f723e6a58ef73e26b Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 6 Apr 2020 10:07:28 +0200 Subject: [PATCH] Add user edit rules (basic) --- custom_portal.css | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index 7755be7..57e658f 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -398,21 +398,16 @@ body.logged, .logged .content { border: 30px solid #2c2b27; } -/* #apps ul li a:hover .first-letter { */ - /* overflow: visible; */ - /* position: relative; */ -/* } */ - -/* #apps ul li a:hover .name { */ - /* overflow: hidden; */ - /* position: absolute; */ - /* height: 1px; */ - /* width: 1px; */ -/* } */ -/* #apps ul li a .name { */ - /* display: block; */ - /* position: absolute; */ - /* width: 100%; */ - /* margin: 0 auto; */ - /* bottom: 0; */ -/* } */ \ No newline at end of file +/* ------------------------ + Page Edit User +------------------------ */ + /* ------------------------ + Main Setup + ------------------------ */ +.logged .edit { + float: right; + width: 60%; + position: absolute; + top: 0; + right: 5%; +} \ No newline at end of file