first commit
This commit is contained in:
58
web/css/backend/stProductEdit.css
Normal file
58
web/css/backend/stProductEdit.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user