mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Small style fix to login page
This commit is contained in:
parent
fca6c85abb
commit
63cc794f37
@ -17,6 +17,7 @@
|
||||
</div>
|
||||
|
||||
<form name="loginForm" class="login-form">
|
||||
<div class="tight-from-container">
|
||||
<div class="tight-form" ng-if="loginMode">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item" style="width: 78px">
|
||||
@ -63,6 +64,7 @@
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="!loginMode" style="margin-left: 97px; width: 254px;">
|
||||
<password-strength password="formModel.password"></password-strength>
|
||||
|
Loading…
Reference in New Issue
Block a user