patch #1838626 [GUI] Login interface broken on Konqueror, thanks to fhimpe

This commit is contained in:
Marc Delisle
2007-12-01 16:06:01 +00:00
parent a92542cde0
commit cb914d6407
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Hungarian update, thanks to Mihály Mészáros
- patch #1837691 [query window] js errors, thanks to Victor Volkov
- patch #1839052 [lang] catalan not in UTF-8, thanks to jaz001
- patch #1838626 [GUI] Login interface broken on Konqueror, thanks to fhimpe
2.11.2.2 (2007-11-20)
- bug #1835123 [security] fixed XSS vulnerability on login page,

View File

@@ -46,6 +46,10 @@ input, select, textarea {
font-size: 1em;
}
div.item label {
white-space: nowrap;
}
/* @deprecated */
.nowrap {
white-space: nowrap;