From c81e627fdf813657e73d946f473231ec6ba5d479 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 18 Mar 2015 08:33:16 +0000 Subject: merge r31039 from trunk to branch 2.7 bug 3212 fixed: add CSS rule to support themes like Modus git-svn-id: http://piwigo.org/svn/branches/2.7@31040 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/language_switch/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/language_switch/style.css b/plugins/language_switch/style.css index 55992d349..476ab4a66 100644 --- a/plugins/language_switch/style.css +++ b/plugins/language_switch/style.css @@ -20,4 +20,10 @@ } #languageSwitchBox a:hover { color:#ddd; -} \ No newline at end of file +} + +[class*="langflag-"] { + overflow: hidden; + text-indent: -9999px; + vertical-align: bottom; +} -- cgit v1.2.3