[minor][UI] updated less

This commit is contained in:
mbauskar 2016-08-09 12:11:51 +05:30
parent d8470e47a7
commit 6c787bf079
3 changed files with 3 additions and 6 deletions

View file

@ -134,7 +134,7 @@ body[data-route^="Module"] .main-menu .form-sidebar {
height: 0;
padding-bottom: 100%;
border-radius: 6px;
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
@ -305,7 +305,3 @@ a.close:focus {
.layout-side-section .module-sidebar-nav {
margin-top: 15px;
}
.sidebar-image {
background-size: 100% 100% !important;
}

View file

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

View file

@ -181,7 +181,7 @@ body[data-route^="Module"] .main-menu {
height: 0;
padding-bottom: 100%;
border-radius: 6px;
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}