diff --git a/web/app/assets/stylesheets/client/content.css.scss b/web/app/assets/stylesheets/client/content.css.scss
index 1d859879d..d34980aeb 100644
--- a/web/app/assets/stylesheets/client/content.css.scss
+++ b/web/app/assets/stylesheets/client/content.css.scss
@@ -467,7 +467,7 @@ table.generaltable {
ul.shortcuts {
border:1px solid #ED3618;
- width:175px;
+ width:175px !important;
float:right;
li {
diff --git a/web/app/views/users/_user_dropdown.html.erb b/web/app/views/users/_user_dropdown.html.erb
index 5bcd80778..44a0ebfb7 100644
--- a/web/app/views/users/_user_dropdown.html.erb
+++ b/web/app/views/users/_user_dropdown.html.erb
@@ -30,39 +30,46 @@
-
- - <%= link_to "Account Home", '/client#/account' %>
- - <%= link_to "Identity", '/client#/account/identity' %>
- - <%= link_to "Profile", '/client#/account/profile' %>
-
-
- <% if current_user && current_user.musician? %>
- <% class_val = current_user.affiliate_partner.present? ? 'audio' : 'audio account-menu-group' %>
- - <%= link_to "Audio Gear", '/client#/account/audio' %>
- <% if (Rails.application.config.video_available && Rails.application.config.video_available!="none") || (current_user && current_user.admin) %>
- - <%= link_to "Video Gear", '/client#/account/video' %>
+ <% if signed_in? %>
+
+ - <%= link_to "Account Home", '/client#/account' %>
+ - <%= link_to "Identity", '/client#/account/identity' %>
+ - <%= link_to "Profile", '/client#/account/profile' %>
+
+
+ <% if current_user && current_user.musician? %>
+ <% class_val = current_user.affiliate_partner.present? ? 'audio' : 'audio account-menu-group' %>
+ - <%= link_to "Audio Gear", '/client#/account/audio' %>
+ <% if (Rails.application.config.video_available && Rails.application.config.video_available!="none") || (current_user && current_user.admin) %>
+ - <%= link_to "Video Gear", '/client#/account/video' %>
+ <% end %>
<% end %>
+ <% if current_user && current_user.affiliate_partner.present? %>
+
+ <% end %>
+ <% if current_user && current_user.musician? %>
+ - <%= link_to "Band Setup", '/client#/band/setup/new' %>
+ <% end %>
+ -
+
+
+ - <%= link_to "Download App", downloads_path, :rel => "external" %>
+ <% if @nativeClient %>
+ - <%= link_to "Test Network", '#' %>
+ <% end %>
+
+ - <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
+ - <%= link_to "Sign Out", signout_path, method: "delete" %>
+ <% else %>
+ - <%= link_to "Download App", downloads_path, :rel => "external" %>
+
+ - <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
<% end %>
- <% if current_user && current_user.affiliate_partner.present? %>
-
- <% end %>
- <% if current_user && current_user.musician? %>
- - <%= link_to "Band Setup", '/client#/band/setup/new' %>
- <% end %>
- -
-
-
- - <%= link_to "Download App", downloads_path, :rel => "external" %>
- <% if @nativeClient %>
- - <%= link_to "Test Network", '#' %>
- <% end %>
-
- - <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
- - <%= link_to "Sign Out", signout_path, method: "delete" %>
+