1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

[icons] rm '.non-text-link'

This commit is contained in:
llj
2016-04-12 17:15:20 +08:00
parent d4f5bc4817
commit ce65a157d0
4 changed files with 5 additions and 8 deletions

View File

@@ -466,9 +466,6 @@ p { margin:0.5em 0; }
.no-deco:hover {
text-decoration:none;
}
.non-text-link:hover {
text-decoration:none;
}
.input-disabled {/* for type="password/text" etc*/
background:#ebebe4;
}

View File

@@ -47,7 +47,7 @@
{% endif %}
<div data-url="{% url 'unseen_notices_count' %}" id="msg-count" class="fleft">
<a href="#" class="non-text-link" id="notice-icon" title="{% trans "Notifications" %}">
<a href="#" class="no-deco" id="notice-icon" title="{% trans "Notifications" %}">
<span class="sf2-icon-bell"></span>
<span class="num hide">0</span>
</a>
@@ -64,7 +64,7 @@
</div>
<div id="account" class="fright">
<a id="my-info" href="#" class="non-text-link">
<a id="my-info" href="#" class="no-deco">
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
</a>
<div id="user-info-popup" class="top-info-popup hide">

View File

@@ -58,7 +58,7 @@
{% endif %}
<div id="msg-count" class="fleft">
<a href="#" class="non-text-link" id="notice-icon" title="{% trans "Notifications" %}">
<a href="#" class="no-deco" id="notice-icon" title="{% trans "Notifications" %}">
<span class="sf2-icon-bell"></span>
<span class="num hide">0</span>
</a>
@@ -75,7 +75,7 @@
</div>
<div id="account" class="fright">
<a id="my-info" href="#" class="non-text-link">
<a id="my-info" href="#" class="no-deco">
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
</a>
<div id="user-info-popup" class="top-info-popup hide">

View File

@@ -11,7 +11,7 @@
{% block main_panel %}
<div id="view-hd">
<h2>{{ filename }}
<a id="file-star" class="non-text-link {% if is_starred %}icon-star{% else %}icon-star-empty{% endif %}" href="#"></a>
<a id="file-star" class="no-deco {% if is_starred %}icon-star{% else %}icon-star-empty{% endif %}" href="#"></a>
{% if is_pro %}
<img class="file-locked-icon cspt vam {% if not file_locked %}hide{% endif %}" width="16" src="{{ MEDIA_URL }}img/file-locked-32.png" alt="{% trans "locked" %}" title="{% trans "locked" %}" />
{% endif %}