2018-10-11 11:15:09 +03:00
|
|
|
.media__upload_img{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.input-group {
|
|
|
|
position: relative;
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: separate;
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemImg, .itemImgs{
|
|
|
|
float: left!important;
|
|
|
|
display: inline-block;
|
|
|
|
width: 30%!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media__upload_img img{
|
|
|
|
margin: 3px;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
2018-10-11 17:24:47 +03:00
|
|
|
|
|
|
|
#status-use, #additionalfields-use {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
width: 300px;
|
|
|
|
max-height: 100px;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2019-07-26 15:31:39 +03:00
|
|
|
|
|
|
|
.field-usercard-fields-0-value{
|
|
|
|
display: flex;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-usercard-fields-0-value .itemImg {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|