diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 56ea5aefb2e..664a70556d5 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -583,11 +583,18 @@ table.message_search_results td { border-color: #DDDDDD; } - /*** *** Modules: Chat ***/ +#mod-chat-gui_header_js-jsupdate .text { + color:#000 +} +#mod-chat-gui_header_js-jsupdate .event, +#mod-chat-gui_header_js-jsupdate .title { + color:#888 +} + /*** *** Modules: Choice ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index bdfdf9a7719..d5b86594d6d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1109,6 +1109,19 @@ body#user-index table.controls .right { *** Modules: Chat ***/ +#mod-chat-gui_header_js-jsupdate { + margin:10px +} +#mod-chat-gui_header_js-jsupdate .chat-event, +#mod-chat-gui_header_js-jsupdate .chat-message { + width:100%; + padding:0; + margin-top:7px +} +#mod-chat-gui_header_js-jsupdate .picture { + width:40px +} + /*** *** Modules: Choice ***/