Commit c1423928 authored by JC Brand's avatar JC Brand

It's now possible to enter password protected chatrooms

parent 28936575
...@@ -167,7 +167,6 @@ ul.participant-list li.moderator { ...@@ -167,7 +167,6 @@ ul.participant-list li.moderator {
.chat-message-room { .chat-message-room {
font-weight: bold; font-weight: bold;
color: #4B7003; color: #4B7003;
white-space: nowrap;
} }
.chat-message-them { .chat-message-them {
...@@ -388,7 +387,7 @@ a.configure-chatroom-button { ...@@ -388,7 +387,7 @@ a.configure-chatroom-button {
padding-top: 0.5em; padding-top: 0.5em;
} }
.configure-chatroom-container { .chatroom-form-container {
color: #666; color: #666;
padding: 5px; padding: 5px;
height: 262px; height: 262px;
...@@ -397,26 +396,26 @@ a.configure-chatroom-button { ...@@ -397,26 +396,26 @@ a.configure-chatroom-button {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.configure-chatroom { .chatroom-form {
background: white; background: white;
font-size: 12px; font-size: 12px;
padding: 0; padding: 0;
} }
.configure-chatroom legend { .chatroom-form legend {
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
} }
.configure-chatroom label { .chatroom-form label {
font-weight: bold; font-weight: bold;
display: block; display: block;
clear: both; clear: both;
} }
.configure-chatroom label input, .chatroom-form label input,
.configure-chatroom label select { .chatroom-form label select {
float: right; float: right;
} }
......
This diff is collapsed.
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