[UI][#1939] scale down the image

This commit is contained in:
mbauskar 2016-08-09 11:43:10 +05:30
parent a115df59dc
commit d8470e47a7
2 changed files with 5 additions and 0 deletions

View file

@ -238,6 +238,7 @@ table.field-info tr td {
border: 0px;
}
.image-field {
background-size: 100% 100% !important;
position: relative;
}
.image-field:hover .field-info {

View file

@ -305,3 +305,7 @@ a.close:focus {
.layout-side-section .module-sidebar-nav {
margin-top: 15px;
}
.sidebar-image {
background-size: 100% 100% !important;
}