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
0a0b4f55
Commit
0a0b4f55
authored
Dec 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'info-corner-refinements'
parents
86f148be
2fc2cc72
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
public/app/features/panel/panel_directive.ts
+1
-1
public/sass/components/_modals.scss
+1
-0
public/sass/pages/_dashboard.scss
+8
-7
No files found.
public/app/features/panel/panel_directive.ts
View file @
0a0b4f55
...
...
@@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) {
position
:
'right middle'
,
classes
:
ctrl
.
error
?
'drop-error'
:
'drop-help'
,
openOn
:
'hover'
,
hoverOpenDelay
:
4
00
,
hoverOpenDelay
:
1
00
,
});
}
}
...
...
public/sass/components/_modals.scss
View file @
0a0b4f55
...
...
@@ -67,6 +67,7 @@
.modal-content
{
padding
:
$spacer
*
2
;
min-height
:
$spacer
*
15
;
}
// Remove bottom margin if need be
...
...
public/sass/pages/_dashboard.scss
View file @
0a0b4f55
...
...
@@ -90,7 +90,7 @@ div.flot-text {
}
.panel-info-corner
{
color
:
$text-
color
;
color
:
$text-
muted
;
cursor
:
pointer
;
position
:
absolute
;
display
:
none
;
...
...
@@ -102,14 +102,14 @@ div.flot-text {
.fa
{
position
:
relative
;
top
:
-
2
px
;
left
:
-
5
px
;
font-size
:
90
%
;
top
:
-
4
px
;
left
:
-
6
px
;
font-size
:
75
%
;
}
&
--info
{
display
:
block
;
background
:
$blue-dark
;
background
:
lighten
(
$panel-bg
,
4%
)
;
.fa
:before
{
content
:
"\f129"
;
}
...
...
@@ -117,9 +117,9 @@ div.flot-text {
&
--links
{
display
:
block
;
background
:
$blue-dark
;
background
:
lighten
(
$panel-bg
,
4%
)
;
.fa
{
left
:
-
3
px
;
left
:
-
5
px
;
}
.fa
:before
{
content
:
"\f08e"
;
...
...
@@ -128,6 +128,7 @@ div.flot-text {
&
--error
{
display
:
block
;
color
:
$text-color
;
background
:
$errorBackground
!
important
;
.fa
:before
{
content
:
"\f12a"
;
...
...
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