Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-12-11 19:42:13 +01:00
commit 1244a2d4f9
2 changed files with 9 additions and 4 deletions

View File

@ -21,6 +21,7 @@ phpMyAdmin - ChangeLog
- bug #3794 failure to handle repeating empty columns when importing ODS
- bug #4638 Default Export Method setting broken
- bug #4639 Export SQL missing indentation first field
- bug #4637 Field Alignment
4.3.1.0 (2014-12-08)
- bug #4609 'Show all' checkbox label is not clickable

View File

@ -200,6 +200,14 @@ input[type=date] {
border: 1px solid #aaa;
color: #555;
padding: 4px;
}
input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=checkbox],
select {
margin: 6px;
}
@ -2561,10 +2569,6 @@ fieldset .disabled-field td {
-webkit-box-sizing: border-box;
}
#table_columns select {
margin: 0 6px;
}
#placeholder {
position: relative;
border: 1px solid #aaa;