From: John Firebaugh Date: Fri, 27 Sep 2013 19:07:29 +0000 (-0700) Subject: Adjust header layout for user menu X-Git-Tag: live~4609^2~262 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f74c984a49695df755ed853bc42f1da0fca363e6?hp=1b668ead62139d6b1b570ec14e7ae276c69cb7c0;ds=sidebyside Adjust header layout for user menu --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fa6b71b8d..b09becd04 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -493,15 +493,21 @@ a.donate { right: 0; } -#tabnav { +#top-bar nav > ul { height: 29px; margin-bottom: 0; +} - > li { - float: left; +nav.primary { + float: left; - > * { - padding: 3px $lineheight/2; + > ul { + > li { + float: left; + + > * { + padding: 3px $lineheight/2; + } } } @@ -546,28 +552,17 @@ a.donate { color: #000; } -/* Utility for styling notification numbers */ - -.count-number { - padding: 2px $lineheight/4; - border-radius: 2px; - background: #d7d7ff; - margin: 0 2px; - font-size: 11px; - color: #333; -} - -/* Rules for greeting bar in the top right corner */ - -#greeting { +nav.secondary { float: right; height: 100%; - &.secondary-actions { + > ul { + display: inline-block; padding: 3px $lineheight/2; } - &.dropdown { + .dropdown { + display: inline-block; background-color: #EEE; &:hover { background-color: #CCC; @@ -609,6 +604,17 @@ a.donate { } } +/* Utility for styling notification numbers */ + +.count-number { + padding: 2px $lineheight/4; + border-radius: 2px; + background: #d7d7ff; + margin: 0 2px; + font-size: 11px; + color: #333; +} + /* Rules for the message shown in place of the map when javascript is disabled */ #noscript { diff --git a/app/views/layouts/_user_menu.html.erb b/app/views/layouts/_user_menu.html.erb index ab7d955da..3b45ade30 100644 --- a/app/views/layouts/_user_menu.html.erb +++ b/app/views/layouts/_user_menu.html.erb @@ -1,4 +1,4 @@ -
-
    -
  • <%= link_to t('layouts.help'), help_path %>
  • -
- <% if @user and @user.id %> - <%= render :partial => "layouts/user_menu" %> - <% else %> -
    -
  • <%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath), {:id => 'loginanchor', :title => t('layouts.log_in_tooltip')} %>
  • -
  • <%= link_to t('layouts.sign_up'), user_new_path, {:id => 'registeranchor', :title => t('layouts.sign_up_tooltip')} %>
  • + +
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 06837c24a..5e31f972f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -999,9 +999,9 @@ en: alt_text: OpenStreetMap logo home: Go to Home Location logout: Logout - log_in: log in + log_in: Log In log_in_tooltip: Log in with an existing account - sign_up: sign up + sign_up: Sign Up sign_up_tooltip: Create an account for editing view: View view_tooltip: View the map @@ -1031,8 +1031,7 @@ en: osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out." osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out." donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund." - donate_link_text: donating - help: help + help: Help copyright: "Copyright & License" community: Community community_blogs: "Community Blogs"