Increase search result font size on mobile

This commit is contained in:
fkloft
2015-02-27 00:28:02 +01:00
parent 189f57afdd
commit dd007c4015
2 changed files with 9 additions and 7 deletions

View File

@ -102,12 +102,14 @@ body {
margin-left: 5px !important;
}
#geosearch {
width: 100%;
#searchwrapper {
font-size: 1.2em;
}
#geosearchwrapper img {
display: none;
#searchwrapper .ui-accordion-header {
padding: 0.3em 0;
}
#searchwrapper li {
line-height: 1.3em;
}
#chatcontrols {