Bezpieczny_
- Bywalec
- 98 32 0 0
wersja skryptu MyBB:1.8.6
adres forum:localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Cześć, mam problem z umiejscowieniem tekstu w "post panel".
Załączam ss:
Jak widać, na dole jest to rozjechane, chce aby to wszystko było w jednej lini z tym, że email, pw, szukaj po lewej, a reszta po prawej.
Po dodaniu float: right, belka zwiększa swoją wysokość i poniżej widać efekty.
W jaki sposób mogę uzyskać opisany efekt?
Kod postbit_classic:
<hr>
Naprawione..
adres forum:localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Cześć, mam problem z umiejscowieniem tekstu w "post panel".
Załączam ss:
Jak widać, na dole jest to rozjechane, chce aby to wszystko było w jednej lini z tym, że email, pw, szukaj po lewej, a reszta po prawej.
Po dodaniu float: right, belka zwiększa swoją wysokość i poniżej widać efekty.
W jaki sposób mogę uzyskać opisany efekt?
Kod postbit_classic:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
{$post['useravatar']}
<div class="author_information">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left" style="background-color: #1e73be; width: 100%">
   <span class="prefiks" style="background: #E8E8E8"></i>{$post['button_email']}</span> <span class="prefiks" style="background: #E8E8E8">{$post['button_pm']}</span>{$post['button_www']} <span class="prefiks" style="background: #E8E8E8">{$post['button_find']}</span>{$post['button_rep']}
<div class="float:right"> <span class="prefiks" style="background: #E8E8E8">
{$post['button_edit']}</span> <span class="prefiks" style="background: #E8E8E8">
{$post['button_quickdelete']}</span>{$post['button_quickrestore']}<span class="prefiks" style="background: #E8E8E8">
{$post['button_quote']}</span> <span class="prefiks" style="background: #E8E8E8">{$post['button_multiquote']}</span> <span class="prefiks" style="background: #E8E8E8">
{$post['button_report']}</span> {$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
</div></div>
</div><br>
<hr>
Naprawione..