diff options
author | Vitaly Takmazov | 2017-08-30 12:16:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-30 12:16:12 +0300 |
commit | 6ea8ada22ff2e926356ce87e894373eb694e1d40 (patch) | |
tree | e8d71167052f9ad8012c3354eb23c146f9418966 /juick-www/src/main | |
parent | 62277f6dc117e8b204c48f52ef2a093c58faecec (diff) |
www: menu.png -> ei-link
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/static/menu.png | bin | 479 -> 0 bytes | |||
-rw-r--r-- | juick-www/src/main/static/style.css | 2 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 2 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html | 2 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/juick-www/src/main/static/menu.png b/juick-www/src/main/static/menu.png Binary files differdeleted file mode 100644 index 4cac2563..00000000 --- a/juick-www/src/main/static/menu.png +++ /dev/null diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 92dd6317..594c108b 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -329,7 +329,7 @@ article .tags > a, width: 16px; } .msg-menu > a { - background: url("menu.png") no-repeat; + color: #222; display: block; height: 16px; width: 16px; diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html index a5966e2b..09ba5365 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html @@ -16,7 +16,7 @@ </div> {% endif %} <div class="msg-menu"> - <a href="#" class="a-thread-links"></a> + <a href="#" class="a-thread-links"><i data-icon="ei-link" data-size="s"></i></a> </div> <div class="msg-ts"> <a href="/{{ msg.mid }}#{{ msg.rid }}"> diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index f67362ce..b3ff86cd 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -4,7 +4,7 @@ <div class="msg-avatar"><a href="/{{ msg.user.name }}/"> <img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/></a> </div> - <div class="msg-menu"><a href="#"></a></div> + <div class="msg-menu"><a href="#"><i data-icon="ei-link" data-size="s"></i></a></div> <div class="msg-ts"> <a href="/{{ msg.user.name }}/{{ msg.mid }}"> <time datetime="{{ msg.date | date('yyyy-MM-dd HH:mm:ss') }}Z" diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html index b6bf7077..275ffeaf 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html @@ -14,7 +14,7 @@ </div> {% endif %} <div class="msg-menu"> - <a href="#" class="a-thread-links"></a> + <a href="#" class="a-thread-links"><i data-icon="ei-link" data-size="s"></i></a> </div> <div class="msg-ts"> <a href="/{{ msg.mid }}#{{ msg.rid }}"> diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 030e4688..5f1cb148 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -4,7 +4,7 @@ <ul> <li id="msg-{{ msg.mid }}" class="msg msgthread"> <div class="msg-cont"> - <div class="msg-menu"><a href="#"></a></div> + <div class="msg-menu"><a href="#"><i data-icon="ei-link" data-size="s"></i></a></div> <div class="msg-ts"><a href="/{{ msg.user.name }}/{{ msg.mid }}"> <time datetime="{{ msg.date | date('yyyy-MM-dd HH:mm:ss') }}Z" title="{{ msg.date | date('yyyy-MM-dd HH:mm:ss') }} GMT"> |