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
e458ca7b
Commit
e458ca7b
authored
May 05, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Templating: updated template editor view & form
parent
c628ac9b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
public/app/partials/templating_editor.html
+0
-0
public/css/less/forms.less
+4
-2
public/css/less/tightform.less
+12
-2
public/css/less/variables.dark.less
+1
-1
public/test/test-main.js
+1
-1
No files found.
public/app/partials/templating_editor.html
View file @
e458ca7b
This diff is collapsed.
Click to expand it.
public/css/less/forms.less
View file @
e458ca7b
...
@@ -18,10 +18,12 @@ input[type="checkbox"].cr1 {
...
@@ -18,10 +18,12 @@ input[type="checkbox"].cr1 {
label.cr1 {
label.cr1 {
display: inline-block;
display: inline-block;
height: 19px;
height: 18px;
position: relative;
top: -2px;
clear: none;
clear: none;
text-indent: 2px;
text-indent: 2px;
margin: 0 0
1
px 0;
margin: 0 0
0
px 0;
padding: 0 0 0 20px;
padding: 0 0 0 20px;
vertical-align:middle;
vertical-align:middle;
background: url(@checkboxImageUrl) left top no-repeat;
background: url(@checkboxImageUrl) left top no-repeat;
...
...
public/css/less/tightform.less
View file @
e458ca7b
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
border-left: 1px solid @grafanaTargetBorder;
border-left: 1px solid @grafanaTargetBorder;
border-right: 1px solid @grafanaTargetBorder;
border-right: 1px solid @grafanaTargetBorder;
background: @grafanaTargetBackground;
background: @grafanaTargetBackground;
width: 100%;
&:last-child, &.last {
&:last-child, &.last {
border-bottom: 1px solid @grafanaTargetBorder;
border-bottom: 1px solid @grafanaTargetBorder;
...
@@ -44,7 +43,7 @@
...
@@ -44,7 +43,7 @@
}
}
.tight-form-btn {
.tight-form-btn {
padding:
8
px 12px;
padding:
7
px 12px;
}
}
.tight-form-list {
.tight-form-list {
...
@@ -206,3 +205,14 @@ select.tight-form-input {
...
@@ -206,3 +205,14 @@ select.tight-form-input {
display: inline;
display: inline;
}
}
}
}
.tight-form-section {
margin-bottom: 20px;
margin-right: 40px;
vertical-align: top;
display: inline-block;
.tight-form {
margin-left: 20px;
}
}
public/css/less/variables.dark.less
View file @
e458ca7b
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
@headingsFontWeight: bold; // instead of browser default, bold
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: @
white
; // empty to use BS default, @textColor
@headingsColor: @
textColor
; // empty to use BS default, @textColor
@inputText: @black;
@inputText: @black;
...
...
public/test/test-main.js
View file @
e458ca7b
...
@@ -29,7 +29,7 @@ require.config({
...
@@ -29,7 +29,7 @@ require.config({
crypto
:
'../vendor/crypto.min'
,
crypto
:
'../vendor/crypto.min'
,
spectrum
:
'../vendor/spectrum'
,
spectrum
:
'../vendor/spectrum'
,
jquery
:
'../vendor/jquery/jquery-2.1.
1.min
'
,
jquery
:
'../vendor/jquery/jquery-2.1.
3
'
,
bootstrap
:
'../vendor/bootstrap/bootstrap'
,
bootstrap
:
'../vendor/bootstrap/bootstrap'
,
'bootstrap-tagsinput'
:
'../vendor/tagsinput/bootstrap-tagsinput'
,
'bootstrap-tagsinput'
:
'../vendor/tagsinput/bootstrap-tagsinput'
,
...
...
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