[UI][#1939] scale down the image
This commit is contained in:
parent
a115df59dc
commit
d8470e47a7
2 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -305,3 +305,7 @@ a.close:focus {
|
|||
.layout-side-section .module-sidebar-nav {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.sidebar-image {
|
||||
background-size: 100% 100% !important;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue