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
7294e978
Commit
7294e978
authored
Nov 30, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed firefox bug
parent
63e38822
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
cms/static/sass/_course-info.scss
+6
-2
cms/templates/course_info.html
+2
-2
No files found.
cms/static/sass/_course-info.scss
View file @
7294e978
...
...
@@ -8,6 +8,7 @@
.course-info-wrapper
{
display
:
table
;
width
:
100%
;
clear
:
both
;
}
.main-column
,
...
...
@@ -15,13 +16,16 @@
float
:
none
;
display
:
table-cell
;
}
.main-column
{
border-radius
:
3px
0
0
3px
;
border-right-color
:
$mediumGrey
;
}
}
.course-updates
{
padding
:
30px
40px
;
margin
:
0
;
border-radius
:
3px
0
0
3px
;
border-right-color
:
$mediumGrey
;
.update-list
>
li
{
padding
:
34px
0
42px
;
...
...
cms/templates/course_info.html
View file @
7294e978
...
...
@@ -38,8 +38,8 @@
<div
class=
"inner-wrapper"
>
<h1>
Course Info
</h1>
<div
class=
"course-info-wrapper"
>
<div
class=
"main-column"
>
<article
class=
"course-updates
window
"
id=
"course-update-view"
>
<div
class=
"main-column
window
"
>
<article
class=
"course-updates"
id=
"course-update-view"
>
<h2>
Course Updates
&
News
</h2>
<a
href=
"#"
class=
"new-update-button"
>
New Update
</a>
<ol
class=
"update-list"
id=
"course-update-list"
></ol>
...
...
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