Add el relleno a la clase «content_listing_r» en lugar de área de la entrada, esto agregará acolchado alrededor de la célula.
<td class=»content_listing_r» style=»width: 80%; padding: 5px;»>
<input type=»text» name=»model_search» style=»width: 100%» autocomplete=»off» />
</td>
<input type=»text» name=»model_search» style=»width: 100%» autocomplete=»off» />
</td>
alternativamente, hacer más pequeño el ancho y agregar acolchado como un porcentaje de
<td class=»content_listing_r» style=»width: 80%;»>
<input type=»text» name=»model_search» style=»width: 96%; padding: 2%» autocomplete=»off» />
</td>
<input type=»text» name=»model_search» style=»width: 96%; padding: 2%» autocomplete=»off» />
</td>
Dejar un comentario