Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
c6e11010
Commit
c6e11010
authored
Jan 27, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just testing a thing
parent
4572747b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
12 deletions
+27
-12
src/app/partials/dashboard_topnav.html
+8
-5
src/app/partials/sidemenu.html
+0
-1
src/css/less/bootswatch.dark.less
+1
-1
src/css/less/grafana.less
+18
-5
No files found.
src/app/partials/dashboard_topnav.html
View file @
c6e11010
...
...
@@ -3,18 +3,21 @@
<div
class=
"container-fluid"
>
<span
class=
"hamburger"
>
<a
class=
"pointer"
ng-click=
"toggleSideMenu()"
>
<i
class=
"fa fa-bars"
></i>
<img
class=
"logo-icon"
src=
"img/fav32.png"
bs-tooltip=
"'Grafana'"
data-placement=
"bottom"
></img>
Menu
</a>
</span>
<span
class=
"brand"
>
<img
class=
"logo-icon"
src=
"img/fav32.png"
bs-tooltip=
"'Grafana'"
data-placement=
"bottom"
></img>
<div
class=
"navbar-header"
>
<div
class=
"navbar-header-breadcrumb"
>
Dashboards
<i
class=
"fa fa-angle-right"
></i>
</div>
<a
ng-click=
"openSearch()"
class=
"page-title"
>
{{dashboard.title}}
<i
class=
"fa fa-th-large"
></i>
{{dashboard.title}}
<span
class=
"small"
>
<i
class=
"fa fa-angle-down"
></i>
</span>
</a>
</
span
>
</
div
>
<ul
class=
"nav pull-right"
>
<li
ng-show=
"dashboardViewState.fullscreen"
>
...
...
src/app/partials/sidemenu.html
View file @
c6e11010
<div
ng-controller=
"SideMenuCtrl"
ng-init=
"init()"
>
<ul
class=
"sidemenu"
>
<li
class=
"dropdown"
>
<a
class=
"sidemenu-user pointer"
data-toggle=
"dropdown"
title=
"{{grafana.user.email}}"
>
...
...
src/css/less/bootswatch.dark.less
View file @
c6e11010
...
...
@@ -63,7 +63,7 @@ hr {
}
.nav > li > a {
padding:
15px 15px 14
px;
padding:
22px 15px 16
px;
border-bottom: 1px solid transparent;
}
...
...
src/css/less/grafana.less
View file @
c6e11010
...
...
@@ -47,8 +47,8 @@
.logo-icon {
width: 24px;
padding: 13px 11px 0 0;
display: block;
padding-right: 5px;
float: left;
}
...
...
@@ -58,14 +58,27 @@
.hamburger {
float: left;
padding: 15px 0 14px 0;
font-size: 1.4em;
padding: 17px 20px 16px 0;
font-size: 1.1em;
color: @gray;
}
.navbar-header {
float: left;
padding: 10px;
.navbar-header-breadcrumb {
font-size: 90%;
padding-bottom: 4px;
}
}
.page-title {
padding: 15px 0;
i {
padding-right: 6px;
}
display: block;
float: left;
font-size: 1.3em;
font-weight: bold;
}
.row-button {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment