Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
60277d8d38
@ -47,6 +47,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.1.13.0 (not yet released)
|
||||
- bug #4279 CTRL + up or down moves 2 fields
|
||||
- bug #4336 List server css style wrong
|
||||
|
||||
4.1.12.0 (2014-03-27)
|
||||
- bug #4334 Add event : datepicker won't open
|
||||
|
||||
@ -1428,7 +1428,8 @@ textarea#partitiondefinition {
|
||||
}
|
||||
|
||||
#list_server {
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1871,7 +1871,8 @@ textarea#partitiondefinition {
|
||||
}
|
||||
|
||||
#list_server {
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user