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
00f83d03
Commit
00f83d03
authored
Jan 16, 2013
by
Carlos Andrés Rocha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore /faq page, and moved new content to /help
parent
fd20496a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
45 deletions
+66
-45
lms/static/js/help.js
+0
-0
lms/static/sass/multicourse/_about_pages.scss
+1
-22
lms/static/sass/multicourse/_help.scss
+65
-23
lms/templates/static_templates/faq.html
+0
-0
lms/templates/static_templates/help.html
+0
-0
No files found.
lms/static/js/
faq
.js
→
lms/static/js/
help
.js
View file @
00f83d03
File moved
lms/static/sass/multicourse/_about_pages.scss
View file @
00f83d03
...
@@ -194,30 +194,9 @@
...
@@ -194,30 +194,9 @@
margin-bottom
:
40px
;
margin-bottom
:
40px
;
h3
{
h3
{
background
:
url('/static/images/bullet-closed.png')
no-repeat
left
0
.25em
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
font-weight
:
700
;
font-weight
:
700
;
margin-bottom
:
10px
;
margin-bottom
:
15px
;
padding-left
:
20px
;
cursor
:
pointer
;
}
.answer
{
display
:
none
;
color
:
#3c3c3c
;
padding-left
:
16px
;
font-family
:
$serif
;
li
{
line-height
:
1
.6em
;
}
}
// opened states
&
.opened
{
h3
{
background
:
url('/static/images/bullet-open.png')
no-repeat
left
0
.25em
;
}
}
}
}
}
}
}
...
...
lms/static/sass/multicourse/_help.scss
View file @
00f83d03
.static-container.help
{
.static-container.help
{
section
.questions
{
section
.questions
{
float
:
left
;
@include
clearfix
;
width
:
flex-grid
(
9
);
margin-right
:
flex-gutter
();
article
{
nav
.categories
{
margin-bottom
:
40px
;
border
:
1px
solid
rgb
(
220
,
220
,
220
);
@include
box-sizing
(
border-box
);
float
:
left
;
margin-left
:
flex-gutter
();
padding
:
20px
;
width
:
flex-grid
(
3
);
h2
{
a
{
border-bottom
:
1px
solid
rgb
(
220
,
220
,
220
);
display
:
block
;
margin-bottom
:
40px
;
letter-spacing
:
1px
;
padding-bottom
:
20px
;
margin
:
0px
-20px
;
padding
:
12px
0px
12px
20px
;
text-align
:
left
;
&
:hover
{
background
:
rgb
(
245
,
245
,
245
);
text-decoration
:
none
;
}
}
}
}
}
}
section
.emails
{
.responses
{
border
:
1px
solid
rgb
(
220
,
220
,
220
);
float
:
left
;
@include
box-sizing
(
border-box
);
width
:
flex-grid
(
9
);
float
:
left
;
padding
:
20px
;
width
:
flex-grid
(
3
);
ul
{
.category
{
margin-left
:
0
;
padding-top
:
40px
;
padding-left
:
0
;
list-style
:
none
;
li
{
&
:first-child
{
margin-bottom
:
1em
;
padding-top
:
0px
;
}
>
h2
{
border-bottom
:
1px
solid
rgb
(
220
,
220
,
220
);
margin-bottom
:
40px
;
padding-bottom
:
20px
;
}
}
.response
{
margin-bottom
:
40px
;
h3
{
background
:
url('/static/images/bullet-closed.png')
no-repeat
left
0
.25em
;
font-family
:
$sans-serif
;
font-weight
:
700
;
margin-bottom
:
10px
;
padding-left
:
20px
;
cursor
:
pointer
;
}
.answer
{
display
:
none
;
color
:
#3c3c3c
;
padding-left
:
16px
;
font-family
:
$serif
;
li
{
line-height
:
1
.6em
;
}
}
// opened states
&
.opened
{
h3
{
background
:
url('/static/images/bullet-open.png')
no-repeat
left
0
.25em
;
}
}
}
}
}
}
}
}
}
}
lms/templates/static_templates/faq.html
View file @
00f83d03
This diff is collapsed.
Click to expand it.
lms/templates/static_templates/help.html
View file @
00f83d03
This diff is collapsed.
Click to expand it.
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