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:
@@ -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;
|
||||
|
@@ -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>
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user