From 75ae4a7252e22e5f9ee55d79a9e4e928941fa16d Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 4 Sep 2012 06:45:49 +0000 Subject: [PATCH] Invalid CSS minor fix. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11155 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/tpl/css/widget.css | 2 +- modules/widget/widget.controller.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/widget/tpl/css/widget.css b/modules/widget/tpl/css/widget.css index 98bbb8ccd..ea96a9681 100644 --- a/modules/widget/tpl/css/widget.css +++ b/modules/widget/tpl/css/widget.css @@ -5,7 +5,7 @@ #colorset_area{margin-top:.5em} #colorset_area .header{float:left;margin-right:.5em;padding-top:.2em} #colorset_area .footer{float:left} -#zonePageContent{overflow:hidden;width:100%;padding:none !important;margin:none !important} +#zonePageContent{overflow:hidden;width:100%;padding:0 !important;margin:none !important} .pageAddContent{width:700px} .widgetOutput{float:left;cursor:move;z-index:998;overflow:hidden;position:relative;width:100%} .widgetOutput .widgetBorder{border:1px dashed #ccc;z-index:999} diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index c3d39076e..ff0ddb3eb 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -418,7 +418,7 @@ $widget_padding_right = $args->widget_padding_right; $widget_padding_top = $args->widget_padding_top; $widget_padding_bottom = $args->widget_padding_bottom; - $inner_style = sprintf("padding:%dpx %dpx %dpx %dpx !important; padding:none !important;", $widget_padding_top, $widget_padding_right, $widget_padding_bottom, $widget_padding_left); + $inner_style = sprintf("padding:%dpx %dpx %dpx %dpx !important;", $widget_padding_top, $widget_padding_right, $widget_padding_bottom, $widget_padding_left); /** * Wanted widget output