Fixed attachment tab styling issues
authorMarcel Werk <burntime@woltlab.com>
Fri, 5 Sep 2014 14:59:08 +0000 (16:59 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 5 Sep 2014 14:59:08 +0000 (16:59 +0200)
wcfsetup/install/files/style/attachment.less
wcfsetup/install/files/style/redactor.less

index fc5b44b451da9b469caeaa67f51b8f4765c08b6d..a7b0b2be927f8872a8c626f5d7e0ef28eecc01d3 100644 (file)
                        }
                }
        }
+       
+       &.sortableList {
+               list-style-type: none;
+               margin-left: 0;
+       }
+}
+
+.formAttachmentContent {
+       .jsButtonAttachmentInsertAll {
+               vertical-align: baseline;
+       }
+       
+       .uploadButton {
+               vertical-align: bottom;
+       }
+       
+       > dl {
+               div + small {
+                       margin-top: 7px !important;
+               }
+       }
 }
 
 @media only screen and (min-width: 801px) {
index 9f7749184f691780574dbafb959ee915ae92cc16..33e5b38ec5baf4d45f109999c447074f7cbdabb9 100644 (file)
@@ -49,6 +49,7 @@
 .redactor_box {
        border: 1px solid @wcfContainerBorderColor;
        font-size: 0;
+       line-height: @wcfBaseLineHeight;
        
        & + .messageTabMenu {
                padding: 0;
 .messageTabMenu {
        border: 1px solid @wcfContainerBorderColor;
        border-top-width: 0;
+       line-height: @wcfBaseLineHeight;
        
        > nav.messageTabMenuNavigation {
                > ul {