From b00797906d29e573be6d200208ccaacdf7118b7c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 12 Mar 2012 00:13:34 -0500 Subject: added a css fix for spanish language for the search bar --- askbot/skins/default/media/style/style.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 4f096bd0..e63ff373 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -3359,3 +3359,27 @@ pre.prettyprint { clear:both;padding: 3px; border: 0px solid #888; } #leading-sidebar { float: left; } + +/* language-specific fixes */ +body.lang-es { + #searchBar { + width: 398px; + .searchInput { + width: 337px; + } + .searchInputCancelable { + width: 302px; + } + } +} +body.anon.lang-es { + #searchBar { + width: 485px; + .searchInput { + width: 425px; + } + .searchInputCancelable { + width: 390px; + } + } +} -- cgit v1.2.3-1-g7c22