Skip to content
Snippets Groups Projects
Commit 65f20f43 authored by danielgrippi's avatar danielgrippi Committed by Dennis Collinson
Browse files

new post form touchup

parent a1409096
No related branches found
No related tags found
No related merge requests found
<div class='row'>
<div class='span12'>
<form class="new-post well">
<label>
text
<textarea class="text span8"/>
<textarea id="text_with_markup" style="display:none;"/>
</label>
<div class="service_selector"></div>
<div class="aspect_selector"></div>
<br/>
<input type="submit" class="btn-primary" value="Share" />
</form>
<div class='span8 offset2 new-post-section'>
<div class="new_picture"/>
<form class="new-post">
<fieldset>
<legend>
New Post
</legend>
<textarea class="text span8"/>
<textarea id="text_with_markup" style="display:none;"/>
<div class="aspect_selector"></div>
<div class="service_selector"></div>
<input type="submit" class="btn-primary" value="Share" />
</fieldset>
</form>
</div>
</div>
<div id="new-post"></div>
\ No newline at end of file
<div class="container">
<div id="new-post"></div>
</div>
Broadcast:
{{#each current_user.services}}
<input type="checkbox" name="services" class="service" value="{{provider}}" />
{{provider}}
<img src="/images/social_media_logos/{{provider}}-16x16.png" />
<br />
{{/each}}
<br />
......@@ -784,3 +784,11 @@ text-rendering: optimizelegibility;
max-width: 200px;
max-height: 200px;
}
.new-post-section {
margin-top: 100px;
}
.aspect_selector {
float: right;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment