Merge commit '2f7d6cb' into QA_4_4

This commit is contained in:
Marc Delisle 2015-03-13 08:52:31 -04:00
commit edb1fc8ec0
3 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ explanation
- bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore
- bug #4789 Views aren't dropped when copying a database
- bug #4784 Incomplete bookmark saving
- bug #4786 SELECT width on relations page
4.3.11.1 (2015-03-04)
- bug [security] Risk of BREACH attack, see PMASA-2015-1

View File

@ -255,7 +255,7 @@ fieldset .formelement {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
width: 32%;
width: auto;
margin-right: 1%;
}
#foreign_keys.relationalTable {

View File

@ -539,7 +539,7 @@ fieldset .formelement {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
width: 32%;
width: auto;
margin-right: 1%;
}
#foreign_keys.relationalTable {