From 259cf57b69bac1ee0e5b265ffb80c1bc1c206515 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 9 Jul 2010 21:01:22 +0530 Subject: [PATCH] css bug on editor page --- edgware/static/css/editor.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index ff73ac6..5d150c1 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -161,14 +161,12 @@ p { .navControls { background-color:lightgrey; - padding-top:10px; - padding-bottom:10px; - padding-left:10px; - padding-right:10px; border-bottom-style:solid; border-bottom-width:1px; font-size:13px; - margin-left: -10px; + width: 100%; + height: 30px; +/* margin-left: -10px; */ } #bin { @@ -208,8 +206,11 @@ p { } #addElements { + width: 80%; + margin-left: auto; + margin-right: auto; background-color:lightgrey; - padding-left:40px; + padding-left:0px; padding-top:15px; height:60px; background-color:grey; @@ -254,6 +255,10 @@ p { cursor: pointer; } +.binResources { + padding-top: 60px; +} + .textbox_canvas_toolbox a { color:white; text-decoration:none;