From 285398848f95e41aa4cfb727a5e23ff4e574786f Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 26 Jan 2015 18:51:56 -0200 Subject: [PATCH] adjust position menu administration --- style.css | 12 +++++------- theme.js | 6 +++++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 60c9d66..739e613 100644 --- a/style.css +++ b/style.css @@ -3510,11 +3510,9 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max #manage-admin { position: relative; - float: right; + float: left; width: 150px; - margin-top: 10px; - margin-right: 10px; - z-index: 9; + text-align: center; } #manage-admin i { @@ -3529,8 +3527,8 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max #manage-admin ul { width: 100%; + top: 20px; + text-align: left; margin: 0px; - top: -10px; - padding-top: 30px; - z-index: 1; + padding-left: 20px; } diff --git a/theme.js b/theme.js index 1e7445d..ab14f69 100644 --- a/theme.js +++ b/theme.js @@ -71,6 +71,10 @@ parent.prepend(people); parent.prepend(communities); parent.prepend(articles); -}); +// menu administracao user +parent = jQuery('#user'); +manageadmin = jQuery('#manage-admin'); +parent.prepend(manageadmin); +}); -- libgit2 0.21.2