fix jgrowl position and remove some redundant css

This commit is contained in:
Mario Vavti 2017-03-19 14:20:21 +01:00
parent d78b64d5b3
commit 774923be1c

View File

@ -701,7 +701,7 @@ div.jGrowl div.info {
padding-left: 58px;
}
#jGrowl.top-right {
top: 65px;
top: 4.5rem;
right: 15px;
}
@ -709,13 +709,6 @@ div.jGrowl div.jGrowl-notification {
min-height: 60px;
}
#nav-search-text-ac .autocomplete {
position: fixed;
top: 51px;
border: 1px solid $nav_bd;
border-top: none;
}
#recip-ac .autocomplete,
#poke-recip-ac .autocomplete,
#id-name-ac .autocomplete,