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
00e79f04
Commit
00e79f04
authored
Feb 08, 2012
by
Ernie Park
Browse files
Options
Browse Files
Download
Plain Diff
merge with default
--HG-- branch : templates_ernie_leanmodal_closebox
parents
a2f19284
e612572b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
76 additions
and
47 deletions
+76
-47
main.html
+1
-1
marketing.html
+1
-1
sass/_askbot-original.scss
+38
-37
sass/_discussion-forms.scss
+30
-2
simplewiki_create.html
+1
-1
simplewiki_edit.html
+1
-1
simplewiki_error.html
+1
-1
simplewiki_history.html
+1
-1
simplewiki_searchresults.html
+1
-1
simplewiki_view.html
+1
-1
No files found.
main.html
View file @
00e79f04
<!DOCTYPE html>
<html>
<head>
<
%
block
name=
"title"
><title>
MIT
X
6.002
</title></
%
block>
<
%
block
name=
"title"
><title>
MIT
x
6.002
</title></
%
block>
<link
rel=
"stylesheet"
href=
"${ settings.LIB_URL }jquery.treeview.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"/static/css/application.css"
type=
"text/css"
media=
"all"
/>
...
...
marketing.html
View file @
00e79f04
<!DOCTYPE html>
<html>
<head>
<
%
block
name=
"title"
><title>
MIT
X
6.002
</title></
%
block>
<
%
block
name=
"title"
><title>
MIT
x
6.002
</title></
%
block>
<!--link rel="stylesheet" href="${ settings.LIB_URL }jquery.treeview.css" type="text/css" media="all" /-->
<link
rel=
"stylesheet"
href=
"/static/css/marketing.css"
type=
"text/css"
media=
"all"
/>
...
...
sass/_askbot-original.scss
View file @
00e79f04
...
...
@@ -1014,27 +1014,27 @@ ul {
font-weight
:
bold
;
font-size
:
24px
;
}
#fmask
{
margin-bottom
:
30px
;
width
:
100%
;
}
//
#fmask {
//
margin-bottom: 30px;
//
width: 100%; }
#askFormBar
{
display
:
inline-block
;
padding
:
4px
7px
5px
0px
;
margin-top
:
0px
;
p
{
margin
:
0
0
5px
0
;
font-size
:
14px
;
color
:
#525252
;
line-height
:
1
.4
;
}
.questionTitleInput
{
font-size
:
24px
;
line-height
:
24px
;
height
:
36px
;
margin
:
0px
;
padding
:
0px
0
0
5px
;
border
:
#cce6ec
3px
solid
;
width
:
725px
;
}
}
//
#askFormBar {
//
display: inline-block;
//
padding: 4px 7px 5px 0px;
//
margin-top: 0px;
//
p {
//
margin: 0 0 5px 0;
//
font-size: 14px;
//
color: #525252;
//
line-height: 1.4; }
//
.questionTitleInput {
//
font-size: 24px;
//
line-height: 24px;
//
height: 36px;
//
margin: 0px;
//
padding: 0px 0 0 5px;
//
border: #cce6ec 3px solid;
//
width: 725px; } }
.ask-page
div
#question-list
,
.edit-question-page
div
#question-list
{
float
:
none
;
...
...
@@ -1075,12 +1075,12 @@ ul {
color
:
#525252
;
font-size
:
13px
;
}
.ask-page
#id_tags
,
.edit-question-page
#id_tags
{
border
:
#cce6ec
3px
solid
;
height
:
25px
;
padding-left
:
5px
;
width
:
395px
;
font-size
:
14px
;
}
//
.ask-page #id_tags, .edit-question-page #id_tags {
//
border: #cce6ec 3px solid;
//
height: 25px;
//
padding-left: 5px;
//
width: 395px;
//
font-size: 14px; }
.title-desc
{
color
:
#707070
;
...
...
@@ -1126,8 +1126,8 @@ ul {
// margin-bottom: 10px;
// width: 710px; }
#id_title
{
width
:
100%
;
}
//
#id_title {
//
width: 100%; }
// .wmd-preview {
// margin: 3px 0 5px 0;
...
...
@@ -2192,10 +2192,11 @@ ins {
span
{
&
.text-counter
{
margin-right
:
20px
;
}
&
.form-error
{
color
:
#990000
;
font-weight
:
normal
;
margin-left
:
5px
;
}
}
// &.form-error {
// color: #990000;
// font-weight: normal;
// margin-left: 5px; }
}
p
.form-item
{
margin
:
0px
;
}
...
...
@@ -2247,11 +2248,11 @@ label.retag-error {
margin-top
:
10px
;
padding
:
10px
;
}
span
.form-error
{
color
:
#990000
;
font-size
:
90%
;
font-weight
:
normal
;
margin-left
:
5px
;
}
//
span.form-error {
//
color: #990000;
//
font-size: 90%;
//
font-weight: normal;
//
margin-left: 5px; }
.favorites-empty
{
width
:
32px
;
...
...
sass/_discussion-forms.scss
View file @
00e79f04
...
...
@@ -12,8 +12,19 @@ form.answer-form {
width
:
99%
;
}
span
.form-error
{
display
:
block
;
div
.form-item
{
margin
:
25px
0
;
label
{
display
:
block
;
margin-bottom
:
-5px
;
}
}
span
.form-error
,
label
.form-error
{
color
:
#990000
;
display
:
inline
;
font-size
:
90%
;
font-weight
:
bold
;
padding
:
10px
0
;
}
...
...
@@ -50,7 +61,24 @@ form.answer-form {
}
}
}
input
.after-editor
{
margin-bottom
:
20px
;
margin-right
:
10px
;
}
form
.question-form
{
@extend
.answer-form
;
border
:
none
;
padding
:
0
;
margin-top
:
-15px
;
input
[
type
=
"text"
]
{
width
:
flex-grid
(
6
);
}
input
[
type
=
"checkbox"
]
{
margin-top
:
10px
;
}
}
simplewiki_create.html
View file @
00e79f04
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Create Article - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Create Article - MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
Create article
...
...
simplewiki_edit.html
View file @
00e79f04
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title }
...
...
simplewiki_error.html
View file @
00e79f04
...
...
@@ -6,7 +6,7 @@
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
><title>
Oops... - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Oops... - MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_history.html
View file @
00e79f04
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_searchresults.html
View file @
00e79f04
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Search Results - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Search Results - MIT
x
6.002 Wiki
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_view.html
View file @
00e79f04
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title } ${'
<span
style=
"color: red;"
>
- Deleted Revision!
</span>
' if wiki_current_revision_deleted else ''}
...
...
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