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
d45aecff
Commit
d45aecff
authored
Apr 10, 2015
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7646 from edx/frances/donate-notification-fix
Dashboard donate and sidebar layout fix
parents
8db98203
73dd510f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
28 deletions
+25
-28
lms/static/sass/multicourse/_dashboard.scss
+25
-28
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
d45aecff
...
@@ -1058,10 +1058,8 @@
...
@@ -1058,10 +1058,8 @@
// +Misc - Uncategorized
// +Misc - Uncategorized
// ====================
// ====================
.dashboard
.my-courses
{
// status - language
.status-language
{
// status - language
.status-language
{
.icon
{
.icon
{
@include
font-size
(
17
);
@include
font-size
(
17
);
...
@@ -1074,10 +1072,10 @@
...
@@ -1074,10 +1072,10 @@
.title
.icon
{
.title
.icon
{
opacity
:
0
.75
;
// needed to overcome bad specificity elsewhere
opacity
:
0
.75
;
// needed to overcome bad specificity elsewhere
}
}
}
}
// status - verification
// status - verification
.status-verification
{
.status-verification
{
.status-title
{
.status-title
{
margin
:
0
0
(
$baseline
/
4
)
26px
;
margin
:
0
0
(
$baseline
/
4
)
26px
;
...
@@ -1179,10 +1177,10 @@
...
@@ -1179,10 +1177,10 @@
border-top-color
:
$m-gray-d3
;
border-top-color
:
$m-gray-d3
;
}
}
}
}
}
}
// status - verification
// status - verification
.status--verification
{
.status--verification
{
.data
{
.data
{
white-space
:
normal
!
important
;
white-space
:
normal
!
important
;
...
@@ -1201,26 +1199,26 @@
...
@@ -1201,26 +1199,26 @@
color
:
$error-color
!
important
;
color
:
$error-color
!
important
;
}
}
}
}
}
}
// message
// message
.msg
{
.msg
{
margin
:
(
$baseline
/
2
)
0
(
$baseline
/
2
)
26px
;
margin
:
(
$baseline
/
2
)
0
(
$baseline
/
2
)
26px
;
}
}
.msg__title
{
.msg__title
{
@extend
%hd-lv5
;
@extend
%hd-lv5
;
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
}
}
.msg__copy
{
.msg__copy
{
@extend
%copy-metadata
;
@extend
%copy-metadata
;
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
p
{
p
{
@extend
%t-copy
;
@extend
%t-copy
;
}
}
}
}
p
.course-block
{
p
.course-block
{
border-style
:
solid
;
border-style
:
solid
;
border-color
:
#E3DC86
;
border-color
:
#E3DC86
;
...
@@ -1228,8 +1226,8 @@
...
@@ -1228,8 +1226,8 @@
border-width
:
1px
;
border-width
:
1px
;
background
:
#FDFBE4
;
background
:
#FDFBE4
;
}
}
.enter-course-blocked
{
.enter-course-blocked
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
@include
float
(
left
);
@include
float
(
left
);
...
@@ -1254,22 +1252,21 @@
...
@@ -1254,22 +1252,21 @@
text-decoration
:
none
;
text-decoration
:
none
;
}
}
}
}
}
}
a
.disable-look
{
a
.disable-look
{
color
:
#808080
;
color
:
#808080
;
}
}
a
.fade-cover
{
a
.fade-cover
{
@extend
.cover
;
@extend
.cover
;
opacity
:
0
.5
;
opacity
:
0
.5
;
}
}
}
// +Dashboard - Banner
// +Dashboard - Banner
// ====================
// ====================
.dashboard
.my-courses
{
.dashboard-banner
{
.dashboard-banner
{
&
:empty
{
&
:empty
{
display
:
none
;
display
:
none
;
...
@@ -1342,5 +1339,5 @@
...
@@ -1342,5 +1339,5 @@
}
}
}
}
}
}
}
}
}
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