197 lines
3.7 KiB
CSS
197 lines
3.7 KiB
CSS
/**
|
|
* 2014-2023 Presta-Mod.pl Rafał Zontek
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
|
|
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
|
|
* wszelkie modyfikacje powodują utratę gwarancji
|
|
*
|
|
* http://presta-mod.pl
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
*
|
|
* @author Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
|
|
* @copyright 2014-2023 Presta-Mod.pl
|
|
* @license Licecnja na jedną domenę
|
|
* Presta-Mod.pl Rafał Zontek
|
|
*/
|
|
|
|
.paczkomaty_result {
|
|
text-align: left;
|
|
padding:0;
|
|
border: 1px solid black;
|
|
background-color: #f7f6f1;
|
|
overflow: hidden;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.paczkomaty_result ul {
|
|
width: 100%;
|
|
list-style-position: outside;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.paczkomaty_result li {
|
|
margin:0;
|
|
padding: 2px 5px;
|
|
cursor: default;
|
|
display: block;
|
|
font: menu;
|
|
line-height: 24px;
|
|
overflow: hidden;
|
|
}
|
|
.paczkomaty_result li:before {
|
|
display: block;
|
|
width: 19px;
|
|
height: 27px;
|
|
background: url(../img/paczkomat.png);
|
|
content: ' ';
|
|
float: left;
|
|
margin-top: 11px;
|
|
margin-right: 14px;
|
|
margin-left: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.paczkomaty_odd {
|
|
background-color: #f7f6f1;
|
|
}
|
|
|
|
.paczkomaty_over {
|
|
background-color: #ece9e2;
|
|
color: black;
|
|
}
|
|
|
|
.paczkomat_name {
|
|
color: #000;
|
|
font-weight: 600;
|
|
display: block;
|
|
}
|
|
|
|
#modules_list_container .pminpostpaczkomaty select.fixed-width-xl {
|
|
width: 400px!important;
|
|
}
|
|
|
|
.btnpaczkomaty-size {
|
|
border: 1px solid #c7d6db;
|
|
padding-left: 15px;
|
|
padding-top: 7px;
|
|
display: inline-block !important;
|
|
width: 65px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.btnpaczkomaty-size.active {
|
|
border: 1px solid #2eacce;
|
|
background: #2eacce;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btnpaczkomaty-size.active label {
|
|
font-weight: bold;
|
|
color: white !important;
|
|
}
|
|
|
|
.paczkomaty-form .hidden {
|
|
display: none;
|
|
}
|
|
|
|
.paczkomaty-form .hidden {
|
|
display: none;
|
|
}
|
|
|
|
.paczkomaty-form .col-lg-9 {
|
|
float: right;
|
|
}
|
|
|
|
.paczkomaty-form .col-lg-3 {
|
|
text-align: right;
|
|
padding-top: 10px;
|
|
padding-top: 8px;
|
|
margin-bottom:0;
|
|
font-weight: 600;
|
|
}
|
|
.paczkomaty-form .ps-switch>.slide-button{
|
|
background-color: #2eacce !important;
|
|
}
|
|
|
|
|
|
.paczkomaty-form .ps-switch input:last-of-type:checked~.slide-button {
|
|
background-color: #c05c67 !important;
|
|
left: 50%;
|
|
}
|
|
|
|
.paczkomaty-form .form-group {
|
|
display: flow-root;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.paczkomaty-form .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio {
|
|
min-height: 33px;
|
|
}
|
|
|
|
#pminpostorder_machine{
|
|
width: 100% !important;
|
|
}
|
|
|
|
.pminpostbutton-ajax {
|
|
-moz-transition: all 0.5s;
|
|
-ms-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
-webkit-transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
}
|
|
|
|
.pm-button-loading, .pm-button-loading:hover, .pm-button-loading:active, .pm-button-loading:visited {
|
|
-moz-transition: all 0.5s;
|
|
-ms-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
-webkit-transition: all 0.5s;
|
|
background-color: #bbcdd2;
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
color: white;
|
|
cursor: not-allowed;
|
|
opacity: 0.7;
|
|
transition: all 0.5s;
|
|
|
|
}
|
|
|
|
.pm-button-loading:before {
|
|
background-color: red !important;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
top: 5px;
|
|
}
|
|
|
|
.pm-growl-error {
|
|
width: 400px !important;
|
|
}
|
|
|
|
.pm-growl-notice {
|
|
width: 400px;
|
|
}
|
|
|
|
ul.pm-li-remove-tabs ul {
|
|
padding-inline-start: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul.pm-li-remove-tabs {
|
|
padding-inline-start: 20px;
|
|
margin-bottom: 0;
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.print-package-label {
|
|
line-height: 1em;
|
|
}
|
|
|
|
.pminpostpaczkomaty-others {
|
|
max-height: 150px;
|
|
overflow-x: auto;
|
|
} |