mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix modal ux counter position
This commit is contained in:
parent
30f490959b
commit
3b53c4451c
@ -115,7 +115,9 @@ div.modal-body.up {
|
||||
}
|
||||
div.results {
|
||||
div.count {
|
||||
margin: -0.5em 0 0.7em;;
|
||||
margin: -0.5em 0 0.7em;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
div.list-item {
|
||||
line-height: 26pt;
|
||||
|
@ -31,10 +31,11 @@
|
||||
<span class="discret">Selection: {{ selected }}</span>
|
||||
<div class="results">
|
||||
<div class="count">
|
||||
<span v-if="suggestedCounter > 0" style="">
|
||||
<a href="#">{{ $t('action.check_all')}}</a>
|
||||
<span>
|
||||
<a v-if="suggestedCounter > 0" href="#">
|
||||
{{ $t('action.check_all')}}</a>
|
||||
</span>
|
||||
<span v-if="selectedCounter > 0" style="float:right;">
|
||||
<span v-if="selectedCounter > 0">
|
||||
{{ $tc('add_persons.selected_counter', selectedCounter) }}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user