first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
#sf_fieldset_opis .row label {
width: auto;
clear: left;
white-space: nowrap;
}
#sf_fieldset_opis .row .field {
margin-left: 0px;
margin-right: 0px;
text-align: right;
}
#sf_fieldset_opis .row .field textarea {
width: 100% !important;
}
.category_token input {
margin-right: 5px;
margin-top: 2px;
vertical-align: top;
}
.product_token .image {
background-color: #fff;
border: 1px solid #ccc;
padding: 3px;
border-radius: 5px;
}
.product_token .image div {
height: 32px;
border-radius: 5px;
width: 48px;
background-clip: padding-box;
background-origin: content-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.product_token .name {
margin-left: 5px;
white-space: nowrap;
}
.product_token .code {
margin-left: 5px;
}
.link2product
{
text-align: right;
}
#plupload_edit_overlay {
min-height: 150px;
width: 500px;
}