Set line height on entire row, not two columns

This commit is contained in:
Chris Hunt 2013-06-06 07:51:33 -07:00
parent d50a598e62
commit 2f59c5c513

View File

@ -177,6 +177,8 @@ table {
}
.display-row {
height: 30px;
line-height: 30px;
padding: 5px;
&:nth-of-type(1) {
border-top: 0;
@ -190,8 +192,6 @@ table {
clear: both;
}
.field {
height: 30px;
line-height: 30px;
font-weight: bold;
width: 196px;
float: left;
@ -199,8 +199,6 @@ table {
}
.value {
width: 250px;
height: 30px;
line-height: 30px;
float: left;
margin-left: 12px;
}