From 7c817b80bdcfef0baaf83965128a9ded7944b8f7 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 31 May 2011 15:19:32 +0530 Subject: [PATCH] Arrows placed relative to the div element --- themes/original/css/theme_right.css.php | 28 ++++++++++++++++--------- themes/pmahomme/css/theme_right.css.php | 28 ++++++++++++++++--------- 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 9b19104e7d..7a9aadfb17 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1783,29 +1783,37 @@ fieldset .disabled-field td { -webkit-box-sizing: border-box; } +#placeholder { + position: relative; +} + +#placeholder .button { + position: absolute; +} + #left_arrow { - right:50px; - top:100px; + right:35px; + top:40px; } #right_arrow { - right:20px; - top:100px; + right:5px; + top:40px; } #up_arrow { - right:35px; - top:85px; + right:20px; + top:25px; } #down_arrow { - right:35px; - top:115px; + right:20px; + top:55px; } #zoom_out { - right:20px; - top:65px; + right:5px; + top:5px; } .gis_table td { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 7738b938e7..c48c1991ef 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2127,29 +2127,37 @@ fieldset .disabled-field td { margin: 0 6px; } +#placeholder { + position: relative; +} + +#placeholder .button { + position: absolute; +} + #left_arrow { - right:65px; - top:145px; + right:35px; + top:40px; } #right_arrow { - right:35px; - top:145px; + right:5px; + top:40px; } #up_arrow { - right:50px; - top:130px; + right:20px; + top:25px; } #down_arrow { - right:50px; - top:160px; + right:20px; + top:55px; } #zoom_out { - right:35px; - top:110px; + right:5px; + top:5px; } .gis_table td {