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 */ /* undo pointer cursor on detail box heading */
#globalDetail .card .top { #globalDetail.card .top {
cursor: auto; cursor: auto;
} }

View File

@@ -16,3 +16,9 @@ td {
} }
} }
} }
.summaryTable {
&:nth-child(3){
text-align: right;
}
}