mirror of https://github.com/apache/cloudstack.git
Health Check CSS
This commit is contained in:
parent
c48711515d
commit
6f232fb545
|
|
@ -10502,6 +10502,34 @@ div.ui-dialog div.acl div.multi-edit div.data div.data-body div.data-item table
|
|||
width: 65px;
|
||||
}
|
||||
|
||||
/*HEALTH CHECK */
|
||||
|
||||
div.ui-dialog div.health-check div.health-check-description {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
div.ui-dialog div.health-check div.form-container form div.form-item {
|
||||
width:58%
|
||||
margin-left:116px;
|
||||
margin-top:-16px;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
|
||||
div.ui-dialog div.health-check div.health-check-config-title {
|
||||
float:left;
|
||||
color: #808080;
|
||||
font-size:17px;
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
div.ui-dialog div.health-check div.health-check-advanced-title {
|
||||
float:left;
|
||||
color: #808080;
|
||||
font-size:17px;
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
|
||||
/*Autoscaler*/
|
||||
.ui-dialog div.autoscaler {
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue