mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Detail view: Fix text indent issues
This commit is contained in:
parent
345ca23e67
commit
75d7044c17
@ -1267,6 +1267,7 @@ div.list-view td.state.off span {
|
|||||||
border: 1px solid #CFC9C9;
|
border: 1px solid #CFC9C9;
|
||||||
background: #E4E6E7;
|
background: #E4E6E7;
|
||||||
margin-top: 11px;
|
margin-top: 11px;
|
||||||
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-group table tr,
|
.detail-group table tr,
|
||||||
@ -1293,7 +1294,7 @@ div.list-view td.state.off span {
|
|||||||
.detail-group table td.name {
|
.detail-group table td.name {
|
||||||
width: 113px;
|
width: 113px;
|
||||||
color: #6393F1;
|
color: #6393F1;
|
||||||
padding: 14px 0 13px;
|
padding: 14px 12px 13px 13px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user