From e2127a40f6c1638f6fb5eee5346d2b6ed9b9397b Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Thu, 6 Nov 2014 11:34:38 +0100 Subject: [PATCH] hotline_#16652_search_with_bib_filter fix css for popup --- .../modules/opac/views/scripts/bib/selection.phtml | 2 -- public/opac/css/global.css | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/application/modules/opac/views/scripts/bib/selection.phtml b/application/modules/opac/views/scripts/bib/selection.phtml index 424d15198f5..714cc6b5812 100644 --- a/application/modules/opac/views/scripts/bib/selection.phtml +++ b/application/modules/opac/views/scripts/bib/selection.phtml @@ -1,5 +1,4 @@ <?php -$this->openBoite($this->titre); $html = ''; $html .= $this->tag('p', $this->_('Vous pouvez sélectionner une ou plusieurs bibliothèques pour effectuer une recherche ')); @@ -31,5 +30,4 @@ $form = $this->tag('form', $form_content, ['name' => 'selection', $html .= $form; echo $this->tag('div', $html, ['class' => 'bib_selection_popup']); -$this->closeBoite(); ?> diff --git a/public/opac/css/global.css b/public/opac/css/global.css index b7adf7d198d..d98cbed0b11 100644 --- a/public/opac/css/global.css +++ b/public/opac/css/global.css @@ -2886,20 +2886,20 @@ a.loan-export { } -.bib_selection #colContenuInner ul, -.bib_selection #colContenuInner li { +.bib_selection_popup ul, +.bib_selection_popup li { margin: 0; padding: 0; } -.bib_selection #colContenuInner form > ul > li { +.bib_selection_popup form > ul > li { margin: 10px 0; } -.bib_selection #colContenuInner input + a, -.bib_selection #colContenuInner input + a + a, -.bib_selection #colContenuInner input + span { +.bib_selection_popup input + a, +.bib_selection_popup input + a + a, +.bib_selection_popup input + span { margin-left: 5px; } \ No newline at end of file -- GitLab