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
7ffb483f
Commit
7ffb483f
authored
Oct 29, 2013
by
Ian Babrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consistent top and bottom margins
parent
67a13986
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/app/panels/filtering/module.html
+1
-2
src/app/panels/query/module.html
+1
-1
No files found.
src/app/panels/filtering/module.html
View file @
7ffb483f
...
...
@@ -6,11 +6,10 @@
.filter-panel-filter
{
display
:
inline-block
;
vertical-align
:
top
;
margin-left
:
10px
;
width
:
220px
;
padding
:
5px
5px
0px
5px
;
border
:
#555
1px
solid
;
margin
:
0
px
5px
5px
0px
;
margin
:
5
px
5px
5px
0px
;
}
.filter-panel-filter
ul
{
margin-bottom
:
3px
;
...
...
src/app/panels/query/module.html
View file @
7ffb483f
<div
ng-controller=
'query'
ng-init=
"init()"
class=
"query-panel"
>
<div
ng-repeat=
"id in (unPinnedQueries = (querySrv.ids|pinnedQuery:false))"
ng-class=
"{'short-query': unPinnedQueries.length>1}"
>
<form
class=
"form-search"
style=
"position:relative;margin
-bottom:5px
;"
ng-submit=
"refresh()"
>
<form
class=
"form-search"
style=
"position:relative;margin
:5px 0
;"
ng-submit=
"refresh()"
>
<span
class=
"begin-query"
>
<i
class=
"pointer"
ng-class=
"queryIcon(querySrv.list[id].type)"
ng-show=
"querySrv.list[id].enable"
data-unique=
"1"
bs-popover=
"'app/panels/query/meta.html'"
data-placement=
"bottomLeft"
ng-style=
"{color: querySrv.list[id].color}"
></i>
<i
class=
"pointer icon-circle-blank"
ng-click=
"querySrv.list[id].enable=true;dashboard.refresh();"
ng-hide=
"querySrv.list[id].enable"
bs-tooltip=
"'Activate query'"
ng-style=
"{color: querySrv.list[id].color}"
></i>
...
...
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