Commit 8568fac3 by Giulio Gratta Committed by Joe Blaylock

fixing styling for mesage box and field

parent 5863e8bb
...@@ -24,7 +24,12 @@ ...@@ -24,7 +24,12 @@
} }
#chat-rooms .message-pane { #chat-rooms .message-pane {
margin-right: 10px; margin: 0 25px 0 10px;
padding: 5px 0;
}
#chat-rooms .message-pane dd {
overflow: hidden;
padding-left: 140px;
} }
#chat-rooms .roster-pane .user { #chat-rooms .roster-pane .user {
...@@ -45,14 +50,20 @@ ...@@ -45,14 +50,20 @@
color: #fbfbf9; color: #fbfbf9;
} }
#chat-rooms .message-form-wrapper, #chat-rooms .message-form-wrapper {
background-color: #e9e6df;
}
#chat-rooms form.message-form { #chat-rooms form.message-form {
margin-right: 260px;
background-color: #e9e6df; background-color: #e9e6df;
} }
#chat-rooms form.message-form input.field { #chat-rooms form.message-form input.field {
background-color: transparent; background-color: #fbfbf9;
width: 850px; margin: 3px 5px;
padding: 4px 8px;
border-radius: 3px;
} }
#chat-rooms .message-form input.submit { #chat-rooms .message-form input.submit {
...@@ -70,4 +81,7 @@ ...@@ -70,4 +81,7 @@
#chat-modal img { #chat-modal img {
display: none !important; display: none !important;
}
#chat-modal #login-form {
display: none !important;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment