From f930303d3e964af2e6ac31f01daf1bc79a946598 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 31 Mar 2012 15:38:30 -0700 Subject: [PATCH] Fix for an issue where you can't select the top row of colors --- share/tools/web_config/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html index ca7eaaeb6..6b6afe2af 100644 --- a/share/tools/web_config/index.html +++ b/share/tools/web_config/index.html @@ -202,6 +202,8 @@ body { margin: 0px; height: 50px; margin-bottom: -50px; + position: relative; + bottom: 47px; } .colorpicker_target_tab { @@ -217,8 +219,6 @@ body { margin-right: -2px; min-width: 110px; text-align: center; - position: relative; - bottom: 47px; } .colorpicker_target_selected {