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
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, April 9th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
0d32f711
Commit
0d32f711
authored
8 years ago
by
asadiqbal
Browse files
Options
Downloads
Patches
Plain Diff
WL-538 changes to make UI responsive
parent
35267e47
Loading
Loading
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 @
0d32f711
...
...
@@ -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 @
0d32f711
...
...
@@ -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