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

287 lines
7.5 KiB
CSS

/**
* @version 1.0
* @package: Admin Panel
* @category: Admin UI
* @author wpdevelop
*
* @web-site https://oplugins.com/
* @email info@oplugins.com
*
* @modified 2016-01-10
*/
/* M o d a l s **************************************************************/
.wpdevelop .modal.wpbm_popup_modal {
z-index: 50000;
}
.wpdevelop .modal-header {
background: none repeat scroll 0 0 #F5F5F5;
text-shadow: 0 0 2px #FFF;
}
/* Payment request Modal */
#wpbm_payment_request_modal .modal-header h3 {
color: #333;
}
#wpbm_payment_request_modal .modal-body textarea {
width: 100%;
}
/* Print Loyout Modal */
#wpbm_print_modal .modal-header {
background: none repeat scroll 0 0 #F5F5F5;
text-shadow: 0 0 2px #FFF;
}
#wpbm_print_modal .modal-header h3 {
color: #333;
}
#wpbm_print_modal .modal-header {
text-shadow: none;
}
/* Modal Google Calendar Events Import */
#wpbm_gcal_import_events_modal span.description {
display:none;
}
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset {
float:left;
margin:5px 0 0 0 !important;
}
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset label,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset label {
margin: 0 10px;
float:left;
line-height: 29px;
}
#wpbm_gcal_import_events_modal input[type=text],
#wpbm_gcal_import_events_modal select {
height:28px;
}
#wpbm_gcal_import_events_modal th {
vertical-align: middle;
}
#wpbm_gcal_import_events_modal th,
#wpbm_gcal_import_events_modal td {
border:none;
}
#wpbm_gcal_import_events_modal label {
line-height: 28px;
margin: 0;
vertical-align: middle;
}
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset_type,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset_type {
vertical-align: initial;
}
/* Export */
#wpbm_export_csv_modal {
}
@media (max-width: 782px) {
.wpdevelop .modal-dialog{
margin: 60px 10px 10px;
}
/* Import Google Events Dialog*/
#wpbm_gcal_import_events_modal .modal-dialog.modal-lg {
width: auto;
}
#wpbm_gcal_import_events_modal label{
font-weight: 600;
font-size: 1.1em;
width:100%;
display:block;
float:none;
}
#wpbm_gcal_import_events_modal input[type=text],
#wpbm_gcal_import_events_modal select {
display:block;
width:100%;
clear:both;
height:34px;
float:none !important;
}
#wpbm_gcal_import_events_modal th,
#wpbm_gcal_import_events_modal td {
display:block;
padding:0;
}
#wpbm_gcal_import_events_modal td {
margin-bottom: 15px;
}
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset {
float:none;
margin:0 !important;
}
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset label,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset label {
float:none;
margin:10px 0 0!important;
}
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset_type,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset,
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset_type {
width:100% !important;
float:none;
}
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset > span.wpbm_offset_value select,
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset > span.wpbm_offset_value select {
margin-top:10px !important;
}
/* M o d a l TinyMCE t o o l b a r ****************************/
#wpbm_tiny_modal .form-table td select {
height: 40px;
}
#wpbm_tiny_modal .wpdvlp-top-tabs .nav-tab {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
border: 1px solid #cccccc;
padding: 10px;
width: 100%;
}
}
/* Fix position of modal window, that depend from sidebar in admin panel */
@media (min-width: 992px) and (max-width: 1300px) {
.wpdevelop .modal-dialog {
margin: 30px 170px auto;
}
.wpdevelop .modal-dialog.modal-lg {
width: 815px;
}
#wpbm_gcal_import_events_modal th {
width:140px;
}
}
/* M o d a l TinyMCE t o o l b a r ****************************************/
#wpbm_tiny_modal .modal-dialog.modal-lg {
width:94%;
}
/* Scrollbar for modal */
#wpbm_tiny_modal {
overflow-y: auto !important;
}
/* this pasrt for having scrollbar inside of the modal window with fixed height */
#wpbm_tiny_modal_NO .modal-dialog{
overflow-y: initial !important;
}
#wpbm_tiny_modal_NO .modal-body{
height: 250px;
overflow-y: auto;
}
.wp-admin .modal-backdrop {
background-color: #000000;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1040;
}
.wp-admin .modal-backdrop.fade {
opacity: 0;
}
.wp-admin .modal-backdrop.in {
opacity: 0.5;
}
#wpbm_tiny_modal strong,
#wpbm_tiny_modal label {
font-weight: 600;
}
#wpbm_tiny_modal .form-table th {
font-weight: 600;
line-height: 1.3;
padding-bottom: 10px;
padding-left: 0;
padding-right: 10px;
padding-top: 10px;
vertical-align: top;
width: 200px;
}
#wpbm_tiny_modal .form-table td {
line-height: 1.3;
margin-bottom: 9px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
vertical-align: middle;
}
#wpbm_tiny_modal .modal-footer a.button,
#wpbm_tiny_modal .modal-footer a.button:hover,
#wpbm_tiny_modal .modal-footer a.button:active,
#wpbm_tiny_modal .modal-footer a.button:focus {
text-decoration: none;
outline: 0;
}
#wpbm_tiny_modal .wpbm_expand_section_link,
#wpbm_tiny_modal a.wpbm_expand_section_link:hover,
#wpbm_tiny_modal a.wpbm_expand_section_link:focus {
color:#21759b;
cursor: pointer;
outline: 0;
border:none;
border-bottom:1px dashed #21759B;
text-decoration: none;
}
#wpbm_tiny_modal .wpbm_advanced_section,
#wpbm_tiny_modal .itemcalendar_advanced_section,
#wpbm_tiny_modal .itemselect_advanced_section {
display:none;
}
#wpbm_tiny_modal .put-in {
cursor: pointer;
font-weight: 600;
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #BBBBBB;
width:100%;
}
#wpbm_tiny_modal input[type="checkbox"],
#wpbm_tiny_modal input[type="radio"] {
margin: 0 10px 2px 0;
vertical-align: middle;
outline: 0;
}
#wpbm_tiny_modal .wpbm_sub_settings_grayed {
background-color: #f3f3f3;
}
#wpbm_tiny_modal .wpbm_sub_settings_grayed th {
padding: 10px 0 0 20px;
padding: 15px 0 10px 25px;
}
/* Placeholders */
#wpbm_tiny_modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #999;
}
#wpbm_tiny_modal ::-moz-placeholder { /* Firefox 19+ */
color: #999;
}
#wpbm_tiny_modal :-ms-input-placeholder { /* IE 10+ */
color: #999;
}
#wpbm_tiny_modal :-moz-placeholder {
color: #999;
}
#wpbm_tiny_modal .itemsearch_search_results{
display:none;
}
#wpbm_tiny_modal .itemsearch_search_form.wpbm_sub_settings_grayed{
display:none;
}
#wpbm_tiny_modal .wpbm_shortcode_itemresource {
display:none;
}
#wpbm_tiny_modal select option:disabled {
color: #ccc;
display: none;
}