mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
Remove bulb tips
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{% block left_panel %}
|
||||
<div class="info-item">
|
||||
<h3 class="info-item-top bulb-tips">小提示</h3>
|
||||
<h3 class="info-item-top">小提示</h3>
|
||||
<p class="info-item-bottom">在共享和发送外链的时候,系统会自动记录下您用过的通讯地址,以方便下次使用。</p>
|
||||
</div>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div class="info-item">
|
||||
<h3 class="info-item-top bulb-tips">小提示</h3>
|
||||
<h3 class="info-item-top">小提示</h3>
|
||||
<div class="info-item-bottom">
|
||||
<p class="not-last">群组创建后,就可以往里面共享资料,邀请他人一起来协同维护这些资料。</p>
|
||||
<p>您也可以共享资料到您没有参加的群组,相当于邮件的抄送功能。</p>
|
||||
|
@@ -1329,9 +1329,4 @@ ul.with-bg li {
|
||||
top:-15px;
|
||||
left:-14px;
|
||||
}
|
||||
.bulb-tips {
|
||||
background-image: url('../img/bulb_yellow.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
{% block left_panel %}
|
||||
<div class="info-item">
|
||||
<h3 class="info-item-top bulb-tips">小提示</h3>
|
||||
<h3 class="info-item-top">小提示</h3>
|
||||
<p class="info-item-bottom">标记为只读的资料库只能查看,无法整个下载。</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user