Eloy added hooks to the chat mes frame. I adde the basic CSS properties and values for colors and positioning to the "Modules: Chat" sections of the two CSS files.

This commit is contained in:
urs_hunkler 2005-09-10 18:35:49 +00:00
parent df8d3e66f4
commit 5ecbff7916
2 changed files with 21 additions and 1 deletions

View File

@ -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
***/

View File

@ -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
***/