瀏覽代碼

Fixed attachment of threadwatcher to topbar and move threadwatcher dialog from bottom of page where it was overlapped by bottom bar, to top of the page.

pull/129/head
Benjamin Southall 6 年之前
父節點
當前提交
a00c682645
共有 2 個檔案被更改,包括 3 行新增2 行删除
  1. +2
    -1
      js/thread-watcher.js
  2. +1
    -1
      stylesheets/style.css

+ 2
- 1
js/thread-watcher.js 查看文件

@@ -149,7 +149,8 @@ $(document).ready(function(){
}

//Append the watchlist toggle button.
$('.boardlist .compact-boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
$('.boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
$('.compact-boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
//Append a watch thread button after every OP.
$('.op>.intro').append('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');



+ 1
- 1
stylesheets/style.css 查看文件

@@ -1358,7 +1358,7 @@ div.boardlist {
width: 15%;
position: fixed;
right: 0pt;
bottom: 0pt;
top: 20pt;
margin: 0pt;
padding: 0pt;
}


Loading…
取消
儲存