mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[DEL] Deleted border radius
This commit is contained in:
@@ -206,6 +206,7 @@ input#bookings_search {
|
|||||||
}
|
}
|
||||||
.popover {
|
.popover {
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
.popover .container {
|
.popover .container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@@ -105,28 +105,28 @@
|
|||||||
|
|
||||||
<t t-name="HotelCalendar.TooltipReservation.Footer">
|
<t t-name="HotelCalendar.TooltipReservation.Footer">
|
||||||
<div class="row row-eq-height mt-10">
|
<div class="row row-eq-height mt-10">
|
||||||
<div class="col-sm-4 btn_popover_open_folio">
|
<div class="col-sm-2 btn_popover_open_folio">
|
||||||
<i class="fa fa-file-text-o fa-2x fa-pull-left fa-border" role="button"
|
<i class="fa fa-file-text-o fa-2x fa-pull-left" role="button"
|
||||||
title="View Folio Details"> <span class="fa-text-inside"><t t-esc="folio_name"/></span></i>
|
title="View Folio Details"> <span class="fa-text-inside"><t t-esc="folio_name"/></span></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2 btn_popover_open_reservation">
|
<div class="col-sm-2 btn_popover_open_reservation">
|
||||||
<span class="fa fa-suitcase fa-2x fa-border" role="button"
|
<span class="fa fa-suitcase fa-2x" role="button"
|
||||||
title="View Reservation Details" />
|
title="View Reservation Details" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<span class="fa fa-user-plus fa-2x fa-border" role="button"
|
<span class="fa fa-user-plus fa-2x" role="button"
|
||||||
title="Checkin" />
|
title="Checkin" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<span class="fa fa-envelope fa-2x fa-border" role="button"
|
<span class="fa fa-envelope fa-2x" role="button"
|
||||||
title="Send Reservation Email" />
|
title="Send Reservation Email" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<span class="fa fa-money fa-2x fa-border" role="button"
|
<span class="fa fa-money fa-2x" role="button"
|
||||||
title="Payments" />
|
title="Payments" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2 btn_popover_close">
|
<div class="col-sm-2 btn_popover_close">
|
||||||
<span class="fa fa-window-close fa-2x fa-border" role="button"
|
<span class="fa fa-window-close fa-2x" role="button"
|
||||||
title="Close" />
|
title="Close" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user