From 05ed3ebfed59ca585a2e98a2a2be458e7b48a314 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 27 Sep 2009 09:35:01 +0000 Subject: [PATCH 1/1] Enlarge login box to accommodate sk_SK locale. Closes: #542933. --- debian/changelog | 3 ++- debian/patches/loginbox-size.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 debian/patches/loginbox-size.patch diff --git a/debian/changelog b/debian/changelog index b696f80..a77c67f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ roundcube (0.3-2) unstable; urgency=low * Really fix #544579 since the default value is null without quotes. This really Closes: #544579. + * Enlarge login box to accommodate sk_SK locale. Closes: #542933. - -- Vincent Bernat Sun, 27 Sep 2009 11:14:18 +0200 + -- Vincent Bernat Sun, 27 Sep 2009 11:26:56 +0200 roundcube (0.3-1) unstable; urgency=low diff --git a/debian/patches/loginbox-size.patch b/debian/patches/loginbox-size.patch new file mode 100644 index 0000000..7e04ce5 --- /dev/null +++ b/debian/patches/loginbox-size.patch @@ -0,0 +1,13 @@ +Fix size of login box to accommodate sk_SK locale + +--- r/skins/default/common.css~ 2009-09-04 12:42:24.000000000 +0200 ++++ r/skins/default/common.css 2009-09-27 11:27:25.000000000 +0200 +@@ -494,7 +494,7 @@ + margin-left: auto; + margin-right: auto; + margin-top: 50px; +- width: 400px; ++ width: 420px; + border: 1px solid #999; + } + diff --git a/debian/patches/series b/debian/patches/series index f899621..055d904 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ correct_install_path.patch use_packaged_tinymce.patch correct-magic-path.patch use_pspell.patch +loginbox-size.patch -- 2.39.2