diff --git a/cabecalho.css b/cabecalho.css index 8b270fa..d5d5a74 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -580,6 +580,23 @@ a.btn_control_panel:hover ul li{display: block;} padding-left: 10px; } +#navigation ul li#btn_profile { + border-left: 0; + padding: 0; + margin: 5px 10px; +} +#navigation ul li#btn_profile a { + border-left: 0; + padding: 0 10px; +} +#navigation ul li#btn_profile a img { + vertical-align: middle; +} +#navigation ul li#btn_profile span { + background: none; + padding: 0 0 0 5px; +} + .icon-menu-tasks { background-image: url(images/barra-menu-task.png); } diff --git a/navigation.html.erb b/navigation.html.erb index 1181758..99f8f9b 100644 --- a/navigation.html.erb +++ b/navigation.html.erb @@ -4,6 +4,7 @@