From fba56313c683c23b61314ca40ed8263e3aeb378f Mon Sep 17 00:00:00 2001 From: julianahilario Date: Fri, 12 Sep 2014 20:32:01 -0300 Subject: [PATCH] Color side menu (blocks menu) and login alignment position --- cabecalho-cinza-theme.css | 5 +++-- style.css | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 91e33a5..d4f1e74 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -472,7 +472,7 @@ color:#000000; /************* Bar Psocial Style - Menu Horizontal**************/ #user{ - top: -53px; + top: -60px; /*-53px;*/ font-size: 12px; /*right: 10px;*/ } @@ -490,10 +490,11 @@ color:#000000; display: block; background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; display: block; - padding: 1em; + padding-top:1em; text-align: left; width: 130px; border-radius: 10px + } #user .logged-in:hover { diff --git a/style.css b/style.css index 9afb606..758aada 100644 --- a/style.css +++ b/style.css @@ -361,7 +361,7 @@ p { font-size: 12px; text-align: left; border-top: 4px solid #757575; - background: #eeefff; + background: #eee; /*#eeefff;*/ border-bottom: none; color: #757575; padding: 8px 8px 24px 10px; @@ -406,7 +406,7 @@ p { } #content .recent-documents-block li { - background: none repeat scroll 0 0 #EEEFFF; + background: none repeat scroll 0 0 #FFF; border-bottom: 1px solid #CCCCCC; display: block; margin: 0; @@ -933,7 +933,7 @@ display: none; #content { left: -480px; margin-left: 50%; - margin-top: 30px; + margin-top: 38px; /*30px;*/ position: relative; width: 960px; } -- libgit2 0.21.2