diff options
author | Patrick Simianer <p@simianer.de> | 2010-08-17 15:33:02 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2010-08-17 15:33:02 +0200 |
commit | c272506529ea5fde9352a600417b2eaa6a230a6a (patch) | |
tree | ee8c1fe112151538803aaf639345834713709c98 /stylesheets/jquery.tooltip.css | |
parent | cba313f165096685b025eac23d0f4f6e372d8556 (diff) |
release
Diffstat (limited to 'stylesheets/jquery.tooltip.css')
-rw-r--r-- | stylesheets/jquery.tooltip.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; } + |