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 @@
  • Aparência
  • Conteúdo
  •  
  • +
  • <%= link_to(profile_image(profile, :icon) + content_tag(:span, profile.name), profile.public_profile_url) %>
  • <%= theme_include 'content_menu' %> <%= theme_include 'appearance_menu' %> diff --git a/style.css b/style.css index b89b498..1c34eaf 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,6 @@ @import url(user-menu.css); body, th, td, input { -font-size: 16px; font-family: Arial, sans-serif; } diff --git a/user-menu.css b/user-menu.css index 76e3802..918089e 100644 --- a/user-menu.css +++ b/user-menu.css @@ -8,3 +8,6 @@ .activity_menu_item { cursor: pointer; } +#navigation-control { + font-size: 14px; +} -- libgit2 0.21.2