From b9d95a49b62c46f7c034652a9d4cc945eecc7f04 Mon Sep 17 00:00:00 2001 From: Thomas ZILLIOX <thomas@zilliox.me> Date: Thu, 8 Aug 2013 00:10:56 +0200 Subject: [PATCH] Bugfix on period selector from non dashboard plugins --- plugins/Dashboard/stylesheets/dashboard.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less index 87313457d1..376a160f72 100644 --- a/plugins/Dashboard/stylesheets/dashboard.less +++ b/plugins/Dashboard/stylesheets/dashboard.less @@ -7,6 +7,13 @@ height: 32px; } +.top_controls_inner { + clear: left; + position: relative; + height: 32px; + padding-bottom: 20px; +} + @media all and (max-width: 749px) { .top_controls { height: auto; @@ -499,5 +506,9 @@ div.widgetpreview-preview { .col.width-30, .col.width-25 { width: 100%; + .widget { + margin-right: 0; + } } + } \ No newline at end of file -- GitLab