mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Css
Пара фиксов.
This commit is contained in:
parent
22cfeb1b83
commit
9eaa8c4c2e
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ table.forumline {
|
||||||
font-size: 9px !important; text-transform: uppercase;
|
font-size: 9px !important; text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.forumline td {
|
.forumline td {
|
||||||
border: solid #B7C0C5; border-width: 0 1px 1px;
|
border: 1px solid #B7C0C5; border-width: 0 1px 1px;
|
||||||
}
|
}
|
||||||
.forumline th, .thHead {
|
.forumline th, .thHead {
|
||||||
padding: 6px 8px 7px; text-align: center;
|
padding: 6px 8px 7px; text-align: center;
|
||||||
|
|
|
@ -309,7 +309,7 @@ $(document).ready(function() {
|
||||||
<td width="40%">
|
<td width="40%">
|
||||||
{L_USER_WELCOME} <b class="med">{THIS_USER}</b> [ <a href="{U_LOGIN_LOGOUT}" onclick="return confirm('{L_CONFIRM_LOGOUT}');">{L_LOGOUT}</a> ]
|
{L_USER_WELCOME} <b class="med">{THIS_USER}</b> [ <a href="{U_LOGIN_LOGOUT}" onclick="return confirm('{L_CONFIRM_LOGOUT}');">{L_LOGOUT}</a> ]
|
||||||
</td>
|
</td>
|
||||||
<td style="padding: 2px;">
|
<td style="padding: 3px;">
|
||||||
<div>
|
<div>
|
||||||
<form id="quick-search" action="" method="post" onsubmit="$(this).attr('action', $('#search-action').val());">
|
<form id="quick-search" action="" method="post" onsubmit="$(this).attr('action', $('#search-action').val());">
|
||||||
<input type="hidden" name="max" value="1" />
|
<input type="hidden" name="max" value="1" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue