various tweaks to the new portal details in the dialog

This commit is contained in:
Jon Atkins
2013-07-10 00:42:29 +01:00
parent 9cf2dd391e
commit 3b7e81c1d5
2 changed files with 23 additions and 18 deletions

View File

@ -943,14 +943,17 @@ td + td {
}
.portal_details tr {
padding-bottom: 1em;
}
.portal_details td:first-of-type {
min-width: 10em;
.portal_details th, .portal_details td {
vertical-align: top;
text-align: left;
}
.portal_details th {
white-space: nowrap;
padding-right: 1em;
}
.portal_details tr.padding-top th, .portal_details tr.padding-top td {
padding-top: 0.7em;
}