Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
85b1f23a
Commit
85b1f23a
authored
8 years ago
by
Asad Iqbal
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #12868 from edx/asadiqbal08/WL-538
WL-538 changes to make UI responsive
parents
e7527fca
0d32f711
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/base/_base.scss
+4
-0
4 additions, 0 deletions
lms/static/sass/base/_base.scss
lms/templates/verify_student/pay_and_verify.html
+1
-1
1 addition, 1 deletion
lms/templates/verify_student/pay_and_verify.html
with
5 additions
and
1 deletion
lms/static/sass/base/_base.scss
+
4
−
0
View file @
85b1f23a
...
...
@@ -134,6 +134,10 @@ a, a:visited {
width
:
flex-grid
(
12
);
}
.no-min-scale
{
min-width
:
0px
!
important
;
}
span
.edx
{
text-transform
:
none
;
font
:
inherit
;
...
...
This diff is collapsed.
Click to expand it.
lms/templates/verify_student/pay_and_verify.html
+
1
−
1
View file @
85b1f23a
...
...
@@ -53,7 +53,7 @@ from lms.djangoapps.verify_student.views import PayAndVerifyView
## JavaScript views may append to this wrapper
<div
id=
"error-container"
style=
"display: none;"
></div>
<div
class=
"container"
>
<div
class=
"container
no-min-scale
"
>
<section
class=
"wrapper carousel"
>
## Payment / Verification flow
## Most of these data attributes are used to dynamically render
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment