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.
This commit is contained in:
parent
7b9bad7382
commit
a00c682645
@ -149,7 +149,8 @@ $(document).ready(function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Append the watchlist toggle button.
|
//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.
|
//Append a watch thread button after every OP.
|
||||||
$('.op>.intro').append('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');
|
$('.op>.intro').append('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');
|
||||||
|
|
||||||
|
@ -1358,7 +1358,7 @@ div.boardlist {
|
|||||||
width: 15%;
|
width: 15%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0pt;
|
right: 0pt;
|
||||||
bottom: 0pt;
|
top: 20pt;
|
||||||
margin: 0pt;
|
margin: 0pt;
|
||||||
padding: 0pt;
|
padding: 0pt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user