Commit 0799d286 authored by JC Brand's avatar JC Brand

CSS tweaks after testing standalone again

parent 9aabe161
...@@ -623,6 +623,7 @@ div#controlbox-panes { ...@@ -623,6 +623,7 @@ div#controlbox-panes {
width: 199px; width: 199px;
} }
form#converse-login { form#converse-login {
background: white; background: white;
padding: 2em 0 0.3em 0.5em; padding: 2em 0 0.3em 0.5em;
...@@ -639,10 +640,12 @@ form#converse-login .login-submit { ...@@ -639,10 +640,12 @@ form#converse-login .login-submit {
} }
form.set-xmpp-status { form.set-xmpp-status {
background: none;
padding: 0.5em 0 0.5em 0.5em; padding: 0.5em 0 0.5em 0.5em;
} }
form.add-chatroom { form.add-chatroom {
background: none;
padding: 0.5em; padding: 0.5em;
} }
...@@ -657,10 +660,6 @@ form.add-chatroom input[type=submit] { ...@@ -657,10 +660,6 @@ form.add-chatroom input[type=submit] {
width: 50%; width: 50%;
} }
.set-xmpp-status li {
list-style: none;
}
select#select-xmpp-status { select#select-xmpp-status {
float: right; float: right;
margin-right: 0.5em; margin-right: 0.5em;
...@@ -768,7 +767,7 @@ input.custom-xmpp-status { ...@@ -768,7 +767,7 @@ input.custom-xmpp-status {
} }
form.add-xmpp-contact { form.add-xmpp-contact {
background: white; background: none;
padding: 5px; padding: 5px;
} }
...@@ -793,6 +792,11 @@ form.add-xmpp-contact input { ...@@ -793,6 +792,11 @@ form.add-xmpp-contact input {
background-color: rgb(240, 240, 240); background-color: rgb(240, 240, 240);
} }
.chatbox .dropdown li {
list-style: none;
padding-left: 0;
}
.set-xmpp-status .dropdown dd ul { .set-xmpp-status .dropdown dd ul {
z-index: 22; z-index: 22;
} }
......
...@@ -587,7 +587,7 @@ ...@@ -587,7 +587,7 @@
add_contact_template: _.template( add_contact_template: _.template(
'<li>'+ '<li>'+
'<form class="add-xmpp-contact">' + '<form class="add-xmpp-contact">' +
'<input type="text" name="identifier" class="username" placeholder="Contact name"/>' + '<input type="text" name="identifier" class="username" placeholder="Contact username"/>' +
'<button type="submit">Add</button>' + '<button type="submit">Add</button>' +
'</form>'+ '</form>'+
'<li>' '<li>'
......
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