Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

views/life_MD: Disable tours in museum display #810 #821

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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