Bug 35329: Add styling to info and error

There were 2 "class" attribute and the second was ignored.
This could still be improved, but then we should adjust the css from
staff-global, but won't be trivial to test.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-01-22 21:52:52 +01:00
parent 5c1f9b433d
commit 1807573ad1
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -153,8 +153,8 @@
<div id="[% table_id | html %]_search_results" style="display:none;">
<div class="info" class="dialog message" style="display: none;"></div>
<div class="error" class="dialog alert" style="display: none;"></div>
<div class="info dialog message" style="display: none; margin: 1em 0;"></div>
<div class="error dialog alert" style="display: none; margin: 1em 0"></div>
<input type="hidden" class="firstletter_filter" value="" />
[% IF open_on_row_click %]