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
98b582be
Commit
98b582be
authored
Oct 11, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: style tweaks
parent
3a089dd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
public/app/features/panel/panel_directive.ts
+2
-2
public/sass/components/_tabbed_view.scss
+8
-3
No files found.
public/app/features/panel/panel_directive.ts
View file @
98b582be
...
...
@@ -28,9 +28,9 @@ var panelTemplate = `
<div class="panel-full-edit" ng-if="ctrl.editMode">
<div class="tabbed-view tabbed-view--panel-edit">
<div class="tabbed-view-header">
<h
2 class="tabbed-view
-title">
<h
3 class="tabbed-view-panel
-title">
{{ctrl.pluginName}}
</h
2
>
</h
3
>
<ul class="gf-tabs">
<li class="gf-tabs-item" ng-repeat="tab in ::ctrl.editorTabs">
...
...
public/sass/components/_tabbed_view.scss
View file @
98b582be
.tabbed-view
{
background-color
:
$panel-bg
;
padding
:
$spacer
*
3
;
margin-bottom
:
$dashboard-padding
;
...
...
@@ -7,9 +6,9 @@
padding
:
0
;
.tabbed-view-header
{
background-color
:
$body-bg
;
padding
:
1
.5em
1rem
0
1rem
;
}
.gf-tabs-link.active
{
background-color
:
$panel-bg
;
}
...
...
@@ -23,11 +22,16 @@
.tabbed-view-title
{
float
:
left
;
font-style
:
italic
;
padding-top
:
0
.5rem
;
margin
:
0
$spacer
*
3
0
$spacer
*
1
;
}
.tabbed-view-panel-title
{
float
:
left
;
padding-top
:
1rem
;
margin
:
0
2rem
0
0
;
}
.tabbed-view-close-btn
{
float
:
right
;
padding
:
0
;
...
...
@@ -45,6 +49,7 @@
}
.tabbed-view-body
{
background-color
:
$panel-bg
;
padding
:
$spacer
*
2
$spacer
;
min-height
:
250px
;
...
...
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