Commit d381f3d5 by Shwetha GS

ATLAS-970 Remove glyphicon from login.jsp (kevalbhatt18 via shwethags)

parent f51c8861
...@@ -177,10 +177,6 @@ button:focus { ...@@ -177,10 +177,6 @@ button:focus {
padding-bottom: 10px!important; padding-bottom: 10px!important;
} }
.input-group-btn .glyphicon {
top: 2px;
}
.pagination > .active { .pagination > .active {
> a { > a {
background-color: $color_curious_blue_approx; background-color: $color_curious_blue_approx;
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
animation: spin 1000ms infinite linear; animation: spin 1000ms infinite linear;
} }
.glyphicon-spin {
animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin { @-webkit-keyframes spin {
0% { 0% {
//Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy) //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
......
...@@ -37,6 +37,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ...@@ -37,6 +37,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES: ALL CHANGES:
ATLAS-970 Remove glyphicon from login.jsp (kevalbhatt18 via shwethags)
ATLAS-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai) ATLAS-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai)
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth) ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)
ATLAS-964 Cleanup NOTICE and LICENSE (shwethags) ATLAS-964 Cleanup NOTICE and LICENSE (shwethags)
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<link href="js/libs/bootstrap/css/bootstrap.min.css" media="all" rel="stylesheet" type="text/css" id="bootstrap-css"> <link href="js/libs/bootstrap/css/bootstrap.min.css" media="all" rel="stylesheet" type="text/css" id="bootstrap-css">
<link href="js/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/login.css" media="all" rel="stylesheet" type="text/css" > <link href="css/login.css" media="all" rel="stylesheet" type="text/css" >
<script src="js/libs/jquery/js/jquery.min.js" ></script> <script src="js/libs/jquery/js/jquery.min.js" ></script>
<script src="js/modules/atlasLogin.js" ></script> <script src="js/modules/atlasLogin.js" ></script>
...@@ -42,11 +43,11 @@ ...@@ -42,11 +43,11 @@
<div class="login-pane"> <div class="login-pane">
<h2 align="center">Apache <strong>Atlas</strong></h2> <h2 align="center">Apache <strong>Atlas</strong></h2>
<div class="input-group"> <div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <span class="input-group-addon"><i class="fa fa-user"></i></span>
<input type="text" class="form-control" id="username" name="username" placeholder="Username" tabindex="1" required="" autofocus> <input type="text" class="form-control" id="username" name="username" placeholder="Username" tabindex="1" required="" autofocus>
</div> </div>
<div class="input-group"> <div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> <span class="input-group-addon"><i class="fa fa-lock"></i></span>
<input type="password" class="form-control" name="password" placeholder="Password" id="password" tabindex="2" autocomplete="off" required> <input type="password" class="form-control" name="password" placeholder="Password" id="password" tabindex="2" autocomplete="off" required>
</div> </div>
<span id="errorBox" class="col-md-12 help-inline" style="color:#FF1A40;display:none;text-align:center;padding-bottom: 10px;"><span class="errorMsg"></span></span> <span id="errorBox" class="col-md-12 help-inline" style="color:#FF1A40;display:none;text-align:center;padding-bottom: 10px;"><span class="errorMsg"></span></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment