mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix broken layout for styleguide icons tab
This commit is contained in:
parent
53ccc6f48f
commit
c57ec23a66
@ -40,10 +40,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane style-guide-icon-list" ng-if="ctrl.page.icons">
|
<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">
|
<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>
|
<i class="icon-gf icon-gf-{{icon}}" bs-tooltip="'icon-gf icon-gf-{{icon}}'"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane style-guide-plugin-authoring" ng-if="ctrl.page.plugins">
|
<div class="tab-pane style-guide-plugin-authoring" ng-if="ctrl.page.plugins">
|
||||||
<p>From grafana 3.0 it's very easy to develop your own plugins and share them with other grafana users.</p>
|
<p>From grafana 3.0 it's very easy to develop your own plugins and share them with other grafana users.</p>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
[
|
[
|
||||||
|
"grafana_wordmark",
|
||||||
|
"worldping",
|
||||||
"raintank_wordmark",
|
"raintank_wordmark",
|
||||||
"raintank_r-icn",
|
"raintank_r-icn",
|
||||||
"check-alt",
|
"check-alt",
|
||||||
@ -46,7 +48,5 @@
|
|||||||
"apps",
|
"apps",
|
||||||
"scale",
|
"scale",
|
||||||
"pending",
|
"pending",
|
||||||
"verified",
|
"verified"
|
||||||
"worldping",
|
|
||||||
"grafana_wordmark"
|
|
||||||
]
|
]
|
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.style-guide-icon-list {
|
.style-guide-icon-list {
|
||||||
font-size: 2em;
|
font-size: 1.8em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user