Improved comment visuals
authorAlexander Ebert <ebert@woltlab.com>
Tue, 15 Aug 2017 09:59:23 +0000 (11:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 15 Aug 2017 09:59:31 +0000 (11:59 +0200)
Closes #2377

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

index 9af39d04e6ef338abf8955d7b00032cdf55e86d1..77f0a2fbe6cc60314e2a0936b81b88cfdbba0373 100644 (file)
                .wcfLikeCounter {
                        @include wcfFontSmall;
                }
+               
+               > .userMessage {
+                       margin-top: 10px;
+                       
+                       /* slightly indent code and quote boxes at the root of the
+                          message container, allows some space for shadows */
+                       > .codeBox,
+                       > .quoteBox {
+                               margin-left: 5px;
+                               margin-right: 5px;
+                       }
+               }
        }
        
        .commentResponseList {