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
ed48d27d
Commit
ed48d27d
authored
Dec 15, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fixed minor ux and firefox issues, fixes #10228
parent
63d4499a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
public/app/features/plugins/plugin_edit_ctrl.ts
+1
-1
public/sass/base/_icons.scss
+1
-1
public/sass/components/_gf-form.scss
+1
-0
public/sass/components/_page_header.scss
+0
-2
No files found.
public/app/features/plugins/plugin_edit_ctrl.ts
View file @
ed48d27d
...
...
@@ -40,7 +40,7 @@ export class PluginEditCtrl {
this
.
navModel
=
{
main
:
{
img
:
model
.
info
.
logos
.
large
,
subTitle
:
model
.
info
.
description
,
subTitle
:
model
.
info
.
author
.
name
,
url
:
''
,
text
:
''
,
breadcrumbs
:
[
...
...
public/sass/base/_icons.scss
View file @
ed48d27d
...
...
@@ -6,7 +6,7 @@
text-align
:
center
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-size
:
100%
100%
;
background-size
:
contain
;
display
:
inline-block
;
vertical-align
:
middle
;
}
...
...
public/sass/components/_gf-form.scss
View file @
ed48d27d
...
...
@@ -240,6 +240,7 @@ $input-border: 1px solid $input-border-color;
.gf-form-select-wrapper
{
margin-right
:
$gf-form-margin
;
position
:
relative
;
background-color
:
$input-bg
;
select
.gf-form-input
{
text-indent
:
.01px
;
...
...
public/sass/components/_page_header.scss
View file @
ed48d27d
...
...
@@ -33,10 +33,8 @@
}
.page-header__img
{
border-radius
:
50%
;
position
:
relative
;
top
:
10px
;
width
:
50px
;
height
:
50px
;
}
...
...
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