diff options
author | plegall <plg@piwigo.org> | 2015-03-18 08:33:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-03-18 08:33:16 +0000 |
commit | c81e627fdf813657e73d946f473231ec6ba5d479 (patch) | |
tree | 3004a4abddc982684c00e613facec5d2c54e5185 /plugins | |
parent | f57bea42b7a78e7fc367d82f2bb1d7a0cb825e1e (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
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; +} |