guild/backend/web/css/site.css

54 lines
805 B
CSS
Raw Normal View History

2021-09-06 10:29:50 +03:00
.body{
display: none;
}
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{
2019-11-15 13:25:48 +03:00
float: left !important;
2018-10-11 11:15:09 +03:00
display: inline-block;
2020-08-04 10:47:53 +03:00
/*width: 30%!important;*/
2018-10-11 11:15:09 +03:00
}
.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
2020-08-04 10:47:53 +03:00
/*.field-usercard-fields-0-value{*/
/* display: flex;*/
/* width: auto;*/
/*}*/
tr td div input{
width: 100% !important;
}
.list-cell__value div{
2019-07-26 15:31:39 +03:00
display: flex;
width: auto;
}
2020-08-04 10:47:53 +03:00
input .itemImg{
2019-07-26 15:31:39 +03:00
width: 100% !important;
2020-02-05 12:08:01 +03:00
}
.report-date {
width: 155px;
2019-07-26 15:31:39 +03:00
}