VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: d0ublezer0 on June 03, 2015, 11:29:39 AM

Title: VM 3.0.9 backend layout IE 10
Post by: d0ublezer0 on June 03, 2015, 11:29:39 AM
.admin-content area shifted to the bottom of .menu-wrapper:
(http://f5.s.qip.ru/LHJwjzlc.png)

In Firefox, Chrome is all ok
Title: Re: VM 3.0.9 backend layout IE 10
Post by: d0ublezer0 on June 03, 2015, 11:35:00 AM
The fix is:
need to add
.virtuemart-admin-area .menu-wrapper {
min-width: 200px;
width: 220px;
border-right: solid #b4b4b4 1px;
float:left;
}
in file administrator\components\com_virtuemart\assets\css\admin_ui.css on line 4
Title: Re: VM 3.0.9 backend layout IE 10
Post by: d0ublezer0 on June 03, 2015, 11:38:05 AM
and
.virtuemart-admin-area .admin-content {overflow:hidden;}