mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewtopic_attach.tpl
This commit is contained in:
parent
d2ca67cf5f
commit
afef879f1f
@ -340,6 +340,7 @@ $('#tor-filelist-btn').click(function(){
|
|||||||
margin: 0 2px; padding: 8px 6px;
|
margin: 0 2px; padding: 8px 6px;
|
||||||
max-height: 284px; overflow: auto;
|
max-height: 284px; overflow: auto;
|
||||||
}
|
}
|
||||||
|
.tor-filelist-fullsize { max-height: unset !important; }
|
||||||
#tor-filelist i { color: #7A7A7A; padding-left: 4px; }
|
#tor-filelist i { color: #7A7A7A; padding-left: 4px; }
|
||||||
#tor-filelist s { color: #0000FF; text-decoration: none; }
|
#tor-filelist s { color: #0000FF; text-decoration: none; }
|
||||||
#tor-filelist .b > s { color: #800000; }
|
#tor-filelist .b > s { color: #800000; }
|
||||||
@ -356,11 +357,14 @@ $('#tor-filelist-btn').click(function(){
|
|||||||
<table class="w100 borderless" cellspacing="0" cellpadding="0">
|
<table class="w100 borderless" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="tor-fl-treecontrol">
|
<div style="float: left;" id="tor-fl-treecontrol">
|
||||||
<a href="#">{L_COLLAPSE}</a>·
|
<a href="#">{L_COLLAPSE}</a>·
|
||||||
<a href="#">{L_EXPAND}</a>·
|
<a href="#">{L_EXPAND}</a>·
|
||||||
<a href="#">{L_SWITCH}</a>
|
<a href="#">{L_SWITCH}</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="float: right; padding: 2px 0 4px;">
|
||||||
|
<a style="padding: 0 8px; font-size: 11px; text-decoration: none;" href="#" onclick="$('#tor-filelist').toggleClass('tor-filelist-fullsize'); return false;">{L_TOGGLE_WINDOW_FULL_SIZE}</a>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user