Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
commit
abe7f3bdcd
@ -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
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user