File: /home/hanode/public_html/wp-content/plugins/sw_core/css/admin/style.css
.project-gallery ul{
display: flex;
display: -webkit-flex;
display: ms-flex;
flex-wrap: wrap;
}
.project-gallery ul > li{
box-sizing: border-box;
width: 25%;
padding: 0 3px;
margin-bottom: 3px;
position: relative;
}
.project-gallery ul > li img{
width: 100%;
height: auto;
}
.project-gallery ul > li > span{
display: inline-block;
width: 14px;
height: 14px;
position: absolute;
top: -5px;
right: -2px;
background: #444;
z-index: 9999;
border-radius: 50%;
line-height: 11px;
font-size: 12px;
color: #fff;
font-weight: bold;
text-align: center;
cursor: pointer;
}
.project-gallery ul > li > span:hover{
background: #d40000;
}
.project-gallery ul > li > span:before{
content: 'x';
}
.sw-metabox .meta-item{
margin-bottom: 15px;
}
.sw-metabox .meta-item p{
margin: 0 0 5px;
}
.sw-metabox .meta-item input, .sw-metabox .meta-item select, .sw-metabox .meta-item textarea{
width: 100%;
}
.sw-metabox .meta-item input{
border-radius: 3px;
padding: 5px 10px;
}
.sw-metabox .meta-item textarea{
min-height: 120px;
}