Add user edit rules (basic)

This commit is contained in:
Aurelien Vaillant
2020-04-06 10:07:28 +02:00
parent 196a7e35f3
commit 57ef08a3b4
+13 -18
View File
@@ -398,21 +398,16 @@ body.logged, .logged .content {
border: 30px solid #2c2b27; border: 30px solid #2c2b27;
} }
/* #apps ul li a:hover .first-letter { */ /* ------------------------
/* overflow: visible; */ Page Edit User
/* position: relative; */ ------------------------ */
/* } */ /* ------------------------
Main Setup
/* #apps ul li a:hover .name { */ ------------------------ */
/* overflow: hidden; */ .logged .edit {
/* position: absolute; */ float: right;
/* height: 1px; */ width: 60%;
/* width: 1px; */ position: absolute;
/* } */ top: 0;
/* #apps ul li a .name { */ right: 5%;
/* display: block; */ }
/* position: absolute; */
/* width: 100%; */
/* margin: 0 auto; */
/* bottom: 0; */
/* } */