Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifrad committed Jun 9, 2018
1 parent 3f8670c commit ef6597a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/templates/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@
</div>
<div class="row">
<div class="input-field col s12">
<input type="submit" value="Submit" class="btn">
<a href="{{ url_for('index') }}">cancel</a>
<!-- <input type="submit" value="Submit" class="btn waves-effect waves-light">
<i class="material-icons right">send</i> -->
<button class="btn waves-effect waves-light" type="submit" name="action">Submit
<i class="material-icons right">send</i>
</button>
<a href="{{ url_for('index') }}" class="waves-effect waves-light btn-small">cancel</a>
</div>


</button>

</div>
</form>
{% endblock %}
Binary file modified blog.db
Binary file not shown.

0 comments on commit ef6597a

Please sign in to comment.