ui: Make zonal dashboard larger (#2560)

The host/alert dashboard panels are on the top side, the dashboard
statistics page gets less room. This increases the panel by 100px for
zone dashboard and decreases the host/alert panels by 100px.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2018-04-11 06:23:02 +05:30 committed by Rafael Weingärtner
parent 6b6b3824aa
commit d588f7d92b

View File

@ -4451,7 +4451,7 @@ textarea {
/**** Head*/ /**** Head*/
.dashboard.admin .dashboard-container.head { .dashboard.admin .dashboard-container.head {
width: 966px; width: 966px;
height: 331px; height: 431px;
margin: 9px 0 0; margin: 9px 0 0;
float: left; float: left;
} }
@ -4511,7 +4511,7 @@ textarea {
/**** Charts / stats*/ /**** Charts / stats*/
.dashboard.admin .zone-stats { .dashboard.admin .zone-stats {
width: 974px; width: 974px;
height: 316px; height: 416px;
overflow: auto; overflow: auto;
overflow-x: hidden; overflow-x: hidden;
/*+placement:shift 0px 0px;*/ /*+placement:shift 0px 0px;*/
@ -4710,7 +4710,7 @@ textarea {
.dashboard.admin .dashboard-container.sub.alerts { .dashboard.admin .dashboard-container.sub.alerts {
float: left; float: left;
margin: 0 12px 0 0; margin: 0 12px 0 0;
height: 270px; height: 170px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }