Fix ABB css in infoscreen
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<link rel="stylesheet" href="/static/infoscreen/infoscreen/css/abb.css">
|
||||
<link rel="stylesheet" href="/static/infoscreen/css/abb.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||
<div ng-controller="ABBController">
|
||||
<!-- Only show the job listing if there are any jobs, i.e, the jobs list is non-empty -->
|
||||
<div id="header" class="row" ng-if="jobs.length > 0">
|
||||
<div id="header-logo">
|
||||
<img src="/static/img/ABB_logo.png">
|
||||
<img src="/static/infoscreen/img/ABB_logo.png">
|
||||
</div>
|
||||
<div id="header-title">
|
||||
TYÖPAIKAT
|
||||
|
||||
Reference in New Issue
Block a user