fix #588 modify css for IE

This commit is contained in:
Shinsuke Sugaya 2016-07-21 11:10:30 +09:00
parent ebcfdc1b7f
commit 70fa492b62

View file

@ -231,6 +231,18 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
padding-top: 4px;
}
.form-control {
border-radius: 0px;
}
:first-child.list-group-item {
border-radius: 0px;
}
:last-child.list-group-item {
border-radius: 0px;
}
/* Large desktop */
@media ( min-width : 74.9em) {
.visible-xs {
@ -357,7 +369,7 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
/***workaround for IE browser***/
@media screen and (min-width:0\0) {
input#query.form-searchHeader {
padding: 8.7px 10px;
input#query.form-control {
padding-bottom: 0.75rem;
}
}