Commit 06173b91 by bergquist

ux(admin): tight-form -> gf-form

parent 2a45e879
...@@ -6,24 +6,16 @@ ...@@ -6,24 +6,16 @@
<h2 style="margin-top: 30px;">Add Organization</h2> <h2 style="margin-top: 30px;">Add Organization</h2>
<form name="form"> <form name="form" class="gf-form-group">
<div class="tight-form last"> <div class="gf-form">
<ul class="tight-form-list"> <span class="gf-form-label width-10">Org. name</span>
<li class="tight-form-item" style="width: 100px;"> <input type="text" ng-model="newOrg.name" required class="gf-form-input" placeholder="organization name">
<strong>Org. name</strong>
</li>
<li>
<input type="text" ng-model="newOrg.name" required class="input-xxlarge tight-form-input last" placeholder="organization name">
</li>
<li>
</li>
</ul>
<div class="clearfix"></div>
</div> </div>
<br> <br>
<button class="btn btn-success pull-right" ng-click="createOrg()">Create</button> <div class="gf-form-buttons-row">
<button class="btn btn-success pull-right" ng-click="createOrg()">Create</button>
</div>
</form> </form>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment