Style tweaks

This commit is contained in:
Stefan Zermatten
2015-06-25 13:38:33 +02:00
parent 395edd0563
commit 98c69e9e17
2 changed files with 8 additions and 2 deletions

View File

@@ -91,6 +91,6 @@ $thinColumnWidth: 240px;
}
/* undo pointer cursor on detail box heading */
#globalDetail .card .top {
#globalDetail.card .top {
cursor: auto;
}

View File

@@ -15,4 +15,10 @@ td {
width: 250px;
}
}
}
}
.summaryTable {
&:nth-child(3){
text-align: right;
}
}