mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
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:
parent
df8d3e66f4
commit
5ecbff7916
@ -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
|
||||
***/
|
||||
|
@ -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
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user