697 lines
14 KiB
CSS
697 lines
14 KiB
CSS
.st-allegro-category-status {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.st-allegro-button, .st-allegro-button-add {
|
|
padding-left: 30px !important;
|
|
padding-top: 5px !important;
|
|
}
|
|
|
|
.st-allegro-button-add {
|
|
background-image: url(/images/backend/icons/add.png);
|
|
}
|
|
|
|
.st-allegro-edit-radio-list li {
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.st-allegro-edit-radio-list label {
|
|
float: none !important;
|
|
}
|
|
|
|
.st-allegro-edit-radio-list input[type="radio"] {
|
|
margin: 2px 2px 0px 0px;
|
|
}
|
|
|
|
.st-allegro-loading, #st-allegro-delivery-edit-delivery-loading, #st-allegro-edit-deliveries-loading, #st-allegro-edit-options-loading {
|
|
width: 20px;
|
|
}
|
|
|
|
#st-allegro-delivery-link-box {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.st-allegro-edit-image-box {
|
|
border: 1px solid #cccccc;
|
|
float: left;
|
|
margin: 0px 10px 10px 0px;
|
|
}
|
|
|
|
.st-allegro-edit-image {
|
|
float: left;
|
|
height: 170px;
|
|
width: 170px;
|
|
margin: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.st-allegro-edit-image img {
|
|
max-height: 170px;
|
|
max-width: 170px;
|
|
}
|
|
|
|
.st-allegro-edit-image-desc {
|
|
background-color: #eeeeee;
|
|
clear: both;
|
|
padding: 5px;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.st-allegro-edit-image-desc input[type="checkbox"] {
|
|
float: left;
|
|
margin: 3px 1px 1px 1px;
|
|
}
|
|
|
|
.st-allegro-edit-image-desc input[type="radio"] {
|
|
float: left;
|
|
margin-top: 3px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.st-allegro-edit-image-desc label {
|
|
float: right !important;
|
|
padding: 0px !important;
|
|
width: auto !important;
|
|
clear: none !important;
|
|
}
|
|
|
|
#st-allegro-fieldset-description .row label {
|
|
width: auto;
|
|
clear: left;
|
|
}
|
|
|
|
#st-allegro-fieldset-description .row .field {
|
|
text-align: right;
|
|
}
|
|
|
|
#st-allegro-fieldset-images .row .field, #st-allegro-fieldset-description .row .field {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
#st-allegro-edit-other-text {
|
|
width: 100%;
|
|
}
|
|
|
|
#st-allegro-edit-pay-options li, .st-allegro-edit-checkbox-lists li {
|
|
display: inline-block;
|
|
width: 200px;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .admin_form .row label {
|
|
width: 240px;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .content {
|
|
padding: 15px 15px 15px 15px;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .products {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .products-container {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
padding: 0 15px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .message.product-not-found {
|
|
background: #eee;
|
|
padding: 20px 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.allegro-product {
|
|
display: flex;
|
|
width: 49.5%;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
border: 2px solid #eee;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.allegro-product:hover {
|
|
border-color: #ddd;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination img {
|
|
max-width: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination .control {
|
|
width: 50%;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination .prev {
|
|
text-align: left;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination .prev img {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .pagination .next {
|
|
text-align: right;
|
|
}
|
|
|
|
.allegro-product h3 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.allegro-product .parameters {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.allegro-product .image {
|
|
min-width: 120px;
|
|
min-height: 120px;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.allegro-product .description {
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
#st-allegro-selected-product .allegro-product {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal .search-box {
|
|
text-align: center;
|
|
}
|
|
|
|
#st-allegro-assign-product-modal select:not([multiple="multiple"]):not([multiple=""]), input[type=text], input[type=password] {
|
|
min-height: 26px;
|
|
}
|
|
|
|
#st-allegro-edit-category-overlay-close, #st-allegro-edit-options-overlay-close {
|
|
position: absolute;
|
|
right: -20px;
|
|
top: -20px;
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
|
|
#st-allegro-edit-category-overlay h2, #st-allegro-edit-options-overlay h2 {
|
|
border-bottom: medium none;
|
|
color: #000;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
margin-top: 15px;
|
|
padding: 0px 25px 0px 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
#st-allegro-edit-options-overlay .content {
|
|
width: 500px;
|
|
max-height: 400px;
|
|
min-height: 100px;
|
|
overflow: auto;
|
|
margin-bottom: -1px;
|
|
padding: 28px 20px;
|
|
}
|
|
|
|
#st-allegro-edit-category-overlay-submit, #st-allegro-edit-options-overlay-submit {
|
|
background: #fff;
|
|
padding: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
#st-allegro-edit-category-overlay-submit button, #st-allegro-edit-options-overlay button {
|
|
background: none repeat scroll 0 0 #ddd;
|
|
font-size: 14px;
|
|
padding: 5px 20px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#allegro-description {
|
|
width: 100%;
|
|
}
|
|
|
|
#allegro-description-image-select-modal .content {
|
|
padding: 20px;
|
|
text-align: center;
|
|
min-width: 500px;
|
|
}
|
|
|
|
#allegro-description-image-select-modal .flex,
|
|
#allegro-description .flex {
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: nowrap;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-align-content: stretch;
|
|
-ms-flex-line-pack: stretch;
|
|
align-content: stretch;
|
|
-webkit-align-items: flex-start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
#allegro-description .tinymce-container {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#allegro-description .flex .image {
|
|
text-align: center;
|
|
width: 100%;
|
|
min-width: 40%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#allegro-description .flex .image img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#allegro-description .flex .image a {
|
|
display: inline-block;
|
|
border: 1px dashed #ccc;
|
|
padding: 10px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#allegro-description .image > span,
|
|
#allegro-description .flex .image a span {
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
background: url('/images/backend/icons/svg/add-photo.svg') center center no-repeat;
|
|
width: 100%;
|
|
height: 352px;
|
|
}
|
|
|
|
#allegro-description .flex .image a span[style|="background"] {
|
|
background-position: center top;
|
|
background-size: contain;
|
|
}
|
|
|
|
#allegro-description .flex .image a:hover {
|
|
background-color: #eee;
|
|
}
|
|
|
|
#allegro-description .image > span {
|
|
border: 1px dashed #ccc;
|
|
background-color: #eee;
|
|
}
|
|
|
|
#allegro-description .flex > div {
|
|
-webkit-order: 0;
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
-webkit-flex: 1 1 auto;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
-webkit-align-self: auto;
|
|
-ms-flex-item-align: auto;
|
|
align-self: center;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#allegro-description .flex > div.text {
|
|
min-width: 60%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#allegro-description .flex > div.text:empty:after {
|
|
text-align: center;
|
|
padding: 50px 0;
|
|
content: 'Uzupełnij tekst';
|
|
display: block;
|
|
font-size: 18px;
|
|
color: #C62929;
|
|
background: #fff4f2;
|
|
}
|
|
|
|
#allegro-description > .section {
|
|
padding: 10px;
|
|
border: 1px dashed #ccc;
|
|
}
|
|
|
|
#allegro-description > .section + .section {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#allegro-description .section-controls {
|
|
background: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
#allegro-description .section-controls .text {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
#allegro-description .section-controls .tabs {
|
|
padding: 0 11px;
|
|
}
|
|
|
|
#allegro-description .section-controls .panes {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#allegro-description .section-controls:not(:empty) {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#allegro-description .header {
|
|
display: none;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#allegro-description .header .title {
|
|
text-align: left;
|
|
padding-left: 0;
|
|
}
|
|
|
|
#allegro-description .header .tools {
|
|
text-align: right;
|
|
padding-right: 0;
|
|
}
|
|
|
|
#allegro-description > .section.active .header {
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
|
|
#allegro-description > .section:not(.active) {
|
|
padding: 10px 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#allegro-description > .section:hover, #allegro-description > .section.active {
|
|
background: #eee;
|
|
}
|
|
|
|
|
|
#allegro-description > .section.active .section-content {
|
|
display: none;
|
|
}
|
|
|
|
#allegro-description .section-content ul {
|
|
display: block;
|
|
list-style: disc;
|
|
padding-left: 40px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#allegro-description .section-content ol {
|
|
display: block;
|
|
list-style: decimal;
|
|
padding-left: 40px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#allegro-description .section-content h1,
|
|
#allegro-description .section-content h2 {
|
|
margin-bottom: 13px;
|
|
margin-top: 13px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
#allegro-description .section-content p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#allegro-description-image-select-modal ul {
|
|
width: 888px;
|
|
}
|
|
|
|
#allegro-description-image-select-modal ul:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
#allegro-description-image-select-modal li {
|
|
padding: 0px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#allegro-description-image-select-modal li > a {
|
|
display: block;
|
|
padding: 10px;
|
|
height: 120px;
|
|
width: 180px;
|
|
text-align: center;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
#allegro-description-image-select-modal li > a:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
#allegro-description-image-select-modal li > a > img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.st-allegro-error-message {
|
|
color: #ff0000;
|
|
margin: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.st-allegro-list-auctions-table {
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.st-allegro-list-auction-table-actions {
|
|
text-align: right !important;
|
|
}
|
|
|
|
#st-allegro-notice {
|
|
padding: 0px !important;
|
|
}
|
|
|
|
#st-allegro-notice h2 {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
#st-allegro-notice dl {
|
|
padding: 5px;
|
|
margin: 0px;
|
|
background-color: #fafef9;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#st-allegro-notice dt {
|
|
float: left;
|
|
margin-right: 5px;
|
|
color: #54903e;
|
|
}
|
|
|
|
#st-allegro-notice dd {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#sf_admin_list_th_list_edit_action {
|
|
width: 1%;
|
|
}
|
|
|
|
.st-allegro-edit-table-size {
|
|
float: left;
|
|
margin: 0px 10px 10px 0px;
|
|
}
|
|
|
|
#st-allegro-edit-options-overlay span {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 10px;
|
|
text-align: right;
|
|
width: 200px !important;
|
|
}
|
|
|
|
#st-allegro-edit-options-overlay label {
|
|
text-align: left !important;
|
|
width: 100%;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
#st-allegro-edit-options-overlay select {
|
|
width: 150px;
|
|
}
|
|
|
|
.st-allegro-tooltip {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.st-allegro-error {
|
|
color: #ff0000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.allegro-button-more {
|
|
margin: 0px 0px 0px 5px !important;
|
|
}
|
|
|
|
#admin_config_form #st-allegro-notice dt {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#st-allegro-custom-category-message {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
#st-allegro-delivery-edit label {
|
|
width: 120px;
|
|
}
|
|
|
|
#st-allegro-delivery-edit .field {
|
|
margin-left: 130px;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content {
|
|
padding: 15px 15px 20px 15px;
|
|
width: 975px;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content .images {
|
|
max-height: 565px;
|
|
overflow-y: auto;
|
|
margin-right: -13px;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content label {
|
|
text-align: center;
|
|
float: none;
|
|
width: auto;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content .submit {
|
|
text-align: right;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content label,
|
|
#st-allegro-edit-images > div, #st-allegro-edit-images > a {
|
|
float: left;
|
|
border: 1px solid #ccc;
|
|
background-color: #eee;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .images:after,
|
|
#st-allegro-edit-images:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
#st-allegro-edit-images .thumbnail,
|
|
#st-allegro-offer-add-image-modal .content label > span {
|
|
height: 100px;
|
|
width: 100px;
|
|
display: block;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
#st-allegro-edit-images > div:first-child .thumbnail {
|
|
height: 222px;
|
|
width: 222px;
|
|
}
|
|
|
|
#st-allegro-offer-add-image-modal .content label > span {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#st-allegro-edit-images {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
#st-allegro-edit-images > div .image-overlay {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
text-align: right;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
display: none;
|
|
cursor: move;
|
|
}
|
|
|
|
#st-allegro-edit-images > div:hover .image-overlay {
|
|
display: block;
|
|
}
|
|
|
|
#st-allegro-edit-images > div .image-overlay .delete {
|
|
display: inline-block;
|
|
padding: 5px;
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#st-allegro-edit-images .image-placeholder {
|
|
background: #eee;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
#st-allegro-edit-images .add-image {
|
|
background: url(/images/backend/icons/svg/add-photo.svg) no-repeat center center;
|
|
background-size: 50px;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
|
|
#st-allegro-edit-images .add-image:first-child,
|
|
#st-allegro-edit-images .image-placeholder:first-child {
|
|
height: 222px;
|
|
width: 222px;
|
|
}
|
|
|
|
.st_product_options_picker label > span {
|
|
width: auto !important;
|
|
display: block !important;
|
|
margin-bottom: 5px !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.st_product_options_picker label {
|
|
|
|
}
|
|
|
|
#st-allegro-offer .st_product_options_picker li {
|
|
padding: 4px 10px !important;
|
|
}
|
|
|
|
#st-allegro-offer-form-container {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
} |