From d159c32b842da7eb6949d4241f96f91853fb4515 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luca=20B=C3=B6sch?= Date: Mon, 19 Oct 2020 09:52:54 +0200 Subject: [PATCH] MDL-65448 block_site_main_menu: Restyle moving. --- theme/boost/scss/moodle/blocks.scss | 5 +++-- theme/boost/style/moodle.css | 3 ++- theme/classic/style/moodle.css | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/theme/boost/scss/moodle/blocks.scss b/theme/boost/scss/moodle/blocks.scss index e3299b177a0..7a9d4bfc8da 100644 --- a/theme/boost/scss/moodle/blocks.scss +++ b/theme/boost/scss/moodle/blocks.scss @@ -366,10 +366,11 @@ body.drawer-open-left #region-main.has-blocks { } } -.block_social_activities li a.movehere { +.block_social_activities li a.movehere, +.block_site_main_menu li a.movehere { display: block; width: 100%; height: 2rem; border: 2px dashed $gray-800; margin: 4px 0; -} \ No newline at end of file +} diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index e741cad0680..cc8032ecca8 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12745,7 +12745,8 @@ input[disabled] { border-left: 0; border-right: 0; } } -.block_social_activities li a.movehere { +.block_social_activities li a.movehere, +.block_site_main_menu li a.movehere { display: block; width: 100%; height: 2rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index be9c07a88ab..1cf72baf534 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -12959,7 +12959,8 @@ input[disabled] { border-left: 0; border-right: 0; } } -.block_social_activities li a.movehere { +.block_social_activities li a.movehere, +.block_site_main_menu li a.movehere { display: block; width: 100%; height: 2rem; -- 2.43.0