Merge branch 'QA_4_4'

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-04-13 14:36:18 +05:30
commit abe7f3bdcd
3 changed files with 1 additions and 8 deletions

View File

@ -36,6 +36,7 @@ phpMyAdmin - ChangeLog
- bug #4829 Create procedure via SQL Editor not more possible
- bug #4833 CSS and Javascript are not compressed
- bug #4849 Functions accessed from navigation do not load on ajax dialog
- bug #4850 Relation view on 1920
4.4.1.1 (2015-04-08)
- bug #4846 Web server's error log is flooded

View File

@ -251,9 +251,6 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
#foreign_keys.relationalTable td:first-child + td {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
width: auto;
margin-right: 1%;
@ -261,7 +258,6 @@ fieldset .formelement {
#foreign_keys.relationalTable {
width: 100%;
}
}
/* revert for Gecko */

View File

@ -535,9 +535,6 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
#foreign_keys.relationalTable td:first-child + td {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
width: auto;
margin-right: 1%;
@ -545,7 +542,6 @@ fieldset .formelement {
#foreign_keys.relationalTable {
width: 100%;
}
}
/* revert for Gecko */