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
3111bdd3
Commit
3111bdd3
authored
Apr 03, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added specificity to the input styles for password reset
parent
0c69e009
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
static/css/application.css
+2
-2
templates/sass/_profile.scss
+1
-1
No files found.
static/css/application.css
View file @
3111bdd3
...
...
@@ -3524,7 +3524,7 @@ div.profile-wrapper section.user-info ul li p {
div
.profile-wrapper
section
.user-info
ul
li
a
.deactivate
{
color
:
#aaa
;
font-style
:
italic
;
}
div
.profile-wrapper
section
.user-info
ul
li
input
{
div
.profile-wrapper
section
.user-info
ul
li
input
#pwd_reset_button
{
background
:
none
;
border
:
none
;
-webkit-box-shadow
:
none
;
...
...
@@ -3539,7 +3539,7 @@ div.profile-wrapper section.user-info ul li input {
right
:
11.326px
;
text-transform
:
uppercase
;
top
:
9px
;
}
div
.profile-wrapper
section
.user-info
ul
li
input
:hover
{
div
.profile-wrapper
section
.user-info
ul
li
input
#pwd_reset_button
:hover
{
color
:
#555
;
}
div
.profile-wrapper
section
.user-info
div
#change_password_pop
{
border-bottom
:
1px
solid
#d3d3d3
;
...
...
templates/sass/_profile.scss
View file @
3111bdd3
...
...
@@ -104,7 +104,7 @@ div.profile-wrapper {
font-style
:
italic
;
}
input
{
input
#pwd_reset_button
{
background
:
none
;
border
:
none
;
@include
box-shadow
(
none
);
...
...
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