From 78329770fed771dcd41deab787eb67eae49a1eeb Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 27 May 2013 04:57:32 +0100 Subject: [PATCH] remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d41ae45a..69dbbd8c 100644 --- a/style.css +++ b/style.css @@ -720,7 +720,6 @@ h3 { /* Dialogs */ .ui-tooltip, .ui-dialog { - max-width: 300px; position: absolute; z-index: 9999; background-color: rgba(8, 48, 78, 0.9); @@ -730,6 +729,10 @@ h3 { padding: 2px 4px; } +.ui-tooltip { + max-width: 300px; +} + .ui-widget-overlay { height: 100%; left: 0;