Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ddmultiplefields/ddmultiplefields.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font: 12px/1.2em Verdana,Helvetica,sans-serif !important;
}

.ddMultipleField input {height: 1.2em;}
.ddMultipleField input {height: 2em;}

.ddMultipleField input:focus {border-color: #E1A020 !important;}

Expand All @@ -43,7 +43,11 @@
white-space: nowrap;
}

.ddMultipleField tr th {text-align: left;}
.ddMultipleField tr th {
line-height: 1;
text-align: left;
vertical-align: bottom;
}

.ddMultipleField tr td.ddFieldCol, .ddMultipleField tr td.ddSortHandle {
border: 2px solid #FFFFFF;
Expand Down