From 6b25439161d1c2cbcf2ab7e12107b769b399d1de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Dec 2015 20:41:02 +0100 Subject: [PATCH] Fix vietnamesefont --- htdocs/langs/vi_VN/main.lang | 2 +- htdocs/theme/md/style.css.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/langs/vi_VN/main.lang b/htdocs/langs/vi_VN/main.lang index 0b0bd4299b9..be95acb178b 100644 --- a/htdocs/langs/vi_VN/main.lang +++ b/htdocs/langs/vi_VN/main.lang @@ -4,7 +4,7 @@ DIRECTION=ltr # msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader) # stsongstdlight or cid0cs are for simplified Chinese # To read Chinese pdf with Linux: sudo apt-get install poppler-data -FONTFORPDF=helvetica +FONTFORPDF=DejaVuSans FONTSIZEFORPDF=10 SeparatorDecimal=. SeparatorThousand=, diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 59ae78bf4f3..6e10a9e5024 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3495,13 +3495,13 @@ a span.select2-chosen span.noborderoncategories a, li.noborderoncategories a { color: #fff !important; line-height: normal; - vertical-align: top; } span.noborderoncategories { - padding: 3px 5px 0px 5px; + padding: 5px 5px 0px 5px; } + /* ============================================================================== */ /* Multiselect with checkbox */ /* ============================================================================== */