Added fixed width for popovers
authorMarcel Werk <burntime@woltlab.com>
Sun, 3 Feb 2013 20:17:00 +0000 (21:17 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 3 Feb 2013 20:17:00 +0000 (21:17 +0100)
wcfsetup/install/files/style/global.less

index 380c8435fe3ba8426a7aae0b0b7af4b250f76ba1..fcf7e188c776adee03a195808e942d955c260400 100644 (file)
@@ -170,12 +170,12 @@ body > iframe[src="about:blank"] {
 /* popover */
 .popover {
        background-color: rgba(0, 0, 0, .4);
-       max-width: 450px;
        min-height: 32px;
-       min-width: 150px;
+       max-height: 300px;
        padding: @wcfGapSmall;
        position: absolute;
        vertical-align: middle;
+       width: 400px !important;
        z-index: 500;
        
        .borderRadius(6px);