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
3c6fadb6
Commit
3c6fadb6
authored
Feb 11, 2016
by
Matt Toback
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4001 from mattttt/matt-updates-to-bulletactor
Matt updates to bulletactor
parents
2ea54885
055e5aff
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
public/app/features/datasources/partials/edit.html
+1
-2
public/img/checkbox.png
+0
-0
public/less/dropdown.less
+2
-1
public/less/forms.less
+4
-5
public/less/normform.less
+1
-0
No files found.
public/app/features/datasources/partials/edit.html
View file @
3c6fadb6
...
...
@@ -31,8 +31,7 @@
</li>
<li
class=
"norm-form-item trans"
>
<input
class=
"cr1"
id=
"current.isDefault"
type=
"checkbox"
ng-model=
"current.isDefault"
ng-checked=
"current.isDefault"
>
<label
for=
"current.isDefault"
class=
"cr1"
></label>
Default
<label
for=
"current.isDefault"
class=
"cr1"
>
Default
</label>
</li>
</ul>
<div
class=
"clearfix"
></div>
...
...
public/img/checkbox.png
View file @
3c6fadb6
1.43 KB
|
W:
|
H:
465 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
public/less/dropdown.less
View file @
3c6fadb6
...
...
@@ -15,6 +15,7 @@
padding: 0 12px 0 6px;
border: @grafanaPanelBorder;
background-color: @grafanaSelectBackground;
background-color: red;
overflow: hidden;
vertical-align: top;
-webkit-border-radius: 3px;
...
...
@@ -39,7 +40,7 @@
text-indent: .01px;
text-overflow: '';
-webkit-appearance: none;
-moz-appearance: menulist-text; // was set to "window" and caused odd display on windos and linux.
-moz-appearance: menulist-text; // was set to "window" and caused odd display on windo
w
s and linux.
appearance: none;
}
...
...
public/less/forms.less
View file @
3c6fadb6
...
...
@@ -18,20 +18,19 @@ input[type="checkbox"].cr1 {
label.cr1 {
display: inline-block;
height: 1
8
px;
height: 1
9
px;
position: relative;
top: -2px;
clear: none;
text-indent: 2px;
margin: 0 0 0px 0;
padding: 0 0 0 2
3
px;
vertical-align:
middle
;
padding: 0 0 0 2
0
px;
vertical-align:
top
;
background: url(@checkboxImageUrl) left top no-repeat;
cursor:pointer;
}
input[type="checkbox"]:checked+label {
background: url(@checkboxImageUrl) 0px -
18
px no-repeat;
background: url(@checkboxImageUrl) 0px -
21
px no-repeat;
}
.gf-form {
...
...
public/less/normform.less
View file @
3c6fadb6
...
...
@@ -17,6 +17,7 @@
display: inline;
padding-right: 4px;
margin-bottom: 0;
margin-left: 5px;
}
}
...
...
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