Commit ccdff117757aa7edef81909da5e92b9adfa88577
1 parent
a68ca541
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -2556,12 +2556,16 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2556 | 2556 | } |
| 2557 | 2557 | |
| 2558 | 2558 | /*bonequinho do login - IE FIX*/ |
| 2559 | +#user a { | |
| 2559 | 2560 | |
| 2560 | -#user a i.icon-menu-logout { | |
| 2561 | +} | |
| 2562 | + | |
| 2563 | +#user a i { | |
| 2561 | 2564 | top: 0px; |
| 2562 | 2565 | width: 16px; |
| 2563 | 2566 | height: 16px; |
| 2564 | 2567 | margin-right: 7px; |
| 2565 | 2568 | vertical-align: middle; |
| 2566 | 2569 | display: inline-block; |
| 2570 | + position: static; | |
| 2567 | 2571 | } | ... | ... |