From: Lunar <lunar@anargeek.net>
Date: Wed, 17 Apr 2013 18:15:18 +0000 (+0200)
Subject: On cache le pourcentage de traduction dans le titre
X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/commitdiff_plain/ed32eb03410ea8fc74a24de14b11b10e2b435dcf?ds=sidebyside

On cache le pourcentage de traduction dans le titre
---

diff --git a/local.css b/local.css
index 5cf7983..9e1b86b 100644
--- a/local.css
+++ b/local.css
@@ -122,6 +122,13 @@ body {
 	font-family: "Linux Biolinum O", sans-serif;
 }
 
+.pageheader .title .translationstatus {
+	display: none;
+	display: none;
+	display: none;
+	display: none;
+}
+
 .pageheader .actions ul {
 	border-bottom: none;
 }
diff --git a/templates/page.tmpl b/templates/page.tmpl
index adcad6a..9e0d8c7 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -52,7 +52,7 @@
 <span class="title">
 <TMPL_VAR TITLE>
 <TMPL_IF ISTRANSLATION>
-&nbsp;(<TMPL_VAR PERCENTTRANSLATED>%)
+<span class="translationstatus">&nbsp;(<TMPL_VAR PERCENTTRANSLATED>%)</span>
 </TMPL_IF>
 </span>
 </span>