Added missing margins in messages
authorMarcel Werk <burntime@woltlab.com>
Sun, 10 Jul 2016 16:33:09 +0000 (18:33 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 10 Jul 2016 16:36:29 +0000 (18:36 +0200)
wcfsetup/install/files/style/ui/message.scss

index 503d91cb2201ba52934a5798ae8b578c62dbc5d8..dc68100d96e2c47cbf66fa2dc379e29f5ee6c3f2 100644 (file)
 /* content - footer */
 .messageFooter {
        flex: 0 0 auto;
-       margin-top: 20px;
+       
+       .formSubmit {
+               margin-top: 20px;
+       }
 }
 
 .messageFooterNote {
 
 .messageSignature {
        border-top: 1px solid $wcfContentBorderInner;
+       margin-top: 20px;
        opacity: .6;
        padding-top: 10px;
        transition: opacity .12s linear;