diff --git a/Phonebook.Frontend/src/index.html b/Phonebook.Frontend/src/index.html index cbfaf1ad5..77583ef2d 100644 --- a/Phonebook.Frontend/src/index.html +++ b/Phonebook.Frontend/src/index.html @@ -28,7 +28,6 @@ - @@ -47,5 +46,36 @@ } else { top.location = self.location; } + msieversion(); + + + + diff --git a/Phonebook.Frontend/src/styles.scss b/Phonebook.Frontend/src/styles.scss index 309abc7a2..bfa9bf72c 100644 --- a/Phonebook.Frontend/src/styles.scss +++ b/Phonebook.Frontend/src/styles.scss @@ -181,7 +181,18 @@ app-root { margin: auto 1%; } } - +.pb-no-ie { + top: 38%; + left: 38%; + position: absolute; +} +.pb-no-ie a { + cursor: pointer; + text-decoration: none; + &:hover, &:focus { + color: #9b9e9e; + } +} //Media query classes @include on-med-and-up { .pb-hide-on-med-and-up {