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;}