[ 
https://issues.apache.org/jira/browse/AIRFLOW-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677967#comment-16677967
 ] 

ASF GitHub Bot commented on AIRFLOW-3302:
-----------------------------------------

ashb closed pull request #4140: [AIRFLOW-3302] Small CSS fixes
URL: https://github.com/apache/incubator-airflow/pull/4140
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/www/templates/admin/master.html 
b/airflow/www/templates/admin/master.html
index 2939a099d4..1d47bcc719 100644
--- a/airflow/www/templates/admin/master.html
+++ b/airflow/www/templates/admin/master.html
@@ -89,7 +89,7 @@
         <ul class="nav navbar-nav navbar-right">
             <li><a id="clock"></a></li>
             {% if current_user.is_authenticated %}
-              <li><a href="{{ url_for('airflow.logout') }}"><span 
data-toggle="tooltip" data-placement="left" title="Logout" class="glyphicon 
glyphicon-log-out"></span></a></li>
+              <li class="never_active"><a href="{{ url_for('airflow.logout') 
}}"><span data-toggle="tooltip" data-placement="left" title="Logout" 
class="glyphicon glyphicon-log-out"></span></a></li>
             {% endif %}
         </ul>
           <ul class="nav navbar-nav navbar-right">
diff --git a/airflow/www/templates/airflow/login.html 
b/airflow/www/templates/airflow/login.html
index cdae3178f0..72cdff202c 100644
--- a/airflow/www/templates/airflow/login.html
+++ b/airflow/www/templates/airflow/login.html
@@ -1,13 +1,13 @@
-{# 
+{#
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-  
+
     http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -25,7 +25,7 @@
     <div class="row">
         <div class="col-sm-6 col-md-4 col-md-offset-4">
             <h1 class="text-center login-title">Sign in to Airflow</h1>
-            <div class="account-wall">
+            <div class="text-center account-wall">
                 <img src="{{ url_for("static", filename="pin_100.png") }}" />
                 <form class="form-signin" method="post" action="{{ 
url_for('airflow.login') }}">
                     <input type="text" class="form-control" 
placeholder="Username" name="username" required autofocus>
@@ -43,4 +43,4 @@ <h1 class="text-center login-title">Sign in to Airflow</h1>
     </div>
 </div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Small CSS fixes
> ---------------
>
>                 Key: AIRFLOW-3302
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3302
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Sumit Maheshwari
>            Assignee: Sumit Maheshwari
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to