From b253c1c95bf5f82a25dec795979040c6f46f240f Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Fri, 20 Sep 2013 13:51:37 -0300 Subject: [PATCH] Fix position itens menu in Psocial bar --- header.rhtml | 2 +- style.css | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/header.rhtml b/header.rhtml index 4b62204..245f291 100644 --- a/header.rhtml +++ b/header.rhtml @@ -1,7 +1,6 @@
-
diff --git a/style.css b/style.css index 8ac2cbf..d812ba7 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,20 @@ body { #user { top: -30px; } +#barra-psocial { + position: relative; + width: 960px; + margin: auto; +} +#assets-menu { + background: #E8E8E8; + top: 35px; + left: 80px; + min-width: 132px; +} +#assets-menu a { + border: 1px solid #E8E8E8; +} /* Title Header */ -- libgit2 0.21.2