mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
a1bd58f7f5
commit
fe991faa48
@ -11,7 +11,7 @@
|
|||||||
- Corrected translations [\#183](https://github.com/torrentpier/torrentpier-lts/pull/183) ([belomaxorka](https://github.com/belomaxorka))
|
- Corrected translations [\#183](https://github.com/torrentpier/torrentpier-lts/pull/183) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Fixed $bb_cfg['pm_days_keep'] [\#180](https://github.com/torrentpier/torrentpier-lts/pull/180) ([belomaxorka](https://github.com/belomaxorka))
|
- Fixed $bb_cfg['pm_days_keep'] [\#180](https://github.com/torrentpier/torrentpier-lts/pull/180) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- IP storage bugfix [\#177](https://github.com/torrentpier/torrentpier-lts/pull/177) ([belomaxorka](https://github.com/belomaxorka))
|
- IP storage bugfix [\#177](https://github.com/torrentpier/torrentpier-lts/pull/177) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Minor improvements [\#172](https://github.com/torrentpier/torrentpier-lts/pull/172), [\#175](https://github.com/torrentpier/torrentpier-lts/pull/175), [\#176](https://github.com/torrentpier/torrentpier-lts/pull/176), [\#178](https://github.com/torrentpier/torrentpier-lts/pull/178), [\#179](https://github.com/torrentpier/torrentpier-lts/pull/179), [\#181](https://github.com/torrentpier/torrentpier-lts/pull/181), [\#187](https://github.com/torrentpier/torrentpier-lts/pull/187), [\#192](https://github.com/torrentpier/torrentpier-lts/pull/192), [\#194](https://github.com/torrentpier/torrentpier-lts/pull/194), [\#195](https://github.com/torrentpier/torrentpier-lts/pull/195), [\#199](https://github.com/torrentpier/torrentpier-lts/pull/199) ([belomaxorka](https://github.com/belomaxorka))
|
- Minor improvements [\#172](https://github.com/torrentpier/torrentpier-lts/pull/172), [\#175](https://github.com/torrentpier/torrentpier-lts/pull/175), [\#176](https://github.com/torrentpier/torrentpier-lts/pull/176), [\#178](https://github.com/torrentpier/torrentpier-lts/pull/178), [\#179](https://github.com/torrentpier/torrentpier-lts/pull/179), [\#181](https://github.com/torrentpier/torrentpier-lts/pull/181), [\#187](https://github.com/torrentpier/torrentpier-lts/pull/187), [\#192](https://github.com/torrentpier/torrentpier-lts/pull/192), [\#194](https://github.com/torrentpier/torrentpier-lts/pull/194), [\#195](https://github.com/torrentpier/torrentpier-lts/pull/195), [\#199](https://github.com/torrentpier/torrentpier-lts/pull/199), [\#200](https://github.com/torrentpier/torrentpier-lts/pull/200) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Fixed empty user search box [\#171](https://github.com/torrentpier/torrentpier-lts/pull/171) ([belomaxorka](https://github.com/belomaxorka))
|
- Fixed empty user search box [\#171](https://github.com/torrentpier/torrentpier-lts/pull/171) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Added some placeholders for input fields [\#173](https://github.com/torrentpier/torrentpier-lts/pull/173) ([belomaxorka](https://github.com/belomaxorka))
|
- Added some placeholders for input fields [\#173](https://github.com/torrentpier/torrentpier-lts/pull/173) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
|
|
||||||
|
@ -688,6 +688,7 @@ table.forums { width: 100%; }
|
|||||||
|
|
||||||
.f_icon { /* Forum Icon cell */
|
.f_icon { /* Forum Icon cell */
|
||||||
width: 46px;
|
width: 46px;
|
||||||
|
text-align: center;
|
||||||
padding: 6px 0 !important;
|
padding: 6px 0 !important;
|
||||||
}
|
}
|
||||||
.f_titles { /* Forum Title cell */
|
.f_titles { /* Forum Title cell */
|
||||||
@ -1475,4 +1476,4 @@ div#autocomplete_popup span.regenerate {
|
|||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #dca7a7;
|
border-color: #dca7a7;
|
||||||
}
|
}
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<div id="board_stats">
|
<div id="board_stats">
|
||||||
<h3 class="cat_title">{L_WHOSONLINE}</h3>
|
<h3 class="cat_title">{L_STATISTICS}</h3>
|
||||||
<div id="board_stats_wrap">
|
<div id="board_stats_wrap">
|
||||||
|
|
||||||
<table class="forums">
|
<table class="forums">
|
||||||
@ -243,4 +243,4 @@
|
|||||||
|
|
||||||
</div><!--/bottom_info-->
|
</div><!--/bottom_info-->
|
||||||
|
|
||||||
</div><!--/forums_list_wrap-->
|
</div><!--/forums_list_wrap-->
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<div class="copyright tCenter">
|
<div class="copyright tCenter">
|
||||||
<b style="color:rgb(204,0,0);">{L_NOTICE}</b><br />
|
<b style="color:rgb(204,0,0);">{L_NOTICE}</b><br />
|
||||||
{L_COPY}
|
{L_COPY}<br /><br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--/page_footer -->
|
<!--/page_footer -->
|
||||||
@ -68,4 +68,4 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$p('{ONLOAD_FOCUS_ID}').focus();
|
$p('{ONLOAD_FOCUS_ID}').focus();
|
||||||
</script>
|
</script>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
Loading…
Reference in New Issue
Block a user