Skip to content

Commit

Permalink
Improve legibility with greater contrast ratio in footer and paginati…
Browse files Browse the repository at this point in the history
…on (apache#11690)
  • Loading branch information
ryanahamilton authored and michalmisiewicz committed Oct 30, 2020
1 parent 7fb8387 commit ce2de92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ label[for="timezone-other"],
bottom: 0;
width: 100%;
height: 60px;
color: #8e8e8d;
background-color: #f5f5f5;
}

Expand Down
2 changes: 1 addition & 1 deletion airflow/www/templates/airflow/dags.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h2>DAGs</h2>
<div class="col-sm-6">
{{paging}}
</div>
<div class="col-sm-6 text-right text-muted">
<div class="col-sm-6 text-right">
Showing <strong>{{num_dag_from}}-{{num_dag_to}}</strong> of <strong>{{num_of_all_dags}}</strong> DAGs
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion airflow/www/templates/airflow/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{% if not current_user.is_anonymous %}
{% set version_label = 'Version' %}
<footer class="footer">
<div class="container text-muted">
<div class="container">
<div>
{{ version_label }}: {% if airflow_version %}<a href="https://pypi.python.org/pypi/apache-airflow/{{ airflow_version }}" target="_blank">v{{ airflow_version }}</a>{% else %} N/A{% endif %}
{% if git_version %}<br>Git Version:<strong>{{ git_version }}</strong>{% endif %}
Expand Down

0 comments on commit ce2de92

Please sign in to comment.