🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
293 lines
7.0 KiB
CSS
293 lines
7.0 KiB
CSS
/**
|
|
* CMB2 Tabs Styling
|
|
*/
|
|
|
|
/*--------------------------------------------------------------
|
|
Helper
|
|
--------------------------------------------------------------*/
|
|
.clearfix:after {
|
|
visibility: hidden;
|
|
display: block;
|
|
font-size: 0;
|
|
content: " ";
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
.clearfix { display: inline-block; }
|
|
/* start commented backslash hack \*/
|
|
* html .clearfix { height: 1%; }
|
|
.clearfix { display: block; }
|
|
/* close commented backslash hack */
|
|
|
|
/*--------------------------------------------------------------
|
|
Base style
|
|
--------------------------------------------------------------*/
|
|
.cmb-tabs .cmb-th label {
|
|
color: #555;
|
|
font-size: 12px;
|
|
}
|
|
.cmb-tabs .cmb-type-group .cmb-row,
|
|
.cmb-tabs .cmb2-postbox .cmb-row {
|
|
margin: 0 0 0.8em;
|
|
padding: 0 0 0.8em;
|
|
}
|
|
.cmb-tabs span.cmb2-metabox-description {
|
|
display: block;
|
|
}
|
|
.cmb-tabs .cmb-remove-row-button {
|
|
background-color: #e60000;
|
|
border: medium none;
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
height: 20px;
|
|
padding: 0;
|
|
text-indent: -999em;
|
|
width: 20px;
|
|
position: relative;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
/*.cmb-tabs .cmb-remove-row-button:hover {
|
|
background-color: #ff0000;
|
|
color: #fff;
|
|
}
|
|
.cmb-tabs .cmb-remove-row-button:after {
|
|
box-shadow: none;
|
|
content: "";
|
|
cursor: help;
|
|
font-family: Dashicons;
|
|
font-variant: normal;
|
|
height: 100%;
|
|
width: 100%;
|
|
left: 0;
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 4px 0;
|
|
position: absolute;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
top: 0;
|
|
vertical-align: middle;
|
|
}*/
|
|
|
|
.cmb-tabs .cmb-repeat-row{
|
|
position: relative;
|
|
}
|
|
.cmb-tabs .cmb-remove-row {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.cmb-tabs .cmb-repeat-row .cmb-td{
|
|
display: inline-block;
|
|
}
|
|
|
|
/*--------------------------------------------------------------
|
|
CMB2 Tabs
|
|
--------------------------------------------------------------*/
|
|
.cmb-tabs {
|
|
margin: -6px -12px -12px;
|
|
overflow: hidden;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav:after {
|
|
background-color: #fafafa;
|
|
border-right: 1px solid #eee;
|
|
bottom: -9999em;
|
|
content: "";
|
|
display: block;
|
|
height: 9999em;
|
|
left: 0;
|
|
position: absolute;
|
|
width: calc(100% - 1px);
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav{
|
|
background-color: #fafafa;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
line-height: 1em;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
width: 20%;
|
|
float: left;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
.cmb-tabs i,
|
|
.cmb-tabs i:before {
|
|
font-size: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li a {
|
|
border-right: 1px solid #eee;
|
|
border-left: 2px solid #fafafa;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
display: block;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
padding: 10px;
|
|
text-decoration: none;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-weight: 600;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li i {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li i,
|
|
.cmb-tabs ul.cmb-tab-nav li img{
|
|
padding: 0 5px 0 0px;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li a {
|
|
color: #555;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.cmb-tabs ul.cmb-tab-nav li.cmb-tab-active a {
|
|
background-color: #fff;
|
|
position: relative;
|
|
border: 1px solid #eee;
|
|
border-left: 3px solid #00a0d2;
|
|
border-right-color: #fff;
|
|
}
|
|
|
|
.cmb-tabs ul.cmb-tab-nav li:first-of-type.cmb-tab-active a {
|
|
border-top: none;
|
|
}
|
|
|
|
.cmb-tabs .cmb-tabs-panel {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #555;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
width: 80%;
|
|
padding: 0;
|
|
}
|
|
.cmb-tabs .cmb2-metabox{
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.cmb-tabs .cmb-th {
|
|
width: 18%;
|
|
}
|
|
.cmb-tabs .cmb-th,
|
|
.cmb-tabs .cmb-td {
|
|
padding: 0 2% 0 2%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.cmb-tabs .cmb-th + .cmb-td,
|
|
.cmb-tabs .cmb-th + .cmb-td {
|
|
float: right;
|
|
width: 82%;
|
|
}
|
|
.cmb2-wrap-tabs .cmb-tab-panel{
|
|
display: none;
|
|
}
|
|
.cmb2-wrap-tabs .cmb-tab-panel.show{
|
|
display: block;
|
|
}
|
|
|
|
/*--------------------------------------------------------------
|
|
Classic Tab
|
|
--------------------------------------------------------------*/
|
|
.cmb-tabs.cmb-tabs-classic ul.cmb-tab-nav {
|
|
width: 100%;
|
|
float: none;
|
|
background-color: #fafafa;
|
|
border-right: medium none;
|
|
padding: 0;
|
|
border-bottom: 1px solid #dedede;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.cmb-tabs.cmb-tabs-classic .cmb-tab-nav li {
|
|
background: #ebebeb none repeat scroll 0 0;
|
|
margin: 0 5px -1px 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.cmb-tabs.cmb-tabs-classic .cmb-tab-nav li:first-of-type {
|
|
margin-left: 18px;
|
|
}
|
|
|
|
.cmb-tabs.cmb-tabs-classic ul.cmb-tab-nav::after {
|
|
display: none;
|
|
}
|
|
.cmb-tabs.cmb-tabs-classic .cmb-tabs-panel {
|
|
width: 100%;
|
|
}
|
|
.cmb-tabs.cmb-tabs-classic .cmb-tab-panel{
|
|
/*background: #ebebeb none repeat scroll 0 0;*/
|
|
padding-top: 10px;
|
|
}
|
|
.cmb-tabs.cmb-tabs-classic ul.cmb-tab-nav li a{
|
|
padding: 8px 12px;
|
|
background-color: #fafafa;
|
|
border: none;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.cmb-tabs.cmb-tabs-classic ul.cmb-tab-nav li.cmb-tab-active a{
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
border: none;
|
|
border-top: 2px solid #00a0d2;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
/*--------------------------------------------------------------
|
|
Media Query
|
|
--------------------------------------------------------------*/
|
|
@media (max-width: 750px) {
|
|
.cmb-tabs ul.cmb-tab-nav {
|
|
width: 10%;
|
|
}
|
|
.cmb-tabs .cmb-tabs-panel {
|
|
width: 90%;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li i,
|
|
.cmb-tabs ul.cmb-tab-nav li img {
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
display: block;
|
|
max-width: 25px;
|
|
}
|
|
.cmb-tabs ul.cmb-tab-nav li span{
|
|
padding: 10px;
|
|
position: relative;
|
|
text-indent: -999px;
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
|
|
.cmb-tabs .cmb-th,
|
|
.cmb-tabs .cmb-th + .cmb-td,
|
|
.cmb-tabs .cmb-th + .cmb-td {
|
|
float: none;
|
|
width: 96%;
|
|
}
|
|
|
|
.cmb-tabs .cmb-repeat-row .cmb-td {
|
|
width: auto;
|
|
}
|
|
}
|