|
@@ -1,11 +1,9 @@
|
|
|
<div class="link-form clearfix">
|
|
|
<div class="field-left">
|
|
|
- <label>Label</label>
|
|
|
- <input type="text" name="link_label" value="{{label}}" placeholder="ie. Facebook">
|
|
|
- <input type="text" name="link_code" value="{{code}}" placeholder="Code for icon">
|
|
|
+ <input type="text" name="link_label" value="{{label}}" placeholder="Label" style="width: 55%; display: inline-block;">
|
|
|
+ <input type="text" name="link_code" value="{{code}}" placeholder="code" style="width: 40%; display: inline-block;">
|
|
|
</div>
|
|
|
<div class="field-right">
|
|
|
- <label>URL</label>
|
|
|
- <input type="text" name="link_url" value="{{url}}" placeholder="http://facebook.com/UserName">
|
|
|
+ <input type="text" name="link_url" value="{{url}}" placeholder="URL">
|
|
|
</div>
|
|
|
</div>
|