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
ecffe3e0
Commit
ecffe3e0
authored
Aug 13, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #389 from MITx/feature/tomg/fall-design
Feature/tomg/fall design
parents
32924d8b
d5ef8d7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
16 deletions
+24
-16
common/lib/xmodule/xmodule/css/capa/display.scss
+14
-1
lms/static/sass/multicourse/_dashboard.scss
+9
-14
lms/templates/dashboard.html
+1
-1
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
ecffe3e0
...
...
@@ -89,6 +89,19 @@ div {
}
}
&
.processing
{
p
.status
{
@include
inline-block
();
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
height
:
20px
;
width
:
20px
;
}
input
{
border-color
:
#aaa
;
}
}
&
.incorrect
,
&
.ui-icon-close
{
p
.status
{
@include
inline-block
();
...
...
@@ -146,7 +159,7 @@ div {
width
:
14px
;
}
&
.processing
,
&
.ui-icon-
check
{
&
.processing
,
&
.ui-icon-
processing
{
@include
inline-block
();
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
height
:
20px
;
...
...
lms/static/sass/multicourse/_dashboard.scss
View file @
ecffe3e0
...
...
@@ -203,28 +203,23 @@
display
:
block
;
left
:
0px
;
position
:
absolute
;
z-index
:
50
;
top
:
0px
;
@include
transition
(
all
,
0
.15s
,
linear
);
right
:
0px
;
}
.arrow
{
border-top
:
8px
solid
;
border-left
:
8px
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0
.7
);
@include
box-shadow
(
inset
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.8
)
,
-1px
0
1px
0
rgba
(
255
,
255
,
255
,
0
.8
));
content
:
""
;
display
:
block
;
height
:
55px
;
left
:
50%
;
margin-left
:
-10px
;
margin-top
:
-30px
;
opacity
:
0
;
position
:
absolute
;
top
:
50%
;
@include
transform
(
rotate
(
-45deg
));
z-index
:
100
;
width
:
100%
;
font-size
:
70px
;
line-height
:
110px
;
text-align
:
center
;
text-decoration
:
none
;
color
:
rgba
(
0
,
0
,
0
,
.7
);
opacity
:
0
;
@include
transition
(
all
,
0
.15s
,
linear
);
width
:
55px
;
}
&
:hover
{
...
...
lms/templates/dashboard.html
View file @
ecffe3e0
...
...
@@ -73,7 +73,7 @@
%
>
<a
href=
"${course_target}"
class=
"cover"
style=
"background-image: url('${course_image_url(course)}')"
>
<div
class=
"shade"
></div>
<div
class=
"arrow"
></div>
<div
class=
"arrow"
>
❯
</div>
</a>
<section
class=
"info"
>
<hgroup>
...
...
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