lib/suricate/generator/assets/stylesheets/suricate.css in suricate-0.0.2 vs lib/suricate/generator/assets/stylesheets/suricate.css in suricate-0.0.3

- old
+ new

@@ -5,10 +5,11 @@ .widget { border: 1px solid #d9d9d9; border-radius: 5px; height: 100%; position: relative; + margin-bottom: 20px; } .widget .body { padding: 10px; } @@ -36,11 +37,18 @@ .widget .last-update-at .time { font-weight: 500; } +.widget.danger .body { + background-color: #F59F97; +} +.widget.warning .body { + background-color: #f5ce97; +} + /* * CounterWidget */ .counter-widget .value { @@ -54,9 +62,13 @@ * LineChartWidget */ .line-chart-widget .chart { width: 100% !important; +} + +.line-chart-widget .name { + padding-top: 20px; } .line-chart-widget .legend { height: 20px; width: 100%;