A tweak to make the search box more mobile friendly.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
}
+.boolean input[type=text] {
+ width: 50%;
+ }
+
.checkbox_col {
width: 1%;
padding-left: 10px !important;
position: relative;
width: 300px;
}
+ .boolean input[type=text] {
+ width: 75%;
+ }
#format_actions {
float: left;
}
</td>
</tr>
</thead>
- <tbody id='adv_global_tbody'>
+ <tbody id='adv_global_tbody' class='boolean'>
<tr>
<td>
<input class="hidden" name="boolean" class="hidden" value="true" />
- <input type="text" name="boolean_query" size="50" value="[% query | html %]" autofocus />
+ <input type="text" title="Boolean search phrase" name="boolean_query" value="[% query | html %]" autofocus />
</td>
</tr>
</tbody>