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
e206bf2f
Commit
e206bf2f
authored
Aug 22, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #505 from MITx/feature/tomg/fall-design
Feature/tomg/fall design
parents
3b24ae10
a05cf054
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
9 deletions
+38
-9
common/lib/xmodule/xmodule/css/sequence/display.scss
+11
-1
common/lib/xmodule/xmodule/css/video/display.scss
+10
-0
lms/static/sass/course/base/_base.scss
+1
-1
lms/static/sass/course/layout/_courseware_header.scss
+8
-3
lms/static/sass/course/wiki/_wiki.scss
+8
-4
No files found.
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
e206bf2f
...
...
@@ -73,6 +73,11 @@ nav.sequence-nav {
padding
:
0
;
position
:
relative
;
@include
transition
();
outline
:
0
;
&
:focus
{
outline
:
0
;
}
&
:hover
{
background-color
:
#fff
;
...
...
@@ -211,7 +216,7 @@ nav.sequence-nav {
ul
{
position
:
absolute
;
top
:
0
;
list-style
:
none
;
list-style
:
none
!
important
;
height
:
100%
;
right
:
0
;
top
:
0
;
...
...
@@ -238,6 +243,11 @@ nav.sequence-nav {
width
:
40px
;
text-indent
:
-9999px
;
@include
transition
(
all
,
.2s
,
$ease-in-out-quad
);
outline
:
0
;
&
:focus
{
outline
:
0
;
}
&
:hover
{
opacity
:
.5
;
...
...
common/lib/xmodule/xmodule/css/video/display.scss
View file @
e206bf2f
...
...
@@ -101,6 +101,11 @@ div.video {
@include
transition
(
background-color
,
opacity
);
width
:
14px
;
background
:
url('../images/vcr.png')
15px
15px
no-repeat
;
outline
:
0
;
&
:focus
{
outline
:
0
;
}
&
:empty
{
height
:
46px
;
...
...
@@ -171,6 +176,11 @@ div.video {
@include
transition
();
-webkit-font-smoothing
:
antialiased
;
width
:
116px
;
outline
:
0
;
&
:focus
{
outline
:
0
;
}
h3
{
color
:
#999
;
...
...
lms/static/sass/course/base/_base.scss
View file @
e206bf2f
body
{
min-width
:
980px
;
min-height
:
100%
;
background
:
url(../images/bg-texture.png)
#d
dd
;
background
:
url(../images/bg-texture.png)
#d
6d6d6
;
}
body
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
p
a
:link
,
p
a
:visited
,
a
,
label
{
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
e206bf2f
...
...
@@ -32,15 +32,20 @@ nav.course-material {
font-size
:
14px
;
font-weight
:
bold
;
text-decoration
:
none
;
// text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
&
:hover
{
color
:
#333
;
background
:
rgba
(
255
,
255
,
255
,
.
4
);
background
:
rgba
(
255
,
255
,
255
,
.
6
);
}
&
.active
{
color
:
$blue
;
background
:
rgba
(
255
,
255
,
255
,
.8
);
// background: rgba(0, 0, 0, .2);
@include
linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
.4
)
,
rgba
(
0
,
0
,
0
,
.25
));
background-color
:
transparent
;
@include
box-shadow
(
0
1px
0
rgba
(
255
,
255
,
255
,
.5
)
,
0
1px
1px
rgba
(
0
,
0
,
0
,
.3
)
inset
);
color
:
#fff
;
text-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
.4
);
}
}
}
...
...
lms/static/sass/course/wiki/_wiki.scss
View file @
e206bf2f
...
...
@@ -38,22 +38,26 @@ section.wiki {
float
:
left
;
margin-right
:
10px
;
font-size
:
0
.9em
;
line-height
:
31px
;
a
{
display
:
inline-block
;
max-width
:
200px
;
float
:
left
;
display
:
block
;
overflow
:
hidden
;
height
:
30px
;
line-height
:
31px
;
max-width
:
200px
;
height
:
100%
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
&
:after
{
content
:
'›'
;
display
:
inline
-block
;
display
:
inline
;
margin-left
:
10px
;
color
:
$base-font-color
;
height
:
30px
;
line-height
:
31px
;
}
}
}
...
...
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