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
7f970bbc
Commit
7f970bbc
authored
Feb 26, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): mini polish to forms, reducing padding between checkbox and label
parent
35609fe3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
public/app/features/datasources/partials/edit.html
+1
-1
public/sass/components/_gf-form.scss
+1
-1
No files found.
public/app/features/datasources/partials/edit.html
View file @
7f970bbc
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div
class=
"gf-form"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-7"
>
Name
</span>
<span
class=
"gf-form-label width-7"
>
Name
</span>
<input
class=
"gf-form-input max-width-21"
type=
"text"
ng-model=
"current.name"
placeholder=
"My data source name"
required
>
<input
class=
"gf-form-input max-width-21"
type=
"text"
ng-model=
"current.name"
placeholder=
"My data source name"
required
>
<gf-popover
offset=
"0px -
8
5px"
>
<gf-popover
offset=
"0px -
9
5px"
>
The name is used when you select the data source in panels.
The name is used when you select the data source in panels.
The
<code>
Default
</code>
data source is preselected in new
The
<code>
Default
</code>
data source is preselected in new
panels.
panels.
...
...
public/sass/components/_gf-form.scss
View file @
7f970bbc
...
@@ -58,7 +58,7 @@ $gf-form-label-margin: 0.25rem;
...
@@ -58,7 +58,7 @@ $gf-form-label-margin: 0.25rem;
.checkbox-label
{
.checkbox-label
{
display
:
inline
;
display
:
inline
;
cursor
:
pointer
;
cursor
:
pointer
;
padding
:
$input-padding-y
$input-padding-x
;
padding
:
$input-padding-y
0
.4rem
;
line-height
:
$input-line-height
;
line-height
:
$input-line-height
;
}
}
}
}
...
...
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