From: Marcel Werk Date: Sun, 3 Feb 2013 20:17:00 +0000 (+0100) Subject: Added fixed width for popovers X-Git-Tag: 2.0.0_Beta_1~517 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=031fafe426877bd385049529f4f556de9f6ccbc0;p=GitHub%2FWoltLab%2FWCF.git Added fixed width for popovers --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 380c8435fe..fcf7e188c7 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -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);