Replace the login background image

HOR-808
fix harcode style
This commit is contained in:
dheeyi
2016-04-20 11:26:11 -04:00
parent 60cab9459a
commit 47255ded3d
5 changed files with 19 additions and 2 deletions

View File

@@ -887,4 +887,12 @@ div#toolbar
{
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
}
/*style for login footer */
.footer-login a {
color: white;
text-decoration: none;
}
.footer-login a:hover, a:focus {
color: white;
text-decoration: underline;
}

View File

@@ -1125,3 +1125,12 @@ div#toolbar {
.module_app_buttonDisabled___gray:hover {
background: url("/skins/neoclassic/images/ext/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
}
/*style for login footer */
.footer-login a {
color: white;
text-decoration: none;
}
.footer-login a:hover, a:focus {
color: white;
text-decoration: underline;
}

View File

@@ -90,7 +90,7 @@
<div class="row vertical-offset-100">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="row-fluid user-row">
<img src="/images/logopm3.png" class="img-responsive" alt="Conxole Admin">
<img src="/images/logopm3login.png" class="img-responsive" alt="Conxole Admin">
</div>
<div class="panel panel-default">
<div class="panel-body">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB