diff --git a/cabecalho-juventude.css b/cabecalho-juventude.css index d85e607..fbc2cd8 100644 --- a/cabecalho-juventude.css +++ b/cabecalho-juventude.css @@ -95,6 +95,7 @@ } /* Site Actions */ +#portal-lang, #portal-siteactions { display: block; float: right; @@ -106,6 +107,7 @@ text-align: center; } +#portal-lang a, #portal-siteactions a { color: #FFF; text-decoration: none; @@ -114,17 +116,22 @@ font-family: 'Open Sans', Arial, Helvetica, sans-serif; } +#portal-lang a:hover, #portal-siteactions a:hover { color: yellow; } +#portal-lang li, #portal-siteactions li { display: inline; } +#portal-lang li a:hover, #portal-siteactions li a:hover { color: yellow; } + +#portal-lang li a, #portal-siteactions li a { padding: 4px 0px; } diff --git a/header.html.erb b/header.html.erb index 098f101..0bad8fb 100644 --- a/header.html.erb +++ b/header.html.erb @@ -1,5 +1,5 @@