Skip to content

Instantly share code, notes, and snippets.

@murdockcrc
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murdockcrc/396d752f6ba960b526f4 to your computer and use it in GitHub Desktop.
Save murdockcrc/396d752f6ba960b526f4 to your computer and use it in GitHub Desktop.
cropbox-complete01
<div class="container-fluid profile-canopy">
<div class="row">
<div class="profile-canopy-bg bg-public">
<img alt src="http://i.imgur.com/Dbqggm5.jpg"/>
<button ng-show="isAuthor()" ng-click="editBackground()" type="button" class="btn btn-primary btn-lg btn-bg-edit">Edit</button>
</div>
<div class="canopy-bg-edit hidden">
<div class="profile-canopy-bg imageBox-bg">
<div class="action">
<input type="file" id="bg-file" style="float:left; width: 250px">
<input type="button" id="bg-btnCrop" value="Crop" class="btn btn-primary" style="float: right">
<input type="button" id="bg-btnCancel" value="Cancel" class="btn btn-danger" style="float: right">
<input type="button" id="bg-btnZoomIn" value="+" class="btn btn-default" style="float: right">
<input type="button" id="bg-btnZoomOut" value="-" class="btn btn-default" style="float: right">
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment