add some minor fixes for IE8

This commit is contained in:
Morris Jobke 2014-09-15 17:09:12 +02:00
parent 80ce598bc3
commit d6cb489b68
2 changed files with 5 additions and 1 deletions

View File

@ -334,7 +334,7 @@
#app-navigation .app-navigation-entry-edit input {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
width: 190px;
width: 204px; /* fallback for IE8 */
width: calc(100% - 36px);
padding: 5px;
margin-right: 0;

View File

@ -105,3 +105,7 @@ select {
overflow-y: auto;
}
.ie8 #app-navigation .app-navigation-entry-edit input {
line-height: 38px;
}