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 e9d3cb0..78c1fdd 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 @@ -70,13 +70,13 @@
-
-
-
-
+
+
+
+
Select System
- + - -
-
+
+

Zoom

diff --git a/400-SOURCECODE/AIAHTML5.Web/content/images/aa/LeftMenu/icon-sprit.png b/400-SOURCECODE/AIAHTML5.Web/content/images/aa/LeftMenu/icon-sprit.png new file mode 100644 index 0000000..9e8c4f5 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/content/images/aa/LeftMenu/icon-sprit.png diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 2074aa7..78792ea 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -517,7 +517,7 @@ pointer-events: auto; position: absolute; top: 110px; left: 100px; - z-index: 99999; + z-index: 9; -moz-transition: left 0.5s ease; transition: left 0.5s ease; background: url(../../../../../content/images/icon-sidebar.png) no-repeat 0; @@ -1070,4 +1070,14 @@ color:#ffffff !important; pointer-events:none; } -.pl-12{padding-left:12px;} \ No newline at end of file +.pl-12{padding-left:12px;} + + +/*sprit images*/ +.sprit-icon button{background-image:url("/../../../content/images/aa/LeftMenu/icon-sprit.png"); background-repeat:no-repeat; width:38px; height:32px;} +.sprit-icon button:active{background-image:url("/../../../content/images/aa/LeftMenu/icon-sprit.png"); background-repeat:no-repeat; width:38px; height:32px;} +#hidePinBtn{background-position:10px 5px;} +#selectedPin{background-position:15px -24px;} +#allPinBtn{background-position:12px -105px;} +#dropdownMenu221{background-position:10px -49px;} +#comment-box{background-position:28px -73px; width:80px;} \ No newline at end of file