diff --git a/app/assets/stylesheets/mobile.scss.erb b/app/assets/stylesheets/mobile.scss.erb index 46d52bc0..42576bb5 100644 --- a/app/assets/stylesheets/mobile.scss.erb +++ b/app/assets/stylesheets/mobile.scss.erb @@ -213,6 +213,15 @@ line-height: 50px; } +#menu_icon .unread-notifications-dot { + top: 5px; + left: 29px; + width: 12px; + height: 12px; + border: 3px solid #eee; + border-radius: 9px; +} + #mobile_menu { display: none; background: #EEE; @@ -223,29 +232,19 @@ width: 200px; box-shadow: 3px 3px 3px rgba(0,0,0,0.23), 3px 3px 3px rgba(0,0,0,0.16); - #menu_icon .unread-notifications-dot { - top: 5px; - left: 29px; - width: 12px; - height: 12px; - border: 3px solid #eee; - } - li { padding: 10px; list-style: none; &.notifications { position: relative; - } - .unread-notifications-dot { - top: 4px; - right: 4px; + .unread-notifications-dot { + top: 17px; + left: 0px; + } } } - - } /* diff --git a/app/views/layouts/_account.html.erb b/app/views/layouts/_account.html.erb index 3cbf4f52..1c1cddf0 100644 --- a/app/views/layouts/_account.html.erb +++ b/app/views/layouts/_account.html.erb @@ -8,6 +8,16 @@ <%= image_tag account.image.url(:sixtyfour), :size => "48x48", :class => "sidebarAccountImage" %>

<%= account.name.split[0...1][0] %>