add templates for plugins: Google gauge and multiline charts
This commit is contained in:
7
app/views/plugins/templates/gauge.css
Normal file
7
app/views/plugins/templates/gauge.css
Normal file
@ -0,0 +1,7 @@
|
||||
<style type="text/css">
|
||||
body { background-color: #ddd; }
|
||||
#container { height: 100%; width: 100%; display: table; }
|
||||
#inner { vertical-align: middle; display: table-cell; }
|
||||
#gauge_div { width: 120px; margin: 0 auto; }
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user