Mobile optimization
authorMarcel Werk <burntime@woltlab.com>
Mon, 7 Oct 2013 12:24:00 +0000 (14:24 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 7 Oct 2013 12:24:00 +0000 (14:24 +0200)
wcfsetup/install/files/style/attachment.less

index b7b56fbdf8bc0578bd54c8ef4333540da9dd9202..1fc0ec4d4384b9e64733b4174a6d43b1dce2080f 100644 (file)
@@ -87,9 +87,7 @@
        padding-bottom: @wcfGapSmall;
                
        > li {
-               float: left;
                min-height: 60px;
-               width: 33%;
                
                > div {
                        > div {
        }
 }
 
+@media only screen and (min-width: 801px) {
+       .formAttachmentList {
+               > li {
+                       float: left;
+                       width: 33%;
+               }
+       }
+}
+
 .box48 .attachmentTinyThumbnail {
        max-height: 48px;
        max-width: 48px;