Project

General

Profile

« Previous | Next » 

Revision 50303

added some css patches

View differences:

login.component.html
14 14
      <div id="login_form">
15 15
    <!-- <form id="login_form" method="post" action="ccsadmin/login"> -->
16 16
        <form class="m-t" method="post"  target="GWTBootstrap3_AbstractForm_RepositoryManager_2">
17
          <div class="alert alert-success" style="display:none;" aria-hidden="true"></div>
18
          <div class="alert alert-danger" style="display:none;" aria-hidden="true"></div>
17
          <div class="uk-alert uk-alert-success" style="display:none;" aria-hidden="true"></div>
18
          <div class="uk-alert uk-alert-danger" style="display:none;" aria-hidden="true"></div>
19 19

  
20 20
          <div class="form-group">
21 21
            <input id="creds_username" class="form-control" name="username" required="" type="text" placeholder="Username / Email"/>
......
23 23
          <div class="form-group">
24 24
            <input id="creds_password" class="form-control" name="password" type="password" required="" placeholder="Password"/>
25 25
          </div>
26
          <button class="btn btn-primary block full-width m-b" type="submit">Login</button>
26
          <button class="uk-button uk-button-primary block full-width m-b" type="submit">Login</button>
27 27
          <a href="/"><small>Forgot password?</small></a>
28 28
          <p class="text-muted text-center"><small>Do not have an account?</small></p>
29
          <a class="btn btn-sm btn-white btn-block" href="/user/register">Create an account</a>
29
          <a class="uk-button uk-button-sm uk-button-white uk-button-block" href="/user/register">Create an account</a>
30 30
        </form>
31 31
      </div>
32 32

  

Also available in: Unified diff