mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[UPD] Minor popover adjustment
This commit is contained in:
@@ -245,6 +245,9 @@ input#bookings_search {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.fa-1_5x {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.fa-2_5x {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
@@ -314,6 +317,9 @@ input#bookings_search {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.pt-9 {
|
||||
padding-top: 9px;
|
||||
}
|
||||
.pb-3 {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
<t t-esc="price_room_services_set" t-widget="monetary"/>€
|
||||
</t>
|
||||
<t t-else="">
|
||||
<i class="fa fa-chain-broken fa-2x py-5"/>
|
||||
<i class="fa fa-chain-broken fa-1_5x pt-9"/>
|
||||
</t>
|
||||
</span>
|
||||
<p>Adults: <t t-esc="adults"/></p>
|
||||
|
||||
Reference in New Issue
Block a user