|
@@ -923,11 +923,6 @@ dl.add-converse-contact {
|
|
|
border-bottom-right-radius: 4px;
|
|
|
border-bottom-left-radius: 4px;
|
|
|
}
|
|
|
-#conversejs .chatroom-form {
|
|
|
- background: white;
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px 5px;
|
|
|
-}
|
|
|
#conversejs .chat-body p {
|
|
|
font-size: 14px;
|
|
|
color: #666;
|
|
@@ -937,7 +932,7 @@ dl.add-converse-contact {
|
|
|
#conversejs .chatroom-form legend {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
- margin-bottom: 5px;
|
|
|
+ margin: 5px 0;
|
|
|
}
|
|
|
#conversejs .chatroom-form label {
|
|
|
height: 30px;
|
|
@@ -1129,6 +1124,7 @@ dl.add-converse-contact {
|
|
|
#conversejs .chatroom {
|
|
|
width: 300px;
|
|
|
}
|
|
|
+#conversejs .chatroom-form,
|
|
|
#conversejs .controlbox-pane {
|
|
|
text-align: center;
|
|
|
background-color: white;
|
|
@@ -1164,6 +1160,10 @@ dl.add-converse-contact {
|
|
|
color: gray;
|
|
|
font-size: 85%;
|
|
|
}
|
|
|
+#conversejs .chatroom-form .instructions {
|
|
|
+ color: gray;
|
|
|
+ font-size: 95%;
|
|
|
+}
|
|
|
#conversejs .form-help:hover,
|
|
|
#conversejs #converse-register .instructions:hover {
|
|
|
color: #4f4f4f;
|
|
@@ -1198,19 +1198,31 @@ dl.add-converse-contact {
|
|
|
width: 100%;
|
|
|
}
|
|
|
#conversejs #converse-register .cancel,
|
|
|
+#conversejs .chatroom-form .cancel-submit,
|
|
|
#conversejs #converse-register .cancel-submit {
|
|
|
color: darkred;
|
|
|
}
|
|
|
+#conversejs .chatroom-form .save-submit,
|
|
|
#conversejs #converse-register .save-submit {
|
|
|
color: darkgreen;
|
|
|
}
|
|
|
+#conversejs .chatroom-form .save-submit,
|
|
|
+#conversejs .chatroom-form .cancel-submit,
|
|
|
#conversejs #converse-register .cancel-submit,
|
|
|
#conversejs #converse-register .save-submit {
|
|
|
width: 45%;
|
|
|
- margin: 5px 3px 0 3px;
|
|
|
+ margin: 5px 3px 5px 3px;
|
|
|
}
|
|
|
+#conversejs .chatroom-form input {
|
|
|
+ width: 80%;
|
|
|
+ padding: 5px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+#conversejs .chatroom-form label,
|
|
|
#conversejs #converse-register label,
|
|
|
#conversejs #converse-login label {
|
|
|
+ height: auto;
|
|
|
+ font-size: 14px;
|
|
|
margin-top: 0.5em;
|
|
|
font-weight: bold;
|
|
|
}
|