diff --git a/ui/index.jsp b/ui/index.jsp
index 5fd63b8c3a2..7d1d748c204 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -1226,6 +1226,54 @@ under the License.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1256,55 +1304,7 @@ under the License.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/ui/stylesheets/_dashboard.scss b/ui/stylesheets/_dashboard.scss
index f3a8df03b2f..64c1fd2ddc4 100644
--- a/ui/stylesheets/_dashboard.scss
+++ b/ui/stylesheets/_dashboard.scss
@@ -17,10 +17,19 @@
// Admin dashboard
.dashboard.admin {
+ padding: 10px;
+
.sub.alerts {
- width: 50%;
- float: left;
- padding: 15px;
+ width: 48%;
+ margin-top: 25px;
+
+ &.first {
+ float: left;
+ }
+
+ &.last {
+ float: right;
+ }
ul {
height: 200px;
@@ -72,6 +81,26 @@
}
}
+ .head {
+ float: left;
+ border: 1px solid #cfcfcf;
+
+ .top {
+ @include csui-toolbar;
+
+ .title {
+ float: left;
+ margin-top: 8px;
+ }
+
+ .fetch-latest {
+ @include csui-button;
+
+ float: right;
+ }
+ }
+ }
+
.zone-stats {
@include row;
@@ -79,11 +108,13 @@
ul {
padding: 0;
+ max-height: 230px;
+ overflow: auto;
li {
width: 200px;
height: 200px;
- margin: 15px;
+ margin: 13px;
list-style: none;
float: left;
border: 1px solid #ccc;
@@ -101,6 +132,10 @@
width: 100px;
height: 100px;
+ canvas.overlay {
+ display: none;
+ }
+
.percent-label {
position: absolute;
top: 30px;