fixed contribute character counter position (bug 562758)

This commit is contained in:
Vincent Agnano 2013-09-25 13:29:48 +02:00
Родитель 68a7f7c62c
Коммит e2d373a28b
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -78,3 +78,8 @@
.jqmOverlay {
background-color: #000;
}
/** l10n: fix the overlapping "255" counter */
.html-rtl #contribute-box .commentlen {
float: left;
}