Skip to content

Commit

Permalink
Merge pull request #821 from OneZoom/issue-810-tours-in-museum-display
Browse files Browse the repository at this point in the history
views/life_MD: Disable tours in museum display #810
  • Loading branch information
lentinj committed Apr 23, 2024
2 parents c9f1d96 + 7709801 commit 76e9f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/treeviewer/UI_layer.load
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ advSchbx='<li class="searchbox uk-search uk-search-default"><div><div class="sea
</div>

<div class="ui-bottomleft">
<ul class="ui-controls uk-iconnav uk-iconnav-vertical">
<ul class="ui-controls ui-controls-tours uk-iconnav uk-iconnav-vertical">
<li id="toursButton">
<div class="icon-container">
<a href="#tours-modal" uk-toggle uk-icon="icon: location"></a>
Expand Down
1 change: 1 addition & 0 deletions views/treeviewer/life_MDmouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.ui-controls #hideControlsButton,
.ui-controls #howToUseButton { display: block; }

.ui-controls.ui-controls-tours { display: none; }
.ui-controls #settingsButton { display: none; }
</style>
<!-- bespoke css file for museum display -->
Expand Down
1 change: 1 addition & 0 deletions views/treeviewer/life_MDtouch.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
.ui-controls #hideControlsButton,
.ui-controls #howToUseButton { display: block; }

.ui-controls.ui-controls-tours { display: none; }
.ui-controls #settingsButton { display: none; }
</style>
<!-- bespoke css file for museum display -->
Expand Down

0 comments on commit 76e9f6d

Please sign in to comment.