mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
[deleted libs] modification
This commit is contained in:
@@ -117,7 +117,6 @@
|
|||||||
.icon-eye-slash:before { content: "\f070"; }
|
.icon-eye-slash:before { content: "\f070"; }
|
||||||
.icon-plus-square:before { content: "\f0fe"; }
|
.icon-plus-square:before { content: "\f0fe"; }
|
||||||
.icon-envelope:before { content: "\f0e0"; }
|
.icon-envelope:before { content: "\f0e0"; }
|
||||||
.icon-ellipsis-vertical:before { content: "\f142"; }
|
|
||||||
.fa-1x {
|
.fa-1x {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
@@ -1789,9 +1788,6 @@ button.sf-dropdown-toggle:focus {
|
|||||||
background:#fff;
|
background:#fff;
|
||||||
line-height:17px;
|
line-height:17px;
|
||||||
}
|
}
|
||||||
.more-op-btn-white {
|
|
||||||
width:29px;
|
|
||||||
}
|
|
||||||
/* info-bar */
|
/* info-bar */
|
||||||
#info-bar {
|
#info-bar {
|
||||||
color:#1f0600;
|
color:#1f0600;
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
<button class="repo-create btn-white"><span aria-hidden="true" class="icon-plus-square add vam"></span><span class="vam">{% trans "New Library" %}</span></button>
|
<button class="repo-create btn-white"><span aria-hidden="true" class="icon-plus-square add vam"></span><span class="vam">{% trans "New Library" %}</span></button>
|
||||||
|
|
||||||
<div id="my-libs-more-op" class="sf-dropdown sf-dropdown-inline">
|
<div id="my-libs-more-op" class="sf-dropdown sf-dropdown-inline">
|
||||||
<button class="sf-dropdown-toggle btn-white more-op-btn-white"><span class="icon-ellipsis-vertical"></span></button>
|
<button class="sf-dropdown-toggle btn-white more-op-btn-white">{% trans "More" %}</button>
|
||||||
<ul class="sf-dropdown-menu hide">
|
<ul class="sf-dropdown-menu hide">
|
||||||
<li><a href="#my-libs/deleted/">{% trans "Deleted Libraries" %}</a></li>
|
<li><a href="#my-libs/deleted/">{% trans "Deleted Libraries" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -40,12 +40,13 @@
|
|||||||
<span class="path-split">/</span>
|
<span class="path-split">/</span>
|
||||||
<span>{% trans "Deleted" %}</span>
|
<span>{% trans "Deleted" %}</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="tip">{% trans "Tip: libraries deleted 30 days ago will be cleaned automatically."%}</p>
|
||||||
<table class="my-deleted-repos-table hide">
|
<table class="my-deleted-repos-table hide">
|
||||||
<thead></thead>
|
<thead></thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="empty-tips hide">
|
<div class="empty-tips hide">
|
||||||
<h2 class="alc">{% trans "No deleted library." %}</h2>
|
<h2 class="alc">{% trans "No deleted libraries." %}</h2>
|
||||||
</div>
|
</div>
|
||||||
<span class="loading-icon loading-tip"></span>
|
<span class="loading-icon loading-tip"></span>
|
||||||
<p class="error error-tip hide"></p>
|
<p class="error error-tip hide"></p>
|
||||||
|
Reference in New Issue
Block a user