From a75c81fb2985529fa0e451b479babcc16ead8aa1 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 4 Sep 2009 17:49:57 +0000 Subject: [PATCH] Another tiny change in response to recent changes in how we handle text size. This one adjusts the position of the simple search box. --- skins/vector/main-ltr.css | 2 +- skins/vector/main-rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 333369b70e..71e76ae59d 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -311,7 +311,7 @@ body { margin-top: 0.4em; } #simpleSearch { - margin-top: 0.75em; + margin-top: 0.5em; position: relative; border: solid 1px #AAAAAA; background-color: white; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 0b5692a686..5e11262c50 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -311,7 +311,7 @@ body { margin-top: 0.4em; } #simpleSearch { - margin-top: 0.75em; + margin-top: 0.5em; position: relative; border: solid 1px #AAAAAA; background-color: white; -- 2.20.1