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
d8368447
Commit
d8368447
authored
Apr 08, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org - adjusted input height and padding to handle previously uneditable fieldsin firefox
parent
13b74175
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
lms/static/sass/multicourse/_account.scss
+2
-1
lms/static/sass/multicourse/_password_reset.scss
+1
-0
lms/templates/registration/password_reset_confirm.html
+2
-2
No files found.
lms/static/sass/multicourse/_account.scss
View file @
d8368447
...
...
@@ -250,6 +250,7 @@
label
,
input
,
textarea
{
@include
border-radius
(
0
);
display
:
block
;
height
:
auto
;
font-family
:
$sans-serif
;
font-style
:
normal
;
font-weight
:
500
;
...
...
@@ -273,7 +274,7 @@
input
,
textarea
{
width
:
100%
;
margin
:
0
;
padding
:
$baseline
(
$baseline
*.
75
);
padding
:
(
$baseline
/
2
)
(
$baseline
*.
75
);
&
.long
{
width
:
100%
;
...
...
lms/static/sass/multicourse/_password_reset.scss
View file @
d8368447
...
...
@@ -73,6 +73,7 @@
input
[
type
=
"email"
],
input
[
type
=
"text"
],
input
[
type
=
"password"
]
{
border
:
1px
solid
red
!
important
;
background
:
rgb
(
255
,
255
,
255
);
display
:
block
;
height
:
45px
;
...
...
lms/templates/registration/password_reset_confirm.html
View file @
d8368447
...
...
@@ -93,11 +93,11 @@
<ol
class=
"list-input"
>
<li
class=
"field required password"
id=
"field-password-initial"
>
<label
for=
"password-initial"
>
Your New Password
</label>
<input
class=
""
id=
"password-initial"
type=
"password"
name=
"password-initial"
value=
"
"
placeholder=
"*****"
/>
<input
id=
"password-initial"
type=
"password"
name=
"password-initial
"
placeholder=
"*****"
/>
</li>
<li
class=
"field required password"
id=
"field-password-repeat"
>
<label
for=
"password-repeat"
>
Your New Password Again
</label>
<input
class=
""
id=
"password-repeat"
type=
"password"
name=
"password-repeat"
value=
"
"
placeholder=
"*****"
/>
<input
id=
"password-repeat"
type=
"password"
name=
"password-repeat
"
placeholder=
"*****"
/>
</li>
</ol>
</fieldset>
...
...
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