logo changed
Change-Id: I1a3c3567f34b85762d870d1ca4838cf31685e06f
This commit is contained in:
parent
b2eed1a585
commit
7a9759926b
@ -620,7 +620,7 @@ li.incomplete:before, li.incomplete .step {
|
||||
.modal-header
|
||||
{
|
||||
/*background-color: #EFF3F8;*/
|
||||
background-image: url('../img/dialogue-bar1.jpg');
|
||||
background-image: url('../img/header.png');
|
||||
background-size:cover;
|
||||
/*background-position: 50% 50%;*/
|
||||
}
|
||||
@ -692,7 +692,7 @@ li.incomplete:before, li.incomplete .step {
|
||||
}
|
||||
.modal-footer
|
||||
{
|
||||
background-image: url('../img/dialogue-bar1.jpg');
|
||||
/*background-image: url('../img/dialogue-bar1.jpg');*/
|
||||
background-size:cover;
|
||||
}
|
||||
.modal-title
|
||||
|
BIN
v2/assets/img/logo1.png
Normal file
BIN
v2/assets/img/logo1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -1,7 +1,7 @@
|
||||
<div class="bkg-fullscreen">
|
||||
<div class="login-dialogue">
|
||||
<div class="center">
|
||||
<img src="assets/img/logo.png" style="margin-left: -50px; margin-bottom: 10px;" width="250px"></img>
|
||||
<img src="assets/img/logo1.png" style="margin-left: -50px; margin-bottom: 10px;" width="250px"></img>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<button class="btn btn-info" ng-click="findNewServersPanel.isCollapsed = !findNewServersPanel.isCollapsed" ng-init="findNewServersPanel.isCollapsed = true;">
|
||||
Discover Servers
|
||||
Find Servers
|
||||
<i class="ace-icon fa fa-plus" ng-class="{'fa-minus': !findNewServersPanel.isCollapsed}"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@
|
||||
Discover available servers
|
||||
</h4>
|
||||
<div>
|
||||
Select as many switches as needed and then click Find Servers.
|
||||
Select as many switches as needed and then click Discover Servers.
|
||||
</div>
|
||||
<div class="space-10"></div>
|
||||
<table class="table table-striped table-hover">
|
||||
|
Loading…
x
Reference in New Issue
Block a user