aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-08-26 18:07:04 -0400
committerScott González <scott.gonzalez@gmail.com>2012-08-26 18:07:04 -0400
commite318e5b2248487561f8fdad736e630557cd44d09 (patch)
tree41a4e7a8233648aa743b8f1c78f99bcd84c66623
parent6e7bd4d895930a181e98af22f36e6e823d1c0b5a (diff)
downloadjquery-ui-e318e5b2248487561f8fdad736e630557cd44d09.tar.gz
jquery-ui-e318e5b2248487561f8fdad736e630557cd44d09.zip
Tooltip demo: Remove leftover styles from popup widget.
-rw-r--r--demos/tooltip/video-player.html5
1 files changed, 0 insertions, 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);