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
26158e78
Commit
26158e78
authored
Sep 13, 2012
by
kimth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #682 from MITx/feature/kfiedler/updates
Update styles for the info updates
parents
5b413aa5
e0e94ee1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
17 deletions
+37
-17
lms/static/images/calendar-icon.png
+0
-0
lms/static/sass/course/_info.scss
+37
-17
No files found.
lms/static/images/calendar-icon.png
0 → 100644
View file @
26158e78
101 Bytes
lms/static/sass/course/_info.scss
View file @
26158e78
...
...
@@ -22,40 +22,60 @@ div.info-wrapper {
@extend
.clearfix
;
border-bottom
:
1px
solid
lighten
(
$border-color
,
10%
);
list-style-type
:
disk
;
margin-bottom
:
lh
();
padding-bottom
:
lh
(
.5
);
margin-bottom
:
lh
(
1
.5
);
padding-bottom
:
lh
(
.
7
5
);
ol
,
ul
{
margin
:
0
;
list-style-type
:
disk
;
ol
,
ul
{
list-style-type
:
circle
;
list-style-type
:
disc
;
}
}
h2
{
float
:
left
;
font-size
:
$body-font-size
;
font-weight
:
bold
;
margin
:
0
flex-gutter
()
0
0
;
width
:
flex-grid
(
2
,
9
)
;
background
:
url('../images/calendar-icon.png')
0
center
no-repeat
;
padding-left
:
20px
;
}
section
.update-description
{
float
:
left
;
margin-bottom
:
0
;
width
:
flex-grid
(
7
,
9
);
section
{
&
.primary
{
border
:
1px
solid
#DDD
;
background
:
#F6F6F6
;
padding
:
20px
;
p
{
font-weight
:
bold
;
}
.author
{
font-weight
:
normal
;
font-style
:
italic
;
}
}
}
li
{
margin-bottom
:
lh
(
.5
);
h3
{
font-size
:
1em
;
font-weight
:
bold
;
margin
:
lh
(
1
.5
)
0
lh
(
.5
);
}
p
{
&
:last-child
{
margin-bottom
:
0
;
>
ul
{
padding-left
:
0
;
>
li
{
list-style
:
none
;
}
>
ul
{
list-style-type
:
disc
;
}
}
li
{
margin-bottom
:
lh
(
.5
);
}
}
}
}
...
...
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