Redirect URI UI updates

pull/210/head
Michael Jett 2012-08-27 17:12:02 -04:00
parent d8037c0513
commit 5377a2bac4
1 changed files with 3 additions and 3 deletions

View File

@ -77,12 +77,12 @@
<table class="table-condensed">
<tbody>
<tr>
<td><input type="text" placeholder="http://" value=""></td>
<td><button class="btn btn-inverse" type="button"><i class="icon-plus icon-white"></i></button></td>
<td><input type="text" value="" placeholder="http://"></td>
<td><button class="btn btn-small" type="button">Add</button></td>
</tr>
<tr>
<td>http://google.com</td>
<td><button class="btn btn-danger" type="button"><i class="icon-minus icon-white"></i></button></td>
<td><i class="icon-minus-sign icon-gray"></i></td>
</tr>
</tbody>
</table>