Changes in / [ff75720:4bfcc04]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/login.html

    rff75720 r4bfcc04  
    44        <div class="container">
    55            <form class="form-signin mt-xl-5" method="post" action="/login">
    6                 <h2 class="form-signin-heading" style="color: white">Најава</h2>
     6                <h2 class="form-signin-heading">Најава</h2>
    77                <p>
    88                    <label for="username" class="sr-only">Корисничко име</label>
     
    1414                </p>
    1515            </form>
    16             <button id="submit" style="background-color: #ff5019;border-color: #ff5019" class="btn btn-lg btn-block" type="submit">Најави се</button>
    17         </div>
    18         <div style="display: flex;justify-content: center;align-content: center">
    19         <a href="/register" class="btn btn-block btn-light" style="margin-top: 20px;width: 400px">Регистрирај се тука!</a>
     16            <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Најави се</button>
    2017        </div>
    2118    </form>
    22 
     19    <a href="/register" class="btn btn-block btn-light">Регистрирај се тука!</a>
    2320</div>
Note: See TracChangeset for help on using the changeset viewer.