diff --git a/app/views/blocks/profile_info_actions/_select_circles.html.erb b/app/views/blocks/profile_info_actions/_select_circles.html.erb
index d17ff72..79b43fd 100644
--- a/app/views/blocks/profile_info_actions/_select_circles.html.erb
+++ b/app/views/blocks/profile_info_actions/_select_circles.html.erb
@@ -8,9 +8,7 @@
<% end %>
-
- <%= _("New Circle") %>
-
+ <%= button(:add, _('New Circle'), '#', :id => "new-circle") %>
<%= labelled_text_field _('Circle name') , 'circle[name]', "",:id => 'text-field-name-new-circle'%>
diff --git a/public/stylesheets/profile.scss b/public/stylesheets/profile.scss
index 3bdcb10..8557f61 100644
--- a/public/stylesheets/profile.scss
+++ b/public/stylesheets/profile.scss
@@ -44,3 +44,7 @@
text-align: left;
margin-left: 15%;
}
+
+#circles-checkboxes .circle:last-child {
+ margin-bottom: 10px;
+}
--
libgit2 0.21.2