From 1558fff4a9104fbb40c14f15adf0988fadb34199 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 5 May 2015 12:37:59 -0400 Subject: [PATCH] Switched display:none to .hidden to fix JS specific showing and hiding. --- .../templates/RecordDriver/SolrDefault/collection-info.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-info.phtml b/themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-info.phtml index 56bda2056bb..c6bebb49317 100644 --- a/themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-info.phtml +++ b/themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-info.phtml @@ -35,7 +35,7 @@ <strong><?=$this->transEsc("Saved in")?>:</strong> </div> - <a id="moreInfoToggle" href="#" style="display:none"><?=$this->transEsc('more_info_toggle')?></a> + <a id="moreInfoToggle" href="#" class="hidden"><?=$this->transEsc('more_info_toggle')?></a> <?/* Display Main Details */?> <table id="collectionInfo" class="table table-striped" summary="<?=$this->transEsc('Bibliographic Details')?>"> <? $authors = $this->driver->getDeduplicatedAuthors(); ?> -- GitLab