Hide comment response editor when guest dialog is shown
authorMatthias Schmidt <gravatronics@live.com>
Thu, 21 Dec 2017 09:12:30 +0000 (10:12 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 21 Dec 2017 09:12:30 +0000 (10:12 +0100)
See #2502

wcfsetup/install/files/style/ui/comment.scss

index 8914f6caae9ceecbbb85caa151be4ea2ab018049..ab3943d43ba6eead4562a1eb7f3e7c478922d028 100644 (file)
        }
 }
 
+.commentListAddCommentResponse {
+       &.loading {
+               height: 150px;
+               position: relative;
+               
+               > .commentListAddCommentResponseEditorContainer {
+                       display: none;
+               }
+               
+               > .commentLoadingOverlay {
+                       left: 50%;
+                       position: absolute;
+                       top: 50%;
+                       transform: translateX(-50%) translateY(-50%);
+               }
+       }
+}
+
 .commentListAddCommentEditorContainer > .jsCommentAddRequiresApproval {
        margin-top: 0;
 }