From 98392120262cc225bc39a87f5d5189dbe2416f0c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Sep 2013 14:01:09 +0000 Subject: [PATCH] --- style/fluidbook.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.css b/style/fluidbook.css index 93899bbb..9c334d04 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -373,10 +373,18 @@ header{position:relative;} margin:0 0 0 20px; } +.ltr #nav a#submitSearch{ + margin:0 0 0 5px; +} + .rtl #nav>a{ margin:0 20px 0 0; } +.rtl #nav a#submitSearch{ + margin:0 5px 0 0; +} + #nav>a>img{ padding: 10px 2px 0px 2px; @@ -439,9 +447,9 @@ header{position:relative;} } .hint{ - padding:5px; + padding:2px 5px 5px; height:22px; - width:140px; + width:137px; margin:2px; display:block; font-size:12px; -- 2.39.5