Commit b80758280e7199ae8fe65a1ad8df319c565a7163
1 parent
0927db38
Exists in
master
and in
2 other branches
updating theme
Showing
1 changed file
with
8 additions
and
3 deletions
Show diff stats
cabecalho.css
... | ... | @@ -879,10 +879,14 @@ text-decoration: none; |
879 | 879 | display: inline-block; |
880 | 880 | } |
881 | 881 | |
882 | -#participa-languages ul {} | |
882 | +#participa-languages ul { | |
883 | + margin: 0; | |
884 | +} | |
883 | 885 | |
884 | 886 | #participa-languages ul li { |
885 | 887 | display: inline; |
888 | + float: none; | |
889 | + line-height: 40px; | |
886 | 890 | } |
887 | 891 | |
888 | 892 | #participa-languages a.flag { |
... | ... | @@ -915,10 +919,11 @@ text-decoration: none; |
915 | 919 | text-decoration: none; |
916 | 920 | margin-left: 5px; |
917 | 921 | width: 35px; |
918 | - height: 35px; | |
919 | 922 | background: url("images/logo.png") no-repeat left center transparent; |
923 | +} | |
924 | +.btn_home { | |
920 | 925 | position: relative; |
921 | - top: -10px; | |
926 | + top: -7px; | |
922 | 927 | } |
923 | 928 | |
924 | 929 | /*Botão Painel de controle*/ | ... | ... |