Files
.github
CHANGELOG
COPYING
README.md
chat.php
chatters_list_on_right_example.css
lang_bg.php
lang_cs.php
lang_de.php
lang_en.php
lang_es.php
lang_fr.php
lang_id.php
lang_it.php
lang_pt.php
lang_ru.php
lang_tr.php
lang_uk.php
lang_update.php
lang_zh-Hans.php
le-chat-php/chatters_list_on_right_example.css
2020-12-27 17:35:27 +01:00

9 lines
561 B
CSS

.msg {padding: 0.5em 0; border-bottom: 1px solid #363636}
input, select, textarea, button {padding: 0.2em; border: 1px solid #ffffff; border-radius: 0.5em}
#messages small {color: #989898}
#messages {display: block; width: 79%}
.messages #topic {display: block; width: 79%}
.messages #chatters {display: block; float:right; width: 20%; overflow-y: auto; position:fixed; right:0; max-height:100%; bottom:2em; top:2em;}
.messages #chatters td, #chatters tr, #chatters th {display: table-row; line-height: 0.8em;}
.messages #chatters table a {display: table-row;}