Detail view: Fix text indent issues

This commit is contained in:
bfederle 2012-01-05 13:18:14 -08:00
parent 345ca23e67
commit 75d7044c17

View File

@ -1267,6 +1267,7 @@ div.list-view td.state.off span {
border: 1px solid #CFC9C9;
background: #E4E6E7;
margin-top: 11px;
text-indent: 0;
}
.detail-group table tr,
@ -1293,7 +1294,7 @@ div.list-view td.state.off span {
.detail-group table td.name {
width: 113px;
color: #6393F1;
padding: 14px 0 13px;
padding: 14px 12px 13px 13px;
border: none;
}