fix search help on mobile

This commit is contained in:
Jeff Atwood 2015-09-15 14:22:28 -07:00
parent 975edceff4
commit d4db1949a7

View File

@ -172,14 +172,27 @@
}
#search-help {
max-width: 300px;
max-width: 98%;
}
#search-help h2 {
margin: 0;
font-size: 0.857em;
// this makes the table behave like a flat list
#search-help td {
display: block;
padding-left: 10px;
}
#search-help h3 {
display: none;
}
#search-help p {
margin: 5px;
margin: 10px;
}
#search-help .btn-primary {
float: none;
}
#google-search form {
padding-left: 10px;
}