Logo added

This commit is contained in:
saravanakumar_kandasami 2018-02-02 10:14:19 +05:30
parent cbd690a53a
commit e6ec0b46d2
12 changed files with 5 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -2,12 +2,10 @@
<div class="row" style="margin-bottom: 1%;margin-top:-4%">
<div class="col-md-2 col-md-offset-1 col-xs-10 col-xs-offset-1">
<img ng-src="{{app.layout.logo}}" alt=""/>
<h2 class="text-purple">{{app.name}}</h2>
<!--<h2 class="text-purple">{{app.name}}</h2> -->
</div>
<div class="main-login col-xs-10 col-xs-offset-1 col-sm-7 col-sm-offset-5 col-md-6 col-md-offset-3">
<!-- start: LOGIN BOX -->
<style>
.alert {
position: absolute;
@ -41,10 +39,8 @@
<div class="form-group" ng-class="{'has-error':Form.password.$dirty && Form.password.$invalid, 'has-success':Form.password.$valid}">
<span class="input-icon">
<input type="password" placeholder="Password"
class="form-control heighLight" name="password" ng-model="myModel.password"
ng-minlength="6"
required/>
<input type="password" placeholder="Password" class="form-control heighLight" name="password" ng-model="myModel.password"
ng-minlength="6" required/>
<i class="fa fa-lock"></i>
<span class="error text-small block" ng-if="Form.password.$dirty && Form.password.$invalid"> Password Required</span></span>
</div>
@ -57,9 +53,7 @@
</div>
<div class="row">
<div id="cl-effect-16" class="links cl-effect-16 col-xs-5 col-xs-offset-2 col-md-4 col-md-offset-5">
<a data-hover="I forgot my password" class="forgot" ui-sref="login.forgot">I forgot my password
</a>
<a data-hover="I forgot my password" class="forgot" ui-sref="login.forgot">I forgot my password </a>
</div>
</div>
</form>
@ -69,7 +63,7 @@
<!-- end: LOGIN BOX -->
</div>
<!-- end: LOGIN -->
<!-- Start: View Of Announcement -->
<!-- Start: View Of Announcement -->
<div class="container-fluid container-fullw bg-white" style="height:300px;" data-ng-init="init()">
<div class="row">