Added styles to be more consistant across pages
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
<section id="unit-wrapper" class="${type}">
|
||||
<header>
|
||||
<h1 class="editable">${name}</h1>
|
||||
<p>Unit type: ${type}</p>
|
||||
<!-- <div class="actions"> -->
|
||||
<!-- <a href="#" class="cancel">Cancel</a> -->
|
||||
<!-- <a href="#" class="save-update">Save & Update</a> -->
|
||||
<!-- </div> -->
|
||||
</header>
|
||||
<section>
|
||||
${contents}
|
||||
</section>
|
||||
<section>
|
||||
<section>
|
||||
<h1 class="editable">${name}</h1>
|
||||
<p>${type}</p>
|
||||
</section>
|
||||
<div class="actions">
|
||||
<a href="" class="save-update">Save & Update</a>
|
||||
<a href="#" class="cancel">Cancel</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
${contents}
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user