Merge branch 'favicon'

This commit is contained in:
Torkel Ödegaard
2014-09-16 13:20:42 +02:00
8 changed files with 19 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<span class="brand"><img src="img/small.png" bs-tooltip="'Grafana'" data-placement="bottom"> {{dashboard.title}}</span>
<span class="brand">
<img class="logo-icon" src="img/fav32.png" bs-tooltip="'Grafana'" data-placement="bottom"></img>
<span class="page-title">{{dashboard.title}}</span>
</span>
<ul class="nav pull-right" ng-controller='DashboardNavCtrl' ng-init="init()">
<li ng-show="dashboardViewState.fullscreen">

View File

@@ -56,7 +56,7 @@ hr {
}
.brand {
padding: 15px 20px 15px;
padding: 0px 15px;
color: @grayLighter;
font-weight: normal;
text-shadow: none;

View File

@@ -35,6 +35,19 @@
}
}
.logo-icon {
width: 26px;
padding: 12px 11px 0 0;
display: block;
float: left;
}
.page-title {
padding: 15px 0;
display: block;
float: left;
}
.row-button {
width: 24px;
}

BIN
src/img/fav16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
src/img/fav32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
src/img/fav_dark_16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
src/img/fav_dark_32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -9,6 +9,7 @@
<title>Grafana</title>
<link rel="stylesheet" href="css/grafana.dark.min.css" title="Dark">
<link rel="icon" type="image/png" href="img/fav_dark_16.png">
<!-- build:js app/app.js -->
<script src="vendor/require/require.js"></script>