Finish 4376-login-fields-show-in-separate-line
This commit is contained in:
commit
54febec2e5
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user