Zone wizard UI: fix multi-edit table width

This commit is contained in:
Brian Federle 2012-11-05 11:18:05 -08:00
parent 29dda3f41a
commit 9e729fa166
1 changed files with 4 additions and 0 deletions

View File

@ -6816,6 +6816,10 @@ label.error {
width: 98%;
}
.multi-wizard.zone-wizard .multi-edit table th {
max-width: 97px;
}
.multi-wizard.zone-wizard .multi-edit .data {
width: 102%;
float: left;