mirror of https://github.com/apache/cloudstack.git
Misc. CSS fixes
This commit is contained in:
parent
b7c784b4cc
commit
511ea47d16
|
|
@ -1054,7 +1054,7 @@ div.list-view td.state span {
|
|||
-webkit-text-shadow: 0px 1px 1px #FFFFFF;
|
||||
-o-text-shadow: 0px 1px 1px #FFFFFF;
|
||||
text-shadow: 0px 1px 1px #FFFFFF;
|
||||
background: url(../images/sprites.png) -6px -536px;
|
||||
background: url(../images/sprites.png) 1px -536px;
|
||||
}
|
||||
|
||||
div.list-view td.state.on span {
|
||||
|
|
@ -1238,7 +1238,7 @@ div.list-view td.state.off span {
|
|||
height: 78%;
|
||||
width: 97%;
|
||||
padding-top: 7px;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
height: 591px;
|
||||
margin: -4px 0 0;
|
||||
}
|
||||
|
|
@ -6372,6 +6372,7 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
|||
left: 8px;
|
||||
top: 26px;
|
||||
position: absolute;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.system-dashboard .status_box li.capacity span.overview.total {
|
||||
|
|
|
|||
Loading…
Reference in New Issue