diff --git a/group/templates/group/groups_right_panel.html b/group/templates/group/groups_right_panel.html index 5df7ee7c3a..c049959ad8 100644 --- a/group/templates/group/groups_right_panel.html +++ b/group/templates/group/groups_right_panel.html @@ -26,9 +26,10 @@
{% blocktrans %}You can create a group by clicking "New Group" button. Group is a place for you and your friends leaving messages and collaborating on libraries.{% endblocktrans %}
{% endif %} - diff --git a/media/css/seahub.css b/media/css/seahub.css index b7ed382d82..429bff23e8 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -556,12 +556,19 @@ textarea:-moz-placeholder {/* for FF */ .simplemodal-close { margin-left:5px; } -#confirm-popup { +#confirm-popup, +#rename-form { min-width:255px; } #confirm-popup button { margin-top:.8em; } +.simple-input-popup { + width:255px; +} +.simple-input-popup .long-input { + width:99%; +} /*ui-autocomplete*/ .ui-autocomplete { diff --git a/templates/repo.html b/templates/repo.html index f337381db1..bc7bcaa0f6 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -159,21 +159,23 @@ - -