diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 7114c9b2e1f..6431e56b997 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -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; }