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
c57ec23a
Commit
c57ec23a
authored
May 03, 2017
by
Andrei Stefan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken layout for styleguide icons tab
parent
53ccc6f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
public/app/features/styleguide/styleguide.html
+4
-2
public/sass/icons.json
+4
-3
public/sass/pages/_styleguide.scss
+1
-1
No files found.
public/app/features/styleguide/styleguide.html
View file @
c57ec23a
...
...
@@ -40,8 +40,10 @@
</div>
<div
class=
"tab-pane style-guide-icon-list"
ng-if=
"ctrl.page.icons"
>
<div
ng-repeat=
"icon in ctrl.icons"
class=
"col-lg-1 col-md-2 col-sm-2 col-xs-4"
>
<i
class=
"icon-gf icon-gf-{{icon}}"
bs-tooltip=
"'icon-gf icon-gf-{{icon}}'"
></i>
<div
class=
"row"
>
<div
ng-repeat=
"icon in ctrl.icons"
class=
"col-md-2 col-sm-3 col-xs-4"
>
<i
class=
"icon-gf icon-gf-{{icon}}"
bs-tooltip=
"'icon-gf icon-gf-{{icon}}'"
></i>
</div>
</div>
</div>
...
...
public/sass/icons.json
View file @
c57ec23a
[
"grafana_wordmark"
,
"worldping"
,
"raintank_wordmark"
,
"raintank_r-icn"
,
"check-alt"
,
...
...
@@ -46,7 +48,5 @@
"apps"
,
"scale"
,
"pending"
,
"verified"
,
"worldping"
,
"grafana_wordmark"
"verified"
]
\ No newline at end of file
public/sass/pages/_styleguide.scss
View file @
c57ec23a
...
...
@@ -22,7 +22,7 @@
}
.style-guide-icon-list
{
font-size
:
2
em
;
font-size
:
1
.8
em
;
text-align
:
center
;
}
...
...
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