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
26068a98
Commit
26068a98
authored
Feb 05, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: removing redundancy and markup reliability from progress-page Sass selectors
parent
b0af0b18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
lms/static/sass/course/_profile.scss
+16
-16
No files found.
lms/static/sass/course/_profile.scss
View file @
26068a98
div
.profile-wrapper
{
.profile-wrapper
{
color
:
#000
;
section
.user-info
{
.user-info
{
@extend
.sidebar
;
border-left
:
1px
solid
#d3d3d3
;
border-radius
:
0px
4px
4px
0
;
...
...
@@ -63,15 +63,15 @@ div.profile-wrapper {
}
}
div
#description
{
#description
{
font-size
:
12px
;
}
a
#change_language
,
a
#change_location
,
a
.edit-email
,
a
.name-edit
,
a
.email-edit
{
#change_language
,
#change_location
,
.edit-email
,
.name-edit
,
.email-edit
{
color
:
#999
;
font-size
:
12px
;
position
:
absolute
;
...
...
@@ -91,12 +91,12 @@ div.profile-wrapper {
margin-top
:
4px
;
}
a
.deactivate
{
.deactivate
{
color
:
#aaa
;
font-style
:
italic
;
}
input
#pwd_reset_button
{
#pwd_reset_button
{
background
:
none
;
border
:
none
;
box-shadow
:
none
;
...
...
@@ -117,7 +117,7 @@ div.profile-wrapper {
}
}
div
#change_password_pop
{
#change_password_pop
{
border-bottom
:
1px
solid
#d3d3d3
;
box-shadow
:
0
1px
0
#eee
;
color
:
#4D4D4D
;
...
...
@@ -132,7 +132,7 @@ div.profile-wrapper {
}
}
div
.course-info
{
.course-info
{
@extend
.content
;
header
{
...
...
@@ -148,12 +148,12 @@ div.profile-wrapper {
}
}
div
#grade-detail-graph
{
#grade-detail-graph
{
min-height
:
400px
;
width
:
100%
;
}
>
div
.chapters
{
>
.chapters
{
border-top
:
1px
solid
#e3e3e3
;
margin-top
:
lh
();
padding-left
:
0
;
...
...
@@ -181,7 +181,7 @@ div.profile-wrapper {
width
:
flex-grid
(
2
,
9
);
}
div
.sections
{
.sections
{
display
:
table-cell
;
padding-left
:
flex-gutter
(
9
);
width
:
flex-grid
(
7
,
9
);
...
...
@@ -212,7 +212,7 @@ div.profile-wrapper {
font-size
:
em
(
14
);
}
div
.scores
{
.scores
{
margin
:
lh
(
.5
)
0
;
h3
{
...
...
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