Commit b253c1c95bf5f82a25dec795979040c6f46f240f
1 parent
5039d33b
Exists in
master
and in
5 other branches
Fix position itens menu in Psocial bar
Showing
2 changed files
with
15 additions
and
1 deletions
Show diff stats
header.rhtml
style.css
... | ... | @@ -50,6 +50,20 @@ body { |
50 | 50 | |
51 | 51 | #user { top: -30px; } |
52 | 52 | |
53 | +#barra-psocial { | |
54 | + position: relative; | |
55 | + width: 960px; | |
56 | + margin: auto; | |
57 | +} | |
58 | +#assets-menu { | |
59 | + background: #E8E8E8; | |
60 | + top: 35px; | |
61 | + left: 80px; | |
62 | + min-width: 132px; | |
63 | +} | |
64 | +#assets-menu a { | |
65 | + border: 1px solid #E8E8E8; | |
66 | +} | |
53 | 67 | |
54 | 68 | /* Title Header */ |
55 | 69 | ... | ... |