mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
r406
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@406 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
32a1d3848d
commit
2dbc44dd74
4 changed files with 12 additions and 6 deletions
|
@ -52,7 +52,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R405';
|
||||
$bb_cfg['tp_release_state'] = 'R406';
|
||||
$bb_cfg['tp_release_date'] = '21-04-2012';
|
||||
|
||||
// Database
|
||||
|
|
|
@ -858,17 +858,12 @@ a.tr-dl:visited { color: #5493B4; font-weight: normal; }
|
|||
.ch { font-style: italic; color: #0080FF; }
|
||||
#fs-sel-cat option.cat-title { font-weight: bold; color: #005A88; background: #F5F5F5; }
|
||||
tr.hl-tr:hover td { background-color: #F8F8F8 !important; }
|
||||
|
||||
#fs-nav-ul .b { font-weight: bold; }
|
||||
#fs-nav-ul li, #fs-nav-close { cursor: pointer; }
|
||||
#fs-nav-ul span.f:hover, #fs-nav-close:hover { color: blue; background: #DEE2E4; }
|
||||
#fs-nav-list { border: 3px double #9AA7AD; background: #EFEFEF; padding: 8px; max-height: 500px; overflow: auto; }
|
||||
#fs-sel-cat { width: 260px; }
|
||||
#fs-sel-cat option.cat-title { font-weight: bold; color: #005A88; background: #F5F5F5; }
|
||||
|
||||
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
||||
.post_links { margin: 6px; }
|
||||
.unfolded2, .folded2 { display: inline !important; }
|
||||
/* ================================================================ *
|
||||
Images
|
||||
* ================================================================ */
|
||||
|
|
|
@ -47,6 +47,11 @@ ajax.callback.view_post = function(data) {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
||||
.post_links { margin: 6px; }
|
||||
</style>
|
||||
|
||||
<table id="post-row" style="display: none;">
|
||||
<tr>
|
||||
<td class="row2" colspan="{TOR_COLSPAN}">
|
||||
|
|
|
@ -230,6 +230,12 @@ ajax.callback.view_post = function(data) {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
||||
.post_links { margin: 6px; }
|
||||
.unfolded2, .folded2 { display: inline !important; }
|
||||
</style>
|
||||
|
||||
<table id="post-row" style="display: none;">
|
||||
<tr>
|
||||
<td class="row2" colspan="7">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue