#258 [frontend] fix graphics issues after adding xstatic-patternfly-common
Merged 6 years ago by clime. Opened 6 years ago by dturecek.
copr/ dturecek/copr patternfly  into  master

@@ -1,3 +1,4 @@ 

  a{color:#2b64b4}a:hover,a:focus{color:#214d8b}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active{color:#214d8b}h3 a{color:#214d8b !important}.btn-primary{background-color:#214d8b;background-image:linear-gradient(to bottom, #2b64b4 0, #214d8b 100%);border-color:#2b64b4}.btn-primary:hover,.btn-primary:focus{background-color:#558bd7;border-color:#558bd7}table.datatable thead .sorting_asc,table.datatable thead .sorting_desc{color:#214d8b !important}.footer dd ul{padding-left:0;list-style:none}

+ .list-group-item-heading{font-weight:700}

  pre{background-color:#f8f8f8;padding: 9.5px 9.5px 0px 9.5px;}

  pre code div {margin-bottom:-11px; margin-top:-2px; font-size:12px}

@@ -4,9 +4,6 @@ 

  {% from "_helpers.html" import render_pagination, copr_details_href, copr_name, user_projects_panel %}

  {% from "_helpers.html" import recent_builds_panel, task_queue_panel, recent_blog_panel %}

  {%block main_menu_projects %}active{% endblock %}

- {% block head %}

- <link rel="stylesheet" href="{{ url_for('patternfly_static', filename='css/patternfly-additions.min.css') }}">

- {% endblock %}

  {% block body %}

  <div class="row">

    <div class="col-md-9 col-sm-8">

@@ -10,6 +10,7 @@ 

    <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/vnd.microsoft.icon">

    <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">

    <link href="{{ url_for('patternfly_static', filename='css/patternfly.min.css') }}" rel="stylesheet" media="screen, print">

+   <link rel="stylesheet" href="{{ url_for('patternfly_static', filename='css/patternfly-additions.min.css') }}">

    <link href="{{ url_for('static', filename='css/custom-styles.css') }}" rel="stylesheet" media="screen, print">

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->

    <!--[if lt IE 9]>
@@ -26,8 +27,6 @@ 

    <script src="{{ url_for('static', filename='copr.js') }}"></script>

    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='copr.css') }}">

    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style-overwrite.css') }}">

-   {% block head %}

-   {% endblock %}

  </head>

  

  <body>

@@ -1,9 +1,6 @@ 

  {% extends "status.html" %}

  {% block title %} Statistics - Copr {% endblock %}

  {% from "_helpers.html" import build_href, copr_name, copr_details_href %}

- {% block head %}

- <link rel="stylesheet" href="{{ url_for('patternfly_static', filename='css/patternfly-additions.min.css') }}">

- {% endblock %}

  {% block stats_selected %}active{% endblock %}

  {%block status_breadcrumb %}

  <li class="active">