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