mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Fix dashboard text wrapping
This commit is contained in:
parent
94ed94c3fb
commit
82e06b2ed5
@ -3128,7 +3128,7 @@ Dialogs*/
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard.admin .dashboard-container .stats ul li .name {
|
.dashboard.admin .dashboard-container .stats ul li .name {
|
||||||
width: 121px;
|
width: 135px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 19px 15px 0 0;
|
margin: 19px 15px 0 0;
|
||||||
}
|
}
|
||||||
@ -3136,7 +3136,7 @@ Dialogs*/
|
|||||||
.dashboard.admin .dashboard-container .stats ul li div.value {
|
.dashboard.admin .dashboard-container .stats ul li div.value {
|
||||||
float: left;
|
float: left;
|
||||||
background: url(../images/bg-gradients.png) 0px -51px;
|
background: url(../images/bg-gradients.png) 0px -51px;
|
||||||
width: 212px;
|
width: 204px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-left: 1px solid #C8C2C2;
|
border-left: 1px solid #C8C2C2;
|
||||||
border-right: 1px solid #C8C2C2;
|
border-right: 1px solid #C8C2C2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user