diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less index 71a130f9996a7baaada5a83e5befbcab0a801112..61738c2c8187355a3200297ce977cb1ccf9eb7bf 100644 --- a/plugins/CoreHome/stylesheets/coreHome.less +++ b/plugins/CoreHome/stylesheets/coreHome.less @@ -48,7 +48,7 @@ h3 { /* Content */ #content.home { - padding-top: 5px; + padding-top: 15px; font-size: 14px; } diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less index f00fe46366f0f2365a890a156e99e6b9e83b43a8..b39bcf2bf1ebcdb9597948cd7aab78314c466e4a 100644 --- a/plugins/Dashboard/stylesheets/dashboard.less +++ b/plugins/Dashboard/stylesheets/dashboard.less @@ -83,6 +83,10 @@ z-index: 1; } +.widget:first-child { + margin-top: 0; +} + .widgetHover { border: 1px solid #aba494; } @@ -124,7 +128,7 @@ } .widgetTopHover { - background: #B0A798 url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0; + background: #C4BBAD url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0; } .widgetName { diff --git a/plugins/Dashboard/templates/embeddedIndex.twig b/plugins/Dashboard/templates/embeddedIndex.twig index e509b5c4b737338fa7a28d4b9c64c0876868ee37..ff71623b4b3344f040ae74bdfb9ac2759b32a4d5 100644 --- a/plugins/Dashboard/templates/embeddedIndex.twig +++ b/plugins/Dashboard/templates/embeddedIndex.twig @@ -122,7 +122,5 @@ <div class="widgetpreview-preview"></div> </div> - <div class="clear"></div> - <div id="dashboardWidgetsArea"></div> </div> diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less index 12c5ceecd51e3fe163458d673147305f1e875b14..ed21fb4ab554d4cb08239a120bc5b4ffda44c38b 100644 --- a/plugins/LeftMenu/stylesheets/theme.less +++ b/plugins/LeftMenu/stylesheets/theme.less @@ -6,6 +6,7 @@ padding: 0; float: left; width: 240px; + padding-top: 10px; } .Menu--dashboard > .Menu-tabList {