diff --git a/media/css/seahub.css b/media/css/seahub.css index 3e493b41ef..2678a93ede 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -131,7 +131,7 @@ .sf2-icon-x2:before { content:"\e01f"; } .sf2-icon-user2:before { content:"\e020"; } .sf2-icon-msgs2:before { content:"\e021"; } -.sf2-icon-group-settings:before { content:"\e022"; } +/*.sf2-icon-group-settings:before { content:"\e022"; }*/ .sf2-icon-comment:before { content:"\e023"; } .sf2-icon-wiki2:before { content:"\e024"; } @@ -656,7 +656,8 @@ textarea:-moz-placeholder {/* for FF */ } .side-tabnav .grp-name { /*for 'group'*/ display:inline-block; - width:130px; + max-width:130px; + font-weight:normal; } .side-tabnav-tabs { margin-bottom:1em; diff --git a/seahub/group/templates/group/group_base.html b/seahub/group/templates/group/group_base.html index de6bfe38a0..f8a537efa3 100644 --- a/seahub/group/templates/group/group_base.html +++ b/seahub/group/templates/group/group_base.html @@ -10,7 +10,7 @@

- {% grp_avatar group.props.id 32 %} {{ group.group_name }} + {% grp_avatar group.props.id 32 %} {{ group.group_name }}

diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index db42028b0e..1ddf75488e 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -675,7 +675,7 @@ <% if (wiki_enabled) { %> <% } %> - + @@ -963,6 +963,11 @@ <% } else if (is_admin) { %>