Updated toolbar styling
authorAlexander Ebert <ebert@woltlab.com>
Wed, 30 Mar 2016 15:50:05 +0000 (17:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 30 Mar 2016 15:50:05 +0000 (17:50 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index 5659e4afe9f2f7de12a5c76afc2e07f40e54bbb4..702dacd29a3d75b607f93e904d749b352ec21f7c 100644 (file)
        background-color: $wcfHeaderBackground;
        display: flex;
        flex-wrap: wrap;
-       padding: 7px 10px;
        
        > li {
                flex: 0 0 auto;
                margin-bottom: 1px;
                
-               &:not(:last-child) {
-                       margin-right: 10px;
-               }
-               
                > a {
-                       background-color: $wcfHeaderMenuBackground;
                        color: $wcfHeaderMenuLink;
                        display: block;
                        outline: none;
-                       padding: 5px 8px;
+                       padding: 10px;
                        text-align: center;
-                       text-decoration: none;
                        
                        @include wcfFontSmall;