Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-03-13 13:54:34 +01:00
commit 6cccbe425f
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 {