Minor changes
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<h3>Manage Existing Accounts</h3>
|
<h3>Manage Existing Accounts</h3>
|
||||||
|
|
||||||
<table class="table">
|
<table class="table small">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<h3>Add Note</h3>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="textArea" class="col-lg-3 control-label">Note to Take</label>
|
<label for="textArea" class="col-lg-3 control-label">Note to Take</label>
|
||||||
<div class="col-lg-9">
|
<div class="col-lg-9">
|
||||||
@@ -20,8 +21,8 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% if notes %}
|
{% if notes %}
|
||||||
<h2>Your Notes</h2>
|
<h3>Your Notes</h3>
|
||||||
<table class="table">
|
<table class="table small">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Note ID</th>
|
<th>Note ID</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user