Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
0d32f711
Commit
0d32f711
authored
Jun 27, 2016
by
asadiqbal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL-538 changes to make UI responsive
parent
35267e47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
lms/static/sass/base/_base.scss
+4
-0
lms/templates/verify_student/pay_and_verify.html
+1
-1
No files found.
lms/static/sass/base/_base.scss
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
;
...
...
lms/templates/verify_student/pay_and_verify.html
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment