Merge pull request #1393 from Tithugues/b4569_display_master

Fix display issue of #4569.
This commit is contained in:
Marc Delisle 2014-11-13 12:53:17 -05:00
commit 738af9af54
2 changed files with 6 additions and 6 deletions

View File

@ -251,14 +251,14 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
.relationalTable td:first-child + td {
#foreign_keys.relationalTable td:first-child + td {
width: 25%;
}
.relationalTable td:first-child + td select {
#foreign_keys.relationalTable td:first-child + td select {
width: 32%;
margin-right: 1%;
}
.relationalTable {
#foreign_keys.relationalTable {
width: 100%;
}

View File

@ -531,14 +531,14 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
.relationalTable td:first-child + td {
#foreign_keys.relationalTable td:first-child + td {
width: 25%;
}
.relationalTable td:first-child + td select {
#foreign_keys.relationalTable td:first-child + td select {
width: 32%;
margin-right: 1%;
}
.relationalTable {
#foreign_keys.relationalTable {
width: 100%;
}