Commit 742e1a88dd86d942fe42de0d1a15bc20e9a4d9df
1 parent
3f0c6648
this is solution for 21293 and 21297
Showing
1 changed file
with
3 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html
... | ... | @@ -17,9 +17,9 @@ |
17 | 17 | right: 0; |
18 | 18 | } |
19 | 19 | |
20 | - .active { | |
20 | + /*.active { | |
21 | 21 | margin-left: 15px !important; |
22 | - } | |
22 | + }*/ | |
23 | 23 | |
24 | 24 | .tools1 { |
25 | 25 | left: -96px; |
... | ... | @@ -153,7 +153,7 @@ |
153 | 153 | <img src="~/../content/images/DA/navigator-view.png" style="height:30px; width:50px" /> |
154 | 154 | </button> |
155 | 155 | |
156 | - <div class="dropdown-menu active" id="navigatorDiv" style="min-height:auto; min-width:auto; "> | |
156 | + <div class="dropdown-menu" id="navigatorDiv" style="min-height: auto; min-width: auto; margin-left: 15px !important;"> | |
157 | 157 | <div id="containment-wrapper" align="center" style="min-width:auto;height:119px; "> |
158 | 158 | <img id="navimg" alt="" /> |
159 | 159 | <div id="draggable" class="draggable ui-widget-content" ng-mouseup="ScrollCanvasDiv()" ng-style="dragdivposition"> | ... | ... |