diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml
index 474111f..101a291 100644
--- a/app/views/layouts/application.rhtml
+++ b/app/views/layouts/application.rhtml
@@ -59,7 +59,7 @@
" controller_"+ @controller.controller_name() +
" action_"+ @controller.controller_name() +"_"+ @controller.action_name()
%>' onload='noosfero_init();'
- help=<%= _('Pass the mouse over page elements to get help on them. Click the question mark icon on the top-right corner to deactivate this help window.').inspect %> >
+ help=<%= _('Pass the mouse over page elements to get help on them. Click the question mark icon on the top-right corner to deactivate this help window.').inspect %> onresize="registerDocumentSize()">
<% unless flash[:notice].nil? %>
diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css
index b2ca01a..66f4a61 100644
--- a/public/stylesheets/menu.css
+++ b/public/stylesheets/menu.css
@@ -167,6 +167,10 @@
width: 200px;
z-index: 100;
}
+.docSize-LT-900 #user_box {
+ right: 165px;
+ width: 160px;
+}
#user_menu_head,
#user_box a,
--
libgit2 0.21.2