Commit 1a5dc556c831245a0d8291bbfcf5b2a93339fe46
1 parent
5c698c0d
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
cabecalho-amarelo-theme.css
... | ... | @@ -369,9 +369,10 @@ background: url(images/icone-verde-flickr.png) 0 20px; |
369 | 369 | |
370 | 370 | /************* Bar Psocial Style - Menu Horizontal**************/ |
371 | 371 | #user{ |
372 | - padding: 0 2em; | |
373 | - top: -30px; | |
374 | - font-size: 12px; | |
372 | + padding: 0px 2em; | |
373 | + top: -30px; | |
374 | + font-size: 12px; | |
375 | + right: 4em; | |
375 | 376 | } |
376 | 377 | |
377 | 378 | .logged-in #user{ | ... | ... |