]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/loginbox-size.patch
Refresh all patches.
[roundcube.git] / debian / patches / loginbox-size.patch
1 Fix size of login box to accommodate sk_SK locale
2
3 Index: roundcube/skins/default/common.css
4 ===================================================================
5 --- roundcube.orig/skins/default/common.css     2012-09-29 11:30:57.427102611 +0200
6 +++ roundcube/skins/default/common.css  2012-09-29 11:31:47.080095589 +0200
7 @@ -731,7 +731,7 @@
8    margin-left: auto;
9    margin-right: auto;
10    margin-top: 50px;
11 -  width: 400px;
12 +  width: 420px;
13    border: 1px solid #999;
14  }
15