(10 Jun, 2013, 6:15 pm)Finer escribió: Busca este css que me salta con el firebug y borralo
.thead, .rounded_top {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
(10 Jun, 2013, 6:28 pm)angeluz escribió: En tu global.css busca .thead .rounded_top
Y borralo C;
Lo segundo:
en tu plantilla forumbit_depth2_forum
cambialo así
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
En la segunda td C;
Adiós
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td>
<td class="{$bgcolor}" valign="top">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td>
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
(10 Jun, 2013, 6:42 pm)angeluz escribió: Copía y pega esto:
<tr> <td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td> <td class="trow1" width="80%" valign="top" style="white-space: nowrap;"> <img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div> </td> <td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap"> <div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div> <span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span> </td> <td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap"> <div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div> <span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span> </td> <td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td> </tr>
Lo otro ya quedo???
Adiós
<td class="tcat" width="2%"> </td>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="2%"> </td>