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
f090c79d
Commit
f090c79d
authored
Dec 24, 2013
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling changes to function panel
parent
bc3cad20
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
src/app/panels/graphite/editor.html
+3
-3
src/css/bootstrap.dark.min.css
+0
-0
src/vendor/bootstrap/less/grafana.less
+9
-2
No files found.
src/app/panels/graphite/editor.html
View file @
f090c79d
...
...
@@ -29,14 +29,14 @@
</div>
</div>
<div
class=
"grafana-target-func-panel-wrapper"
>
<div
class=
"grafana-target-func-panel"
>
<span
class=
"grafana-target-func-panel-icon"
>
<!-- <i class="icon-long-arrow-right"></i> -->
</span>
<ul>
<li
ng-repeat=
"func in functions"
>
<a
bs-popover=
"'app/panels/graphite/funcEditor.html'"
data-placement=
"top"
>
{{func.text}}
</a>
<i
class=
"icon-long-arrow-right"
></i>
</li>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
...
...
@@ -58,7 +58,7 @@
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
<!-- <div class="row-fluid">
<div class="span12">
<span ng-if="!editMode">
...
...
src/css/bootstrap.dark.min.css
View file @
f090c79d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/vendor/bootstrap/less/grafana.less
View file @
f090c79d
...
...
@@ -146,6 +146,11 @@
padding: 0; margin: 0;
}
.grafana-target-func-panel-wrapper {
border-bottom: 1px;
border-bottom: 1px solid #444444;
}
.grafana-target-func-panel {
background: #202020;
border-top: 1px solid black;
...
...
@@ -157,14 +162,16 @@
>li {
float: left;
padding: 1px 7px;
padding: 2px 8px;
border-right: 1px solid black;
}
}
}
.grafana-target-func-panel-icon {
float: left;
padding: 1px 15px;
padding: 10px 15px;
border-right: 1px solid black;
}
input[type=text].func-param {
...
...
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