Files
wrapartamenty.pl/wp-content/plugins/booking-manager/css/admin.css
Roman Pyrih d6241cfa7a first commit
2024-12-19 15:27:13 +01:00

146 lines
4.4 KiB
CSS

/**
* @version 1.0
* @package: Booking Manager
* @category: Admin Pages only
* @author wpdevelop
*
* @web-site https://oplugins.com/
* @email info@oplugins.com
*
* @modified 2015-04-11
*/
#wpbm-admin-page.wpbm_page {} /* item Listing */
#wpbm-new-admin-page.wpbm_page {} /* Add New item */
#wpbm-resources-admin-page.wpbm_page {} * /* Resources */
#wpbm-settings-admin-page.wpbm_page {} /* Settings */
/* Form elements - add new client */
#wpbm-new-admin-page label.wpbm-form-checkbox {
margin: 7px 10px 7px 0;
vertical-align: middle;
line-height: 1.2em;
height: 1.2em;
}
#wpbm-new-admin-page label.wpbm-form-checkbox input[type=checkbox] {
margin:-3px 5px 0 0;
vertical-align: middle;
}
#wpbm-new-admin-page label.wpbm-form-radio {
margin: 7px 10px 7px 0;
vertical-align: middle;
line-height: 1.5em;
height: 1.5em;
}
#wpbm-new-admin-page label.wpbm-form-radio input[type=radio] {
margin:-3px 5px 0 0;
vertical-align: middle;
}
/* Selection of item resources */
.visibility_container select option.wpbm_single_resource,
select option.wpbm_single_resource{
padding:3px;
font-weight:600;
}
.visibility_container select option.wpbm_parent_resource,
select option.wpbm_parent_resource{
font-weight:600;
padding:3px;
}
.visibility_container select option.wpbm_child_resource,
select option.wpbm_child_resource{
padding:3px 0 3px 20px;
font-weight: 400
}
/* General item Settings page */
#wpbm-settings-admin-page .form-table .description {
font-size: 14px;
line-height: 2em;
}
#wpbm-settings-admin-page .form-table span.description{
padding: 0 10px;
}
#wpbm-settings-admin-page .wpbm_sub_settings_grayed{
background-color: #f3f3f3;
}
#wpbm-settings-admin-page .wpbm_sub_settings_grayed th{
padding: 10px 0 0 20px;
}
#wpbm-settings-admin-page .wpbm_sub_settings_grayed td fieldset{
padding: 0 20px;
}
#wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_selection_days_count,
#wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_selection_days_count_dynamic{
border-top: 2px dashed #d5d5d5;
}
#wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_start_day_week td{
padding-top:0;
}
#wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_start_day_week th {
padding:0;
height: 1px;
}
#wpbm-settings-admin-page .wpbm_expand_section_link,
#wpbm-settings-admin-page a.wpbm_expand_section_link:hover,
#wpbm-settings-admin-page a.wpbm_expand_section_link:focus {
color:#21759b;
cursor: pointer;
outline: 0;
border:none;
border-bottom:1px dashed #21759B;
text-decoration: none;
}
/* Warning message in Demo version */
.wpbm_demo_test_version_warning {
background: #fee;
border: none;
border-left: 3px solid #c77 !important;
border-radius: 2px;
font-size: 0.85em;
margin: 0;
text-align: left;
color: #AA4400;
text-shadow: 0 -1px 0 #FFEEEE;
}
/* Remove shadow at button of ajax loading upgrade section at Settings > Upgrade page */
#bk_news_section td a {
color: #555 !important;
text-shadow: 0 0 0 !important;
box-shadow: none;
}
#bk_news_section .wpbm-listing-header {
background: #dfdfdf none repeat scroll 0 0;
border-color: #d5d5d5 #d5d5d5 -moz-use-text-color;
}
#bk_news_section .wpbm-feature-table {
border: 2px solid #dfdfdf;
}
#bk_news_section .version-name-row {
background: #789 none repeat scroll 0 0 !important;
color: #fff !important;
font-weight: 400;
line-height: 1.5em;
text-shadow: 0 1px 1px #89a;
vertical-align: middle;
}
#bk_news_section .wpbm-feature-table td.section-header {
background: #feb !important;
}
/* Message: Thank you for registrations. */
#bk_registration_info {
font-size: 1em;
font-weight: 600;
margin: 10px 0;
opacity: 1;
}
/*#bk_registration_info_reload, */
#bk_errror_loading .info_message {
font-size: 1.1em;
font-weight: 600;
margin: 10px 0;
opacity: 1;
}