aboutsummaryrefslogtreecommitdiffstats
path: root/template-common/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'template-common/default-layout.css')
-rw-r--r--template-common/default-layout.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index fb030f5a1..4aecf3d55 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -40,33 +40,3 @@ BODY#thePopuphelpPage {
height: 4em; /* legend height (don't set auto to be Gecko friendly)*/
}
-/* 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;
-}