Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
7294e978
Commit
7294e978
authored
12 years ago
by
Tom Giannattasio
Browse files
Options
Downloads
Patches
Plain Diff
fixed firefox bug
parent
63e38822
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/static/sass/_course-info.scss
+6
-2
6 additions, 2 deletions
cms/static/sass/_course-info.scss
cms/templates/course_info.html
+2
-2
2 additions, 2 deletions
cms/templates/course_info.html
with
8 additions
and
4 deletions
cms/static/sass/_course-info.scss
+
6
−
2
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
;
...
...
This diff is collapsed.
Click to expand it.
cms/templates/course_info.html
+
2
−
2
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment