Commit 9732e4996e9e321e7959d5ac3bb4ac3de0a4fb83
1 parent
90e94162
Need fix
Showing
1 changed file
with
16 additions
and
16 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -224,33 +224,33 @@ |
224 | 224 | <div class="btn-group"> |
225 | 225 | <!--<button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">--> |
226 | 226 | <!--<i class="fa fa-arrow-circle-right"></i>--> |
227 | - <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | |
227 | + <a class="dropdown-toggle cursor-pointer" aria-expanded="false" aria-haspopup="true" data-toggle="dropdown" type="button"> | |
228 | 228 | <img src="~/../content/images/DA/go-to.png" style="height: 25px;" /> |
229 | - </button> | |
230 | - <ul class="dropdown-menu" style="width:100%;"> | |
231 | - <li><a href="#">{{currentTitleFromJson}}</a></li> | |
232 | - <li role="separator" class="divider"></li> | |
233 | - <li><a href="#">All</a></li> | |
234 | - </ul> | |
235 | - </div> | |
229 | + </a> | |
230 | + <ul class="dropdown-menu" style="width:100%;"> | |
231 | + <li><a href="#">{{currentTitleFromJson}}</a></li> | |
232 | + <li role="separator" class="divider"></li> | |
233 | + <li><a href="#">All</a></li> | |
234 | + </ul> | |
235 | + </div> | |
236 | 236 | <div class="btn-group open" id="da-body-nav"> |
237 | 237 | <!--<button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
238 | 238 | <i class="fa fa-male"></i> |
239 | 239 | </button>--> |
240 | 240 | |
241 | - <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | |
241 | + <a class="" aria-controls="collapseExample" aria-expanded="false" href="#collapseExample" data-toggle="collapse" role="button"> | |
242 | 242 | |
243 | 243 | <img src="~/../content/images/DA/navigator-view.png" style="height:25px; width:50px" /> |
244 | - </button> | |
244 | + </a> | |
245 | 245 | |
246 | - <div class="dropdown-menu active" id="navigatorDiv" style="min-height:auto; min-width:auto; "> | |
247 | - <div id="containment-wrapper" align="center" style="min-width:auto;height:119px; "> | |
248 | - <img id="navimg" src="{{navimgsrc}}" alt=""></img> | |
249 | - <div id="draggable" class="draggable ui-widget-content" ng-mouseup="ScrollCanvasDiv()" ng-style="dragdivposition"> | |
246 | + <div class="dropdown-menu active" id="navigatorDiv" style="min-height:auto; min-width:auto; "> | |
247 | + <div id="containment-wrapper" align="center" style="min-width:auto;height:119px; "> | |
248 | + <img id="navimg" src="{{navimgsrc}}" alt=""></img> | |
249 | + <div id="draggable" class="draggable ui-widget-content" ng-mouseup="ScrollCanvasDiv()" ng-style="dragdivposition"> | |
250 | + </div> | |
250 | 251 | </div> |
251 | 252 | </div> |
252 | - </div> | |
253 | - </div> | |
253 | +</div> | |
254 | 254 | </div> |
255 | 255 | </div> |
256 | 256 | </div> | ... | ... |