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
137ef1f7
Commit
137ef1f7
authored
Feb 01, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(home dashboard): minor polish to home dashboard header
parent
78598df9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
public/dashboards/home.json
+4
-3
public/less/grafana.less
+9
-6
No files found.
public/dashboards/home.json
View file @
137ef1f7
...
...
@@ -12,10 +12,10 @@
{
"collapse"
:
false
,
"editable"
:
true
,
"height"
:
"
10
0px"
,
"height"
:
"
9
0px"
,
"panels"
:
[
{
"content"
:
"<div class=
\"
text-center dashboard-header
\"
>
\n
Home Dashboard
\n
</div>"
,
"content"
:
"<div class=
\"
text-center dashboard-header
\"
>
\n
<span>Home Dashboard</span>
\n
</div>"
,
"editable"
:
true
,
"id"
:
1
,
"mode"
:
"html"
,
...
...
@@ -23,7 +23,8 @@
"style"
:
{},
"title"
:
""
,
"transparent"
:
true
,
"type"
:
"text"
"type"
:
"text"
,
"links"
:
[]
}
],
"title"
:
"New row"
...
...
public/less/grafana.less
View file @
137ef1f7
...
...
@@ -391,12 +391,15 @@
}
.dashboard-header {
margin-top: 1rem;
font-family: "grafana-icons";
font-size: 22px;
padding-bottom: 1rem;
border: none;
border-bottom: 2px solid transparent;
border-image: linear-gradient(to right, rgba(255,213,0,1) 0%, rgba(255,68,0,1) 99%, rgba(255,68,0,1) 100%);
border-image-slice: 1;
text-align: center;
span {
display: inline-block;
border: none;
border-image: linear-gradient(to right, rgba(255,213,0,1) 0%, rgba(255,68,0,1) 99%, rgba(255,68,0,1) 100%);
border-image-slice: 1;
border-bottom: 2px solid transparent;
padding: 1.2rem 3rem 0.8rem 3rem;
}
}
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