mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +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 {
|
.inline-rename-form .input {
|
||||||
font-size:14px;
|
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,
|
.web-setting-form .cancel,
|
||||||
.inline-rename-form .cancel {
|
.inline-rename-form .cancel {
|
||||||
color:#666;
|
color:#666;
|
||||||
|
@@ -1018,8 +1018,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="4%"><span class="sr-only">{% trans "Library Type" %}</span><!--icon--></th>
|
<th width="4%"><span class="sr-only">{% trans "Library Type" %}</span><!--icon--></th>
|
||||||
<th width="92%">
|
<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>
|
{% trans "Sort:" %}
|
||||||
<a class="table-sort-op mobile-table-sort-op by-time" href="#">{% trans "Last Update" %} <span class="sort-icon icon-caret-up"></span></a>
|
<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>
|
<th width="4%"><span class="sr-only">{% trans "Actions" %}</span></th>
|
||||||
</tr>
|
</tr>
|
||||||
</script>
|
</script>
|
||||||
|
@@ -209,7 +209,7 @@ define([
|
|||||||
|
|
||||||
$('[name="email"]', $form).select2($.extend(
|
$('[name="email"]', $form).select2($.extend(
|
||||||
Common.contactInputOptionsForSelect2(), {
|
Common.contactInputOptionsForSelect2(), {
|
||||||
width: '300px',
|
width: '280px',
|
||||||
maximumSelectionSize: 1,
|
maximumSelectionSize: 1,
|
||||||
placeholder: gettext("Search user or enter email and press Enter"), // to override 'placeholder' returned by `Common.conta...`
|
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")
|
formatSelectionTooBig: gettext("You cannot select any more choices")
|
||||||
|
Reference in New Issue
Block a user