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