Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/16 17:19:13 (8 years ago)
Author:
jlodewyc
Message:

#2582 Last fixes Job Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Home/Index.cshtml

    r13689 r13733  
    66        <div class="col-xs-offset-4 col-sm-4" >
    77            <div class="form-login">
    8                 <h4>Welcome to Heuristic Lab Hive</h4>
     8                <h4>Welcome to HeuristicLab Hive</h4>
    99                <form asp-controller="Home" asp-action="Login" method="POST">
    10                     <label asp-for="loginName"></label>
    11                     <input type="text" asp-for="loginName" class="form-control input-sm chat-input" />
    12                     <label asp-for="password"></label>
    13                     <input type="password" asp-for="password" class="form-control input-sm chat-input" />
     10                    <i class="fa fa-user"></i>
     11                    <label asp-for="loginName">
     12
     13                    </label>
     14                    <input
     15                           type="text"
     16                           asp-for="loginName"
     17                           class="form-control input-sm chat-input" />
     18                    <i class="fa fa-key"></i>
     19                    <label
     20                           asp-for="password">
     21
     22                    </label>
     23                    <input
     24                           type="password"
     25                           asp-for="password"
     26                           class="form-control input-sm chat-input" />
    1427                    <br/>
    1528                    <div class="wrapper">
    1629                        <span class="group-btn">
    17                             <button type="submit" class="btn btn-primary btn-md"
    18                                     style="width: 100%">
    19                                 Login
     30                            <button
     31                                    type="submit"
     32                                    class="btn btn-primary btn-md"
     33                                    style="width: 100%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     34                            text-shadow:2px 2px black;">
     35                                 Login <i class="fa fa-sign-in"></i>
    2036                            </button>
    2137                        </span>
    22                         <span style="color:red"><br/>@Model.errorMessage</span>
     38                        <span style="color:red">
     39                        <br/>@Model.errorMessage
     40                        </span>
    2341                    </div>
    2442                </form>
Note: See TracChangeset for help on using the changeset viewer.