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
2d59112c
Commit
2d59112c
authored
Mar 23, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4455 from grafana/g3-app-improvements
Form adjustments for app work
parents
637db29f
30b2a716
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
public/sass/components/_gf-form.scss
+17
-2
No files found.
public/sass/components/_gf-form.scss
View file @
2d59112c
...
...
@@ -50,6 +50,12 @@ $gf-form-label-margin: 0.25rem;
@include
border-radius
(
$label-border-radius-sm
);
}
.gf-form-label--textarea
{
line-height
:
$input-line-height
*
2
;
padding-top
:
0px
;
padding-bottom
:
16px
;
// $spacer (1rem) was slightly too short.
}
.gf-form-checkbox
{
flex-shrink
:
0
;
padding
:
$input-padding-y
$input-padding-x
;
...
...
@@ -67,6 +73,7 @@ $gf-form-label-margin: 0.25rem;
display
:
block
;
width
:
100%
;
padding
:
$input-padding-y
$input-padding-x
;
margin-right
:
$gf-form-label-margin
;
font-size
:
$font-size-base
;
line-height
:
$input-line-height
;
color
:
$input-color
;
...
...
@@ -111,6 +118,7 @@ $gf-form-label-margin: 0.25rem;
.gf-form-select-wrapper
{
position
:
relative
;
background-color
:
$input-bg
;
margin-right
:
$gf-form-label-margin
;
select
.gf-form-input
{
text-indent
:
.01px
;
...
...
@@ -139,8 +147,15 @@ $gf-form-label-margin: 0.25rem;
}
}
.gf-form-select-wrapper
+
.gf-form-select-wrapper
{
margin-left
:
$gf-form-label-margin
;
.gf-form--textarea
{
align-items
:
flex-start
;
}
input
[
type
=
"number"
]
.gf-natural-language-form
{
font-size
:
$font-size-base
;
line-height
:
$input-line-height
;
margin
:
-6px
-5px
0
5px
;
padding
:
$input-padding-y
/
2
$input-padding-x
/
2
;
}
.gf-form-btn
{
...
...
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