Finish 4376-login-fields-show-in-separate-line

This commit is contained in:
Ann + J.M 2014-04-21 19:59:15 +02:00
commit 54febec2e5
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.1.14.0 (not yet released)
- bug #4365 Creating bookmark with multiple queries not working
- bug #4375 Group two DB, one's name is the prefix of the other one
- bug #4376 [interface] Login fields show in separate line
4.1.13.0 (2014-04-13)
- bug #4279 CTRL + up or down moves 2 fields

View File

@ -796,6 +796,12 @@ form.login label {
font-weight: bolder;
}
form.login input[type=text],
form.login input[type=password],
form.login select {
width: 14em;
}
.commented_column {
border-bottom: 1px dashed #000;
}