JC Brand vor 12 Jahren
Ursprung
Commit
b79c12e8a1
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 1 1
      converse.css
  2. 5 5
      mockup.html

+ 1 - 1
converse.css

@@ -361,7 +361,7 @@ form.search-xmpp-contact input {
 
 a.configure-chatroom-button,
 a.close-chatbox-button {
-    font-size: 13px;
+    font-size: 12px;
     padding: 2px 2px 1px 2px;
     margin-right: 3px;
     cursor: pointer;

+ 5 - 5
mockup.html

@@ -109,7 +109,7 @@
                     <dd class="online current-xmpp-contact">
                         <a class="open-chat" title="Click to chat with this contact" href="#">
                         <span class="icon-bubble" title="This contact is online"></span>
-                        John Smith</a>
+                        John Smit</a>
                         <a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
                     </dd>
                     <dd class="dnd current-xmpp-contact">
@@ -133,18 +133,18 @@
 
                     <dt id="xmpp-contact-requests" style="display: block;">Contact requests</dt>
                     <dd class="offline requesting-xmpp-contact">
-                        <div>Dominik Beyer</div>
+                        <div>Bob Skinstad</div>
                         <button type="button" class="accept-xmpp-request">Accept</button>
                         <button type="button" class="decline-xmpp-request">Decline</button>
                     </dd>
                     <dd class="offline requesting-xmpp-contact">
-                        <div>Mohamad Stet</div>
+                        <div>André Vos</div>
                         <button type="button" class="accept-xmpp-request">Accept</button>
                         <button type="button" class="decline-xmpp-request">Decline</button>
                     </dd>
 
                     <dt id="pending-xmpp-contacts" style="display: block;">Pending contacts</dt>
-                    <dd class="offline pending-xmpp-contact"><span>André Vos</span>
+                    <dd class="offline pending-xmpp-contact"><span>Rassie Erasmus</span>
                         <a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
                     </dd>
                     <dd class="offline pending-xmpp-contact"><span>Victor Matfield</span>
@@ -191,7 +191,7 @@
         <div class="chat-head chat-head-chatbox">
             <a class="close-chatbox-button icon-close"></a>
             <a href="" target="_blank" class="user">
-                <div class="chat-title">John Smith</div>
+                <div class="chat-title">John Smit</div>
             </a>
             <p class="user-custom-message"></p>
             <p></p>