From 45d5594ecbda0e707ce1ca0c34f21769cf197eef Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 24 Nov 2016 14:40:38 +0800 Subject: [PATCH] MDL-56801 theme_boost: remove registration_textfield rule The registration_textfield conflicts with the form default styling and breaks form layout. --- theme/boost/scss/moodle/core.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index bfe738f1ca8..f5ec4ac22ff 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -982,12 +982,7 @@ tr.flagged-tag a { .smartselect.compactmenu .smartselect_submenuitem:hover > .smartselect_menuitem_label { font-weight: bold; } -/** -* Registration -*/ -#page-admin-registration-register .registration_textfield { - width: 300px; -} + /** * Enrol */