Minor style improvements
authorAlexander Ebert <ebert@woltlab.com>
Fri, 22 Apr 2016 10:46:41 +0000 (12:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 22 Apr 2016 10:46:47 +0000 (12:46 +0200)
wcfsetup/install/files/style/layout/layout.scss
wcfsetup/install/files/style/ui/alert.scss
wcfsetup/install/files/style/ui/redactor.scss

index d15394eef24c4e96d8b411e2adb4028ad69bd670..0b157c11f4e87d2664d88210a5ed28171ab15bd2 100644 (file)
@@ -49,15 +49,15 @@ a {
        color: $wcfContentText;
        flex: 1 0 auto;
        
-       @include screen-md-up {
-               padding: 60px 0;
-       }
-       
-       @include screen-sm-down {
+       @include screen-md-down {
                padding: 30px 0;
                width: 100%;
        }
        
+       @include screen-lg {
+               padding: 60px 0;
+       }
+       
        a {
                color: $wcfContentLink;
                
index 7557977f0caf000375510684e3e1b19183a34272..8fd5cec56ed8780a56878f3e0552c5fbff69f1e2 100644 (file)
@@ -3,7 +3,10 @@
 .success,
 .warning {
        border-left: 5px solid transparent;
-       margin-top: 20px;
+       
+       &:not(:first-child) {
+               margin-top: 20px;
+       }
        
        @include screen-md-up {
                padding: 10px 20px;
index 89aae5839e38130c006ee66ba588d45c529b5c27..84323e18b483ab308dd9d5eefc1b73c88920fe4c 100644 (file)
@@ -1,6 +1,10 @@
 .redactor-box {
        position: relative;
        
+       &:not(:first-child) {
+               margin-top: 20px;
+       }
+       
        & + .messageTabMenu {
                padding: 0;
        }