Witam, to znowu ja.
Jak mogę przenieść pasek narzędzi na prawo, a w jego miejsce przenieść pole do wpisywania tekstu (tak, aby to i to było w jednej linii)?
L: test
H: test123
Z góry dziękuję za pomoc.
"forum.naruto-sekai.pl
Domena jest utrzymywana na serwerach nazwa.pl"
Akurat dnsy się aktualizują, to jest tylko stan przejściowy.
Pokaż zawartość szablonu msb_template
Kod:
<table border="0" cellspacing="0" cellpadding="4" class="tborder tShout">
<thead>
<tr>
<td class="thead theadShout" colspan="1">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['mshout']}.png" id="mshout_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$mybb->settings['miunashout_title']}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['mshout_e']}" id="mshout_e">
<td class="trow2">
<div class="contentShout">
<div class="shouttab tabShout selected">{$mybb->settings['miunashout_title']}</div>
<div class="actusr tabShout">{$lang->miunashoutbox_user_ative}</div>
<div class="shoutarea wrapShout" style="height:{$mybb->settings['miunashout_height']}px;"></div>
<div class="wrapShout numusr" style="height:{$mybb->settings['miunashout_height']}px;display:none;"></div>
<form id="miunashoutbox-form">
<textarea type="text" name="shout_text" class="editorShout" id="shout_text" data-type="shout" autocomplete="off"></textarea>{$codebutmiuna}
</form>
</div>
</td>
</tr>
</tbody>
</table>
Nie to nie to, są jeszcze od niego inne szablony?
Jest msb_template oraz msb_guest_template.
Ja każdych zmian dokonywałem w pliku editor.css/style.css w jscripts/miuna/shoutbox
Do
textarea.editorShout dodaj/edytuj:
Kod:
width: 75% !important;
float: right;
Do
div.yuieditor-toolbar dodaj/edytuj:
Kod:
float: left;
position: absolute;
(25.09.2016, 11:52)remix napisał(a): [ -> ]Dzieje się coś takiego:
http://scr.hu/2xsa/7l1lv
Niestety nie mam pojęcia jak toolbar dać na prawą stronę.
A jeżeli w kodzie zamienić miejscami liniki kodu odpowiadające za toolbar i textarea, a następnie zamienić float?
W kodzie co masz teraz w css w textarea.editorShoutzmniejsz szerokość, bo ci się teraz nie mieści wszystko.
Już zrobiłem. Po prostu position: absolute; było tam niepotrzebne.
Wielkie dzięki!