`<dl>` inside dialogs will now look like `.condensed` is set
authorAlexander Ebert <ebert@woltlab.com>
Thu, 25 Jun 2015 12:04:17 +0000 (14:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 25 Jun 2015 12:04:17 +0000 (14:04 +0200)
wcfsetup/install/files/style/dialog.less

index 2d7b98d94b73be0a9be06fa030cccd8013f08b06..718de712ed524e565996226dca445fad67575fd1 100644 (file)
                
                dl:not(.plain) {
                        > dt {
-                               width: 170px;
+                               float: none;
+                               margin-bottom: @wcfGapTiny;
+                               text-align: left;
+                               width: auto !important;
+                               
+                               &:empty {
+                                       margin-bottom: 0;
+                               }
                        }
                        
                        > dd {
-                               margin-left: 190px;
+                               margin-left: 0 !important;
                        }
                }