Merge commit '2f7d6cb' into QA_4_4
This commit is contained in:
commit
edb1fc8ec0
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user