From 9dc01647e851f7601531c70f99afb3e5050edaff Mon Sep 17 00:00:00 2001 From: attiyaishaque Date: Tue, 17 Apr 2018 12:21:09 +0500 Subject: [PATCH] Fix styling of button on certificate & membership page. --- lms/static/sass/course/instructor/_instructor_2.scss | 7 +++++-- .../instructor/instructor_dashboard_2/membership.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index 2c3df43af4..3ce9b5e028 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -168,7 +168,7 @@ position: relative; display: inline-block; - width: 250px; + width: 265px; vertical-align: middle; border: 1px solid $lightGrey1; background: $white; @@ -177,7 +177,7 @@ } .file-browse { - @include margin-left(-4px); + @include margin-left(-5px); display: inline-block; position: absolute; @@ -185,6 +185,9 @@ left: 0; width: 100%; overflow: hidden; + padding: 0; + border: none; + background: transparent; .browse { @include button(simple, $primary); diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 1c1def0fbb..2662ad958e 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -69,7 +69,7 @@ from openedx.core.djangolib.markup import HTML, Text %if static.get_value('ALLOW_AUTOMATED_SIGNUPS', settings.FEATURES.get('ALLOW_AUTOMATED_SIGNUPS', False)):
-
+

${_("Register/Enroll Students")}

${_("To register and enroll a list of users in this course, choose a CSV file that contains the following columns in this exact order: email, username, name, and country. Please include one student per row and do not include any headers, footers, or blank lines.")}