change login ui from ko kyawS

This commit is contained in:
Yan
2017-10-12 16:17:20 +06:30
parent cd5f2eb748
commit 5df78b10ed
6 changed files with 23 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

View File

@@ -8,10 +8,18 @@
}
.login-page {
margin: 1% auto;
margin: 0% auto;
background-color: #2790a5;
}
.login-page .login-box .logo small {
display: block;
width: 100%;
text-align: center;
color: #000;
margin-top: -5px;
}
.form-group {
margin-bottom: 15px;
}

View File

@@ -16,7 +16,7 @@
<!-- <a href="javascript:void(0);" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"></a> -->
<a href="javascript:void(0);" class="bars"></a>
<a class="navbar-brand" href="index.html">
<img src="<%= asset_path('SX-logo.png') %>" width="40" height="40" alt="Logo" />
<img src="<%= asset_path('SX-Logo-small.png') %>" width="40" height="40" alt="Logo" />
<span class="navbar-brand-txt">SX Restaurant</span>
</a>
</div>

View File

@@ -58,9 +58,11 @@
<!-- #END# Page Loader -->
<div class="login-box">
<div class="logo">
<a href="javascript:void(0);">Smartsale <b>SX</b></a>
<small>Version - 1.0.1</small>
<div class="logo text-center">
<img src="/image/SX-logo.png" width="150px" height="150px">
<p>
<small>Version - 1.0.1</small>
</p>
</div>
<%= simple_form_for(@login_form, url: login_path, method: "post") do |f| %>
<div class="card padding-10">
@@ -89,9 +91,9 @@
<div class="pin_pad left" data-value="9">9</div>
</div>
<div class='row bottom'>
<div class="pin_pad orange" data-value="CLR">CLR</div>
<div class="pin_pad bg-grey" data-value="CLR">CLR</div>
<div class="pin_pad left" data-value="0">0</div>
<div class="pin_pad left purple" data-value="ENT">ENT</div>
<div class="pin_pad left bg-indigo" data-value="ENT">ENT</div>
</div>
</div>
</div>

View File

@@ -10,13 +10,15 @@ en:
transactions: "Transactions"
reports: "Reports"
zones: "Zones"
dinings: "Dinings"
menu: "Menu"
cashier: "Cashier"
terminal: "Terminal"
print: "Print"
staff: "Staff"
product: "Product"
promotion: "Promotion"
products: "Products"
promotions: "Promotions"
printer: "Printer"
views:

View File

@@ -19,6 +19,8 @@ mm:
products: "Products"
promotions: "Promotions"
printer: "Printer"
views:
pagination:
first: "&laquo; ပထမ"