From def0bb998c0139e7a93bff2fa115471408b4a338 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 4 Jul 2017 14:44:33 +0530 Subject: [PATCH] Atlas Anatomy : Tool-tip identities are missing for the left panel tools. --- 400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 66 insertions(+), 15 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html index 32876ad..215f9bc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html @@ -16,11 +16,48 @@ left: 0; right: 0; } - .active - { - margin-left:15px!important; + + .active { + margin-left: 15px !important; + } + + .tools1 { + left: -96px; + } + + .tooltip-custom + .tooltip > .tooltip-inner { + background-color: #fff; + border: 1px solid #000; + color: #000; + border-radius: 0; + } + + .tooltip-custom + .tooltip > .tooltip-arrow { + display: none; + } + + + .custom-tooltip { + background-color: #333; + border: 0 none; + color: #fff !important; + left: -52px; + /*opacity: 0.9;*/ + padding: 7px; + position: absolute; + text-align: center; + top: 45px; + width: 120px; + display: none; + z-index: 120000; + border: 1px solid #000; + color: #000; + border-radius: 0; + } + + .pad0 { + padding: 0; } - .tools1{left:-96px;}
@@ -34,12 +71,12 @@
-
-
-
-
- - +
+
+
+
+
Select System
+
-
+

Zoom

@@ -156,12 +193,27 @@
- + + -- libgit2 0.21.4