Skip to content

Instantly share code, notes, and snippets.

@boukeversteegh
Created February 8, 2013 12:02
Show Gist options
  • Save boukeversteegh/4738522 to your computer and use it in GitHub Desktop.
Save boukeversteegh/4738522 to your computer and use it in GitHub Desktop.
<style>
td {
padding: 4px;
}
input {
width: 100%;
display: block;
border: 1px inset #EEE;
margin: -1px;
}
</style>
<table width="100%">
<tr>
<td>
<input/>
</td>
<td width="50">
<button>edit</button>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment