Merge pull request #1393 from Tithugues/b4569_display_master
Fix display issue of #4569.
This commit is contained in:
commit
738af9af54
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user