mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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.results {
|
||||||
div.count {
|
div.count {
|
||||||
margin: -0.5em 0 0.7em;;
|
margin: -0.5em 0 0.7em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
div.list-item {
|
div.list-item {
|
||||||
line-height: 26pt;
|
line-height: 26pt;
|
||||||
|
@ -31,10 +31,11 @@
|
|||||||
<span class="discret">Selection: {{ selected }}</span>
|
<span class="discret">Selection: {{ selected }}</span>
|
||||||
<div class="results">
|
<div class="results">
|
||||||
<div class="count">
|
<div class="count">
|
||||||
<span v-if="suggestedCounter > 0" style="">
|
<span>
|
||||||
<a href="#">{{ $t('action.check_all')}}</a>
|
<a v-if="suggestedCounter > 0" href="#">
|
||||||
|
{{ $t('action.check_all')}}</a>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="selectedCounter > 0" style="float:right;">
|
<span v-if="selectedCounter > 0">
|
||||||
{{ $tc('add_persons.selected_counter', selectedCounter) }}
|
{{ $tc('add_persons.selected_counter', selectedCounter) }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user