From cb914d6407b8fd00610e572a3a72521e77a93d01 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 1 Dec 2007 16:06:01 +0000 Subject: [PATCH] patch #1838626 [GUI] Login interface broken on Konqueror, thanks to fhimpe --- ChangeLog | 1 + phpmyadmin.css.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba62add98..7c7e72531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php index 7174adea3..90a6f4125 100644 --- a/phpmyadmin.css.php +++ b/phpmyadmin.css.php @@ -46,6 +46,10 @@ input, select, textarea { font-size: 1em; } +div.item label { + white-space: nowrap; +} + /* @deprecated */ .nowrap { white-space: nowrap;