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,10 +879,14 @@ text-decoration: none; | ||
879 | display: inline-block; | 879 | display: inline-block; |
880 | } | 880 | } |
881 | 881 | ||
882 | -#participa-languages ul {} | 882 | +#participa-languages ul { |
883 | + margin: 0; | ||
884 | +} | ||
883 | 885 | ||
884 | #participa-languages ul li { | 886 | #participa-languages ul li { |
885 | display: inline; | 887 | display: inline; |
888 | + float: none; | ||
889 | + line-height: 40px; | ||
886 | } | 890 | } |
887 | 891 | ||
888 | #participa-languages a.flag { | 892 | #participa-languages a.flag { |
@@ -915,10 +919,11 @@ text-decoration: none; | @@ -915,10 +919,11 @@ text-decoration: none; | ||
915 | text-decoration: none; | 919 | text-decoration: none; |
916 | margin-left: 5px; | 920 | margin-left: 5px; |
917 | width: 35px; | 921 | width: 35px; |
918 | - height: 35px; | ||
919 | background: url("images/logo.png") no-repeat left center transparent; | 922 | background: url("images/logo.png") no-repeat left center transparent; |
923 | +} | ||
924 | +.btn_home { | ||
920 | position: relative; | 925 | position: relative; |
921 | - top: -10px; | 926 | + top: -7px; |
922 | } | 927 | } |
923 | 928 | ||
924 | /*Botão Painel de controle*/ | 929 | /*Botão Painel de controle*/ |