From ccccd20b85650e0be0564382253837b61677ba78 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 11 Jul 2011 01:18:53 +0530 Subject: [PATCH] red dot should not be over the damned scroll-bars --- edgware/static/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 039d991..8679134 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -18,8 +18,8 @@ p { #ajaxBusy { position: fixed; - top: 10px; - right: 10px; + top: 16px; + right: 16px; width: 6px; height: 6px; -moz-border-radius: 6px;