From c272506529ea5fde9352a600417b2eaa6a230a6a Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 17 Aug 2010 15:33:02 +0200 Subject: release --- stylesheets/jquery.tooltip.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 stylesheets/jquery.tooltip.css (limited to 'stylesheets/jquery.tooltip.css') diff --git a/stylesheets/jquery.tooltip.css b/stylesheets/jquery.tooltip.css new file mode 100644 index 0000000..ad34a27 --- /dev/null +++ b/stylesheets/jquery.tooltip.css @@ -0,0 +1,13 @@ +#tooltip { + position: absolute; + z-index: 3000; + border: 1px solid #111; + background-color: #eee; + padding: 5px; + opacity: 0.85; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px +} +#tooltip h3, #tooltip div { margin: 0; } + -- cgit v1.2.3