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
2c8698c0
Commit
2c8698c0
authored
Feb 13, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6970 from edx/clrux/rtl-1629-fix
Adding new logistration Sass partial to RTL compiled
parents
7766ed64
bed9d2f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
lms/static/sass/application-extend2-rtl.scss.mako
+1
-0
lms/static/sass/views/_login-register.scss
+8
-7
lms/templates/student_account/form_field.underscore
+2
-2
No files found.
lms/static/sass/application-extend2-rtl.scss.mako
View file @
2c8698c0
...
...
@@ -46,6 +46,7 @@
// base - specific views
@import 'views/verification';
@import 'views/shoppingcart';
@import 'views/login-register';
// applications
@import "discussion/utilities/variables";
...
...
lms/static/sass/views/_login-register.scss
View file @
2c8698c0
...
...
@@ -223,15 +223,14 @@ $sm-btn-linkedin: #0077b5;
width
:
100%
;
margin
:
0
0
5px
0
;
&
.select-
gender
{
margin-right
:
20px
;
&
.select-
year_of_birth
{
@include
margin-left
(
15px
)
;
}
&
.select-gender
,
&
.select-year_of_birth
{
display
:
inline-block
;
width
:
calc
(
50%
-
10px
);
float
:
left
;
clear
:
none
;
}
/** FROM _accounts.scss - start **/
...
...
@@ -250,6 +249,7 @@ $sm-btn-linkedin: #0077b5;
label
{
@include
transition
(
color
0
.15s
ease-in-out
0s
);
display
:
block
;
margin
:
0
0
6px
0
;
color
:
tint
(
$black
,
20%
);
font-weight
:
$font-semibold
;
...
...
@@ -263,10 +263,10 @@ $sm-btn-linkedin: #0077b5;
}
&
[
for
=
"register-honor_code"
]
{
display
:
block
;
margin
:
-30px
5%
15px
;
display
:
inline-
block
;
margin
:
5px
5px
0
0
;
width
:
90%
;
text-align
:
center
;
vertical-align
:
top
;
}
a
{
...
...
@@ -287,6 +287,7 @@ $sm-btn-linkedin: #0077b5;
}
input
,
select
,
textarea
{
display
:
block
;
width
:
100%
;
...
...
lms/templates/student_account/form_field.underscore
View file @
2c8698c0
<
p
class="form-field <%=type%>-<%= name %>">
<
div
class="form-field <%=type%>-<%= name %>">
<% if ( type !== 'checkbox' ) { %>
<label for="<%= form %>-<%= name %>">
<%= label %>
...
...
@@ -63,4 +63,4 @@
<% if( form === 'login' && name === 'password' ) { %>
<a href="#" class="forgot-password field-link"><%- gettext("Forgot password?") %></a>
<% } %>
</
p
>
</
div
>
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