diff options
author | patdenice <patdenice@piwigo.org> | 2008-09-25 15:10:39 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-09-25 15:10:39 +0000 |
commit | fd0b26af453fedf4528eaf4114914a6e5b7bc685 (patch) | |
tree | df6baa48ee5512e6b96f7a4f1184db8ab91e131e /admin/template/goto/default-layout.css | |
parent | a3dc10babc0609f2a097bca76da1de8b2d92ace6 (diff) |
- Add all jQuery UI files (for future use) in stable version (1.5.2).
- Use jQuery cluetip plugin for new plugins page.
- Remove old CSS tooltip rules.
git-svn-id: http://piwigo.org/svn/trunk@2587 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/default-layout.css | 55 |
1 files changed, 22 insertions, 33 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index f9f30ec1e..401b0928f 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -205,38 +205,6 @@ top: 0; left: 60px; /*position where enlarged image should offset horizontally */ } - -/* Tooltips*/ -.tooltip { - position: relative; -} - -.tooltip SPAN { - display: none; -} - -.tooltip:hover { - cursor: pointer; - z-index: 500; -} - -.tooltip:hover SPAN { - display: inline; - position: absolute; - top: 30px; - left: -50px; - width: 400px; - - font-size: 11px; - text-decoration: none; - text-align: justify; - background-color: #FFFFCC; - color: #444444; - - padding: 10px; - border: 1px solid Black; -} - BODY { margin: 5px; padding: 0; @@ -531,4 +499,25 @@ LEGEND.tagLetterLegend { TABLE.tagLetterContent { width:100%; font-size:80%; - border-collapse : collapse; } + border-collapse : collapse; +} + +/* jQuery tooltips */ +.cluetip-default #cluetip-outer { + position: relative; + border: 1px solid #111111; + color: #dddddd; + background-color: #222222; + text-align: left; +} +.cluetip-default h3#cluetip-title { + margin: 0 0 5px; + padding: 8px; + color: #666666; + background-color: #d3d3d3; + font-size: 1.1em; + font-weight: bold; +} +.cluetip-default #cluetip-inner { + padding: 10px; +} |