File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 padding-top : 15px ;
2424 }
2525 }
26+ .capsLock {
27+ font-style : italic ;
28+ margin-bottom : 0px ;
29+ margin-top : 3px ;
30+ padding-top : 5px ;
31+ padding-bottom : 5px ;
32+ padding-right : 0px ;
33+ display : none ;
34+ }
35+ .fa-exclamation-circle {
36+ margin-left : 10px ;
37+ }
2638
2739 .remember-password {
2840 padding-top : 10px ;
Original file line number Diff line number Diff line change 11@extends (' layouts.default' , [' body_class' => ' nav-profile' ] )
22@section (' content' )
3- <link href =" /css/jquery/jquery-ui.css" rel =" stylesheet" type =" text/css" >
4- <script src =" /css/jquery/external/jquery/jquery.js" ></script >
5- <script src =" /css/jquery/jquery-ui.js" ></script >
3+ <script src =" /js/jquery-3.1.1.js" ></script >
64 <script src =" /js/password_caps.js" type =" text/javascript" ></script >
75<div class =" sign-in" >
86 <div class =" text-center header" >
@@ -32,7 +30,8 @@ class="clean" name="email"
3230 </div >
3331 <div class =" col-xs-12" >
3432 <input class =" clean" name =" password" type =" password" placeholder =" Password" value =" {{ old (' password' ) } }" >
35- <div id =" capsLock" class =" capsLock" style =" display :none ;" >CapsLock is on!!
33+ <div id =" capsLock" class =" capsLock text-right alert alert-warning" >CapsLock is on!
34+ <span class =" fa fa-exclamation-circle" ></span >
3635 </div >
3736 </div >
3837
You can’t perform that action at this time.
0 commit comments