git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@406 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2012-04-21 17:19:05 +00:00
commit 2dbc44dd74
4 changed files with 12 additions and 6 deletions

View file

@ -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

View file

@ -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
* ================================================================ */

View file

@ -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}">

View file

@ -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">