From 404c768a178bd851dfcf3a80d54d82fc61db6470 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 09:48:08 +0530 Subject: [PATCH] z-index the buttons --- edgware/static/css/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 4fef0c0..d64fd4f 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -28,6 +28,7 @@ body { border: 1px dashed #000; margin: 25px; margin-bottom:80px; + background: #fff; } .newTextBox { @@ -82,6 +83,7 @@ body { border-color: #666; border-bottom: 0px; cursor: pointer; + z-index: 10; margin-left: 10px; background: #D0CDFF; background: -moz-linear-gradient(top, #B9D7B8, #fff);