1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[mobile] my libs: modified details

This commit is contained in:
llj
2016-12-05 18:20:07 +08:00
parent 591ab5e517
commit 943804c00e
3 changed files with 14 additions and 3 deletions

View File

@@ -2250,6 +2250,16 @@ button.sf-dropdown-toggle:focus {
.inline-rename-form .input {
font-size:14px;
}
@media (max-width:321px) {
.inline-rename-form .input {
width:225px;
}
}
@media (min-width:375px) and (max-width:400px) {
.inline-rename-form {
width:270px;
}
}
.web-setting-form .cancel,
.inline-rename-form .cancel {
color:#666;

View File

@@ -1018,8 +1018,9 @@
<tr>
<th width="4%"><span class="sr-only">{% trans "Library Type" %}</span><!--icon--></th>
<th width="92%">
<a class="table-sort-op mobile-table-sort-op by-name" href="#">{% trans "Name" %} <span class="sort-icon icon-caret-down hide"></a>
<a class="table-sort-op mobile-table-sort-op by-time" href="#">{% trans "Last Update" %} <span class="sort-icon icon-caret-up"></span></a>
{% trans "Sort:" %}
<a class="table-sort-op mobile-table-sort-op by-name" href="#">{% trans "name" %} <span class="sort-icon icon-caret-down hide"></a>
<a class="table-sort-op mobile-table-sort-op by-time" href="#">{% trans "last update" %} <span class="sort-icon icon-caret-up"></span></a>
<th width="4%"><span class="sr-only">{% trans "Actions" %}</span></th>
</tr>
</script>

View File

@@ -209,7 +209,7 @@ define([
$('[name="email"]', $form).select2($.extend(
Common.contactInputOptionsForSelect2(), {
width: '300px',
width: '280px',
maximumSelectionSize: 1,
placeholder: gettext("Search user or enter email and press Enter"), // to override 'placeholder' returned by `Common.conta...`
formatSelectionTooBig: gettext("You cannot select any more choices")