Skip to content

Commit

Permalink
Country and prefix drilldown app
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinesh88 committed Aug 16, 2019
1 parent 803ef6f commit 8dc7e15
Show file tree
Hide file tree
Showing 10 changed files with 1,086 additions and 0 deletions.
27 changes: 27 additions & 0 deletions dashboards/isp-country-analytics-drilldown/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.toppers_table_div,.donut_chart_div,.traffic_chart_div,.sankey_chart_div
{
border:2px solid #eee;
box-shadow: 1px 1px #eee;
min-height: 300px;
}
.ui_data{
background-color: #eee;
}
.toppers_table_div,.donut_chart_div{
min-height: 500px;
}

.panel h3 {
font-size: 20px;
margin-top:10px;
}

h3 small{
font-size: 75%;
}
.panel-heading {
padding: 5px 15px;
}
.widget-tool {
float: right;
}
Loading

0 comments on commit 8dc7e15

Please sign in to comment.