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:
parent
5c1f9b433d
commit
1807573ad1
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue