From 5c4f0bf5697597c959030881aacbdeb278ce7d4e Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Tue, 16 Jun 2015 10:25:54 -0400 Subject: [PATCH] fixing margins on metasliders --- css/_widgets.css | 19 +++++++++++++++++++ sass/_widgets.scss | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 css/_widgets.css diff --git a/css/_widgets.css b/css/_widgets.css new file mode 100644 index 0000000..1e0c5e6 --- /dev/null +++ b/css/_widgets.css @@ -0,0 +1,19 @@ +/* - - - - - - - - - - - - - - - - - - - + == Widgets +- - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} + +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} + +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} diff --git a/sass/_widgets.scss b/sass/_widgets.scss index 0530427..7b7e831 100644 --- a/sass/_widgets.scss +++ b/sass/_widgets.scss @@ -307,6 +307,11 @@ padding:0; background-color:transparent; border:none; + + ul, + ol { + margin:0; + } } &.widget_dpe_fp_widget{