浏览代码

Add padding below participants invite form

JC Brand 7 年之前
父节点
当前提交
b7b0a5de7c
共有 2 个文件被更改,包括 9 次插入5 次删除
  1. 8 5
      css/converse.css
  2. 1 0
      sass/_chatrooms.scss

+ 8 - 5
css/converse.css

@@ -8690,11 +8690,14 @@ body.reset {
   #conversejs.converse-embedded .chatroom .sendXMPPMessage .send-button,
   #conversejs .chatroom .sendXMPPMessage .send-button {
     background-color: #E77051; }
-  #conversejs.converse-embedded .chatroom .room-invite .invited-contact,
-  #conversejs .chatroom .room-invite .invited-contact {
-    margin: -1px 0 0 -1px;
-    width: 100%;
-    border: 1px solid #999; }
+  #conversejs.converse-embedded .chatroom .room-invite,
+  #conversejs .chatroom .room-invite {
+    padding-bottom: 1em; }
+    #conversejs.converse-embedded .chatroom .room-invite .invited-contact,
+    #conversejs .chatroom .room-invite .invited-contact {
+      margin: -1px 0 0 -1px;
+      width: 100%;
+      border: 1px solid #999; }
 
 /* ******************* Overlay  styles *************************** */
 #conversejs.converse-overlayed .chatbox.chatroom {

+ 1 - 0
sass/_chatrooms.scss

@@ -281,6 +281,7 @@
         }
 
         .room-invite {
+            padding-bottom: 1em;
             .invited-contact {
                 margin: -1px 0 0 -1px;
                 width: 100%;