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;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-1_5x {
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
.fa-2_5x {
|
.fa-2_5x {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
}
|
}
|
||||||
@@ -314,6 +317,9 @@ input#bookings_search {
|
|||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
.pt-9 {
|
||||||
|
padding-top: 9px;
|
||||||
|
}
|
||||||
.pb-3 {
|
.pb-3 {
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -128,7 +128,7 @@
|
|||||||
<t t-esc="price_room_services_set" t-widget="monetary"/>€
|
<t t-esc="price_room_services_set" t-widget="monetary"/>€
|
||||||
</t>
|
</t>
|
||||||
<t t-else="">
|
<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>
|
</t>
|
||||||
</span>
|
</span>
|
||||||
<p>Adults: <t t-esc="adults"/></p>
|
<p>Adults: <t t-esc="adults"/></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user