Files
grzanieplus.pl/web/css/backend/stProductEdit.css
2025-03-12 17:06:23 +01:00

59 lines
965 B
CSS

#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;
}