]> git.donarmstrong.com Git - roundcube.git/commitdiff
Enlarge login box to accommodate sk_SK locale. Closes: #542933.
authorVincent Bernat <bernat@debian.org>
Sun, 27 Sep 2009 09:35:01 +0000 (09:35 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:25:39 +0000 (20:25 +0200)
debian/changelog
debian/patches/loginbox-size.patch [new file with mode: 0644]
debian/patches/series

index b696f8065dbe652e155252bfe52eb210971c524b..a77c67fb20ceed0315e2c4e0ff1c6dc00b8fc434 100644 (file)
@@ -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 <bernat@debian.org>  Sun, 27 Sep 2009 11:14:18 +0200
+ -- Vincent Bernat <bernat@debian.org>  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 (file)
index 0000000..7e04ce5
--- /dev/null
@@ -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;
+ }
index f899621d7371c49fada0db4acbc1948fdddda27c..055d9040eda23d0ce0889c68975d5f518b2acb63 100644 (file)
@@ -3,3 +3,4 @@ correct_install_path.patch
 use_packaged_tinymce.patch
 correct-magic-path.patch
 use_pspell.patch
+loginbox-size.patch