From e318e5b2248487561f8fdad736e630557cd44d09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 26 Aug 2012 18:07:04 -0400 Subject: [PATCH] Tooltip demo: Remove leftover styles from popup widget. --- demos/tooltip/video-player.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index 4ee190418..c7f1e525b 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -23,11 +23,6 @@ text-align: center; line-height: 300px; } - /* TODO load from jquery.ui.popup.css */ - .ui-popup { - position: absolute; - z-index: 5000; - } .ui-tooltip { border: 1px solid white; background: rgba(20, 20, 20, 1); -- 2.39.5