2
0
Эх сурвалжийг харах

CSS tweaks after testing standalone again

JC Brand 12 жил өмнө
parent
commit
0799d286fb
2 өөрчлөгдсөн 10 нэмэгдсэн , 6 устгасан
  1. 9 5
      converse.css
  2. 1 1
      converse.js

+ 9 - 5
converse.css

@@ -623,6 +623,7 @@ div#controlbox-panes {
     width: 199px;
 }
 
+
 form#converse-login {
     background: white;
     padding: 2em 0 0.3em 0.5em;
@@ -639,10 +640,12 @@ form#converse-login .login-submit {
 }
 
 form.set-xmpp-status {
+    background: none;
     padding: 0.5em 0 0.5em 0.5em;
 }
 
 form.add-chatroom {
+    background: none;
     padding: 0.5em;
 }
 
@@ -657,10 +660,6 @@ form.add-chatroom input[type=submit] {
     width: 50%;
 }
 
-.set-xmpp-status li {
-    list-style: none;
-}
-
 select#select-xmpp-status {
     float: right;
     margin-right: 0.5em;
@@ -768,7 +767,7 @@ input.custom-xmpp-status {
 }
 
 form.add-xmpp-contact {
-    background: white;
+    background: none;
     padding: 5px;
 }
 
@@ -793,6 +792,11 @@ form.add-xmpp-contact input {
     background-color: rgb(240, 240, 240);
 }
 
+.chatbox .dropdown li {
+    list-style: none;
+    padding-left: 0;
+}
+
 .set-xmpp-status .dropdown dd ul {
     z-index: 22;
 }

+ 1 - 1
converse.js

@@ -587,7 +587,7 @@
         add_contact_template: _.template(
             '<li>'+
                 '<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>' +
                 '</form>'+
             '<li>'