Module: website Branch: master Commit: 30087771323ae7ee3f551ee841cdbb5eb16a50ac URL: http://source.winehq.org/git/website.git/?a=commit;h=30087771323ae7ee3f551ee...
Author: Yaron Shahrabani sh.yaron@gmail.com Date: Mon Dec 27 16:15:37 2010 +0200
website: CSS RTL searchbox fix
--0016364c7e8b8a4387049864f934 Content-Type: text/plain; charset=UTF-8
This is not the optimal fix but it certainly puts that naughty searchbox back in place... Yaron Shahrabani
<Hebrew translator>
<div dir="ltr">This is not the optimal fix but it certainly puts that naughty searchbox back in place...<br clear="all"><div dir="ltr"><span style="font-size:large"><font color="#990000">Yaron</font><font color="#330000"> Shahrabani</font></span><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div><font color="#666666"><span style="font-size:x-small"><font color="#FF0000"><</font></span>Hebrew translator<span style="font-size:x-small"><font color="#FF0000">></font></span></font></div></blockquote></div> <br>
</div>
From 5a0e4a2b1a11c1b318fd75db49ffeb2e89b46980 Mon Sep 17 00:00:00 2001
From: Yaron Shahrabani sh.yaron@gmail.com Date: Mon, 27 Dec 2010 16:12:56 +0200 Subject: website: CSS RTL searchbox fix
---
styles-rtl.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles-rtl.css b/styles-rtl.css index c7e158b..c5f57ce 100644 --- a/styles-rtl.css +++ b/styles-rtl.css @@ -17,7 +17,7 @@ BODY { /* search box */ #search_box { text-align: left; - left: 20px; + right: 78.91%; }
/* top tabs */ @@ -83,7 +83,7 @@ DIV.newsblock { direction: ltr; margin: 0 10px 25px 5px; } .winehq_menu>.help:hover>.icon { background-position: -100px -50px } .winehq_menu>.devel>.icon { background-position: -150px 0 } .winehq_menu>.devel:hover>.icon { background-position: -150px -50px } -.winehq_menu>.donate>.icon { background-position: -200px 0 } +.winehq_menu>.donate>.icseon { background-position: -200px 0 } .winehq_menu>.donate:hover>.icon { background-position: -200px -50px }
/* HR */