Wyrównanie wiadomości z avatarem shoutbox

Założony przez  PowstaniecGanru.

wersja skryptu MyBB: 1.8.6
adres forumhttp://holygames.pl/
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):
Więc chciałbym wyrównać avatary z wiadomością wysłaną na shoutboxie bo obecnie nick jest lekko pochylony w dól ale nie wiem która zmienna za to odpowiada
używam tego shoutboxa
http://community.mybb.com/mods.php?action=view&pid=574

a to mam w global.css
#shoutbox { margin-bottom: 10px;}
#shoutbox div.thead { padding: 6px; font-weight: bold; }
[b][/b]#shoutbox.front .thead { cursor: pointer; }
[b][/b]#shoutbox .thead .right { float: right; margin: 0; font-size: 13px; font-weight: normal; color: #EEE; }
[b][/b]#shoutbox.collapsed .thead { opacity: 0.6; }
[b][/b]#shoutbox.collapsed .body { display: none; }
[b][/b]#shoutbox .panel { padding: 1px 0; background: #FAFAFA; }
[b][/b]#shoutbox input.text { padding: 8px; width: 100%; box-sizing: border-box; background: #FFF; border: 1px solid #CCC; box-shadow: inset 0 0 8px #EEE; font-family: Arial, sans-serif; font-size: 12px; color: #000; }
[b][/b]#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
[b][/b]#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
[b][/b]#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
[b][/b]#shoutbox .panel p { margin: 0; }
[b][/b]#shoutbox .window { padding: 1px; border: solid 1px #EEE; overflow-y: scroll; }
[b][/b]#shoutbox .data { display: table; width: auto; margin: auto auto; background: #FFF; font: 12px Arial, sans-serif; }
[b][/b]#shoutbox .entry { width: 100%; transition: background-color 0.2s; }
[b][/b]#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.02); }
[b][/b]#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
[b][/b]#shoutbox .entry > div { border-bottom: dashed 1px #F4F4F4; }
[b][/b]#shoutbox .entry:last-child > div { border-bottom: none; }
[b][/b]#shoutbox .avatar { display: table-cell; padding: 6px; }
[b][/b]#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px #FFF; box-shadow: 0 0 2px #E0E0E0; }
[b][/b]#shoutbox .user { display: table-cell; margin: 0; padding: 6px; text-align: left; white-space: nowrap; }
[b][/b]#shoutbox .text { display: table-cell; margin: 0; width: 100%; padding: 6px; color: #555; }
[b][/b]#shoutbox .call { cursor: pointer; color: #AAAAAA; }
[b][/b]#shoutbox .info { display: table-cell; padding: 4px; font-size: 11px; color: #AAA; text-align: right; white-space: nowrap; }
[b][/b]#shoutbox .info .date { margin-right: 5px; }
[b][/b]#shoutbox .info .ip { margin-right: 5px; color: #CECECE; }
[b][/b]#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
[b][/b]#shoutbox .mod:nth-of-type(2) { border-left: solid 1px #EEE; }
[b]#shoutbox .ip { margin-left: 10px; }
#shoutbox .user { display: table-cell; margin: 0; padding: 6px; text-align: left; white-space: nowrap; }
Na:
#shoutbox .user { display: table-cell; margin: 0; padding: 6px; text-align: left; white-space: nowrap; margin-bottom: 5px; }
Jeśli nie podziała pobaw się z tym: margin-bottom: 5px;
Zmieniłem ale dalej jest nie równo
zmieniałes na top, albo wartość chociaż?

Spróbuj to:
#shoutbox .user { display: inline-block; margin: 0; padding: 6px; text-align: left; white-space: nowrap; }

Jesli dalej nic z tego to łap:
#shoutbox .user { display: table-cell; margin: 0; padding: 6px; text-align: left; white-space: nowrap; padding-bottom: 5px; }
Dalej niestety nic



Użytkownicy przeglądający ten wątek:

1 gości