mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Fixed styling of session expired message on login dialog.
This commit is contained in:
parent
3e4408e971
commit
f8df3a0f93
@ -57,6 +57,12 @@
|
||||
|
||||
/* End btn heights */
|
||||
|
||||
.login-alert {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: #0088cc;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
min-height: 15px;
|
||||
|
||||
@ -6,9 +6,7 @@
|
||||
<h3>Ansible Login</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div style="padding-bottom: 20px;" class="alert alert-warning alert-block" ng-show="(sessionExpired == true)">
|
||||
Your session timed out due to inactivity. Please sign in again.
|
||||
</div>
|
||||
<div class="login-alert" ng-show="(sessionExpired == true)">Your session timed out due to inactivity. Please sign in again.</div>
|
||||
<form id="login-form" name="loginForm" class="form-horizontal" novalidate>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Username:</label>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user