Streamline of screens.

This commit is contained in:
Martin Edenhofer 2014-09-25 08:17:29 +02:00
parent 98496cee66
commit c75f36e8b3

View file

@ -1,7 +1,9 @@
<div class="page-header"> <div class="flex scrollable">
<div>
<div class="page-header-title">
<h1><%- @T('Maintenance Message') %><small></small></h1> <h1><%- @T('Maintenance Message') %><small></small></h1>
</div> </div>
<form class="form-large" id="maintenanceForm"> <form id="maintenanceForm">
<fieldset> <fieldset>
<div class="form-group"> <div class="form-group">
<label for="title"><%- @T('Title') %></label> <label for="title"><%- @T('Title') %></label>
@ -24,3 +26,4 @@
</fieldset> </fieldset>
<button type="submit" class="btn btn--primary submit"><%- @T('Send to clients') %></button> <button type="submit" class="btn btn--primary submit"><%- @T('Send to clients') %></button>
</form> </form>
</div>