Fixed style issues
authorMarcel Werk <burntime@woltlab.com>
Mon, 23 Sep 2013 20:19:26 +0000 (22:19 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 23 Sep 2013 20:19:26 +0000 (22:19 +0200)
Fixes #1506

wcfsetup/install/files/style/dialog.less
wcfsetup/install/files/style/dropdown.less

index 59a92db48c1550389ef664ce187af3765eacc194..7dadbeadbd7f9c7118811bad2f9ffbf1fc6d22d6 100644 (file)
                display: block;
                font-size: @wcfHeadlineFontSize;
                font-weight: bold;
+               margin-right: 28px;
+               overflow: hidden;
+               text-overflow: ellipsis;
+               white-space: nowrap;
                
                .textShadow(@wcfTabularBoxBackgroundColor);
        }
index c2486a418cb04da8d5c0a3e986ea1540ff43b57b..195bf31a3ef221335e03259ae170a213a72b8e75 100644 (file)
                
                > .box16 {
                        cursor: pointer;
-                       min-height: auto;
+                       min-height: 0;
                        padding: @wcfGapTiny @wcfGapTiny @wcfGapTiny @wcfGapSmall;
                        
                        > div {