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
987d8ea4
Commit
987d8ea4
authored
Sep 22, 2012
by
Arjun Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some 188-specific styling + default styling for static tabs
parent
ae06f13b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
47 additions
and
1 deletions
+47
-1
lms/static/sass/course.scss
+1
-0
lms/static/sass/course/_syllabus.scss
+1
-1
lms/static/sass/course/_tabs.scss
+13
-0
lms/static/sass/course/courseware/courses/_cs188.scss
+31
-0
lms/templates/courseware/static_tab.html
+1
-0
No files found.
lms/static/sass/course.scss
View file @
987d8ea4
...
...
@@ -42,6 +42,7 @@
@import
"course/textbook"
;
@import
"course/profile"
;
@import
"course/gradebook"
;
@import
"course/tabs"
;
// instructor
@import
"course/instructor/instructor"
;
...
...
lms/static/sass/course/_syllabus.scss
View file @
987d8ea4
...
...
@@ -35,7 +35,7 @@ div.syllabus {
padding
:
5px
10px
;
&
.day
,
&
.due
{
&
.day
,
&
.due
,
&
.slides
{
white-space
:
nowrap
;
}
...
...
lms/static/sass/course/_tabs.scss
0 → 100644
View file @
987d8ea4
div
.static_tab_wrapper
{
padding
:
2em
2
.5em
;
h1
{
@extend
.top-header
}
section
{
margin
:
0px
0px
20px
;
}
}
lms/static/sass/course/courseware/courses/_cs188.scss
View file @
987d8ea4
body
.cs188
{
.course-staff
{
.teacher
{
margin-bottom
:
40px
;
h3
{
color
:
$base-font-color
;
font-family
:
$sans-serif
;
font-weight
:
700
;
margin-bottom
:
15px
;
text-transform
:
none
;
}
.teacher-image
{
background
:
rgb
(
255
,
255
,
255
);
border
:
1px
solid
rgb
(
200
,
200
,
200
);
height
:
115px
;
float
:
left
;
margin
:
0
15px
0px
0
;
overflow
:
hidden
;
padding
:
1px
;
width
:
115px
;
img
{
display
:
block
;
min-height
:
100%
;
max-width
:
100%
;
}
}
}
}
.course-content
{
.project
{
...
...
lms/templates/courseware/static_tab.html
View file @
987d8ea4
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"bodyclass"
>
${course.css_class}
</
%
block>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"headextra"
>
...
...
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