Skip to content

Commit da69d75

Browse files
author
Oleg Zinoviev
committed
Merge branch 'MAGETWO-35181' into UI
2 parents 11462a2 + 9e5c76e commit da69d75

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/override.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,6 +2813,9 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
28132813
width: 100%;
28142814
z-index: 1;
28152815
}
2816+
.ie9 .page-layout-admin-login .page-wrapper {
2817+
margin-top: 10%;
2818+
}
28162819
.page-layout-admin-login :-ms-input-placeholder {
28172820
color: transparent;
28182821
}

app/design/adminhtml/Magento/backend/web/css/source/_login.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
position: relative;
4444
width: 100%;
4545
z-index: 1;
46+
.ie9 & {
47+
margin-top: 10%;
48+
}
4649
}
4750
:-ms-input-placeholder {
4851
color: transparent;

0 commit comments

Comments
 (0)