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
39fda1ea
Commit
39fda1ea
authored
Nov 09, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in progress staff section styling
parent
b1451127
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
4 deletions
+84
-4
cms/static/sass/_settings.scss
+35
-2
cms/templates/settings.html
+49
-2
No files found.
cms/static/sass/_settings.scss
View file @
39fda1ea
...
@@ -70,6 +70,15 @@
...
@@ -70,6 +70,15 @@
}
}
}
}
::-webkit-input-placeholder
{
color
:
$mediumGrey
;
font-size
:
13px
;
}
:-moz-placeholder
{
color
:
$mediumGrey
;
font-size
:
13px
;
}
.field
{
.field
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
top
;
vertical-align
:
top
;
...
@@ -93,7 +102,7 @@
...
@@ -93,7 +102,7 @@
.remove-item
{
.remove-item
{
display
:
block
;
display
:
block
;
border-top
:
1px
solid
$lightGrey
;
border-top
:
1px
solid
$lightGrey
;
margin-top
:
5
px
;
margin-top
:
10
px
;
padding-top
:
10px
;
padding-top
:
10px
;
font-size
:
13px
;
font-size
:
13px
;
}
}
...
@@ -101,7 +110,7 @@
...
@@ -101,7 +110,7 @@
.element-group
{
.element-group
{
width
:
400px
;
width
:
400px
;
padding
:
15px
20px
;
padding
:
15px
;
background
:
tint
(
$lightGrey
,
50%
);
background
:
tint
(
$lightGrey
,
50%
);
@include
border-radius
(
3px
);
@include
border-radius
(
3px
);
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
...
@@ -242,6 +251,30 @@
...
@@ -242,6 +251,30 @@
}
}
}
}
}
}
.settings-details
{
}
.settings-staff
{
}
.settings-grading
{
}
.settings-handouts
{
}
.settings-problems
{
}
.settings-discussions
{
}
}
}
h2
{
h2
{
...
...
cms/templates/settings.html
View file @
39fda1ea
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
<li><a
href=
"#"
data-section=
"grading"
>
Grading
</a></li>
<li><a
href=
"#"
data-section=
"grading"
>
Grading
</a></li>
<li><a
href=
"#"
data-section=
"handouts"
>
Handouts
</a></li>
<li><a
href=
"#"
data-section=
"handouts"
>
Handouts
</a></li>
<li><a
href=
"#"
data-section=
"problems"
>
Problems
</a></li>
<li><a
href=
"#"
data-section=
"problems"
>
Problems
</a></li>
<li><a
href=
"#"
data-section=
"discussions"
>
Discussions
</a></li>
</ul>
</ul>
</nav>
</nav>
</div>
</div>
...
@@ -152,7 +153,7 @@
...
@@ -152,7 +153,7 @@
<ol
class=
"input-list course-milestone-list"
>
<ol
class=
"input-list course-milestone-list"
>
<li
class=
"element element-multi element-group course-milestone-list-element"
>
<li
class=
"element element-multi element-group course-milestone-list-element"
>
<div
class=
"course-milestone-date"
>
<div
class=
"course-milestone-date"
>
<input
type=
"text"
class=
"course-milestone-date-input date"
>
<input
type=
"text"
class=
"course-milestone-date-input date
hasDatepicker"
placeholder=
"MM/DD/YYYY
"
>
<span
class=
"label-micro"
>
Milestone Date
</span>
<span
class=
"label-micro"
>
Milestone Date
</span>
</div>
</div>
...
@@ -210,7 +211,16 @@
...
@@ -210,7 +211,16 @@
<label>
Prerequisites Links
</label>
<label>
Prerequisites Links
</label>
<div
class=
"field"
>
<div
class=
"field"
>
<input
type=
"text"
class=
"long course-prerequisites-links"
>
<ol
class=
"input-list course-prerequisites-list"
>
<li
class=
"element element-group course-prerequisites-list-element"
>
<div
class=
"course-milestone-date"
>
<input
type=
"text"
class=
"long course-prerequisites-links"
>
</div>
<a
href=
"#"
class=
"remove-item remove-prerequisite-data"
><span
class=
"delete-icon"
></span>
Delete Link
</a>
</li>
</ol>
<a
href=
"#"
class=
"new-item new-course-prerequisites-links-item add-links-data"
>
<a
href=
"#"
class=
"new-item new-course-prerequisites-links-item add-links-data"
>
<span
class=
"plus-icon"
></span>
New Link
<span
class=
"plus-icon"
></span>
New Link
...
@@ -293,6 +303,38 @@
...
@@ -293,6 +303,38 @@
<section
class=
"settings-staff"
>
<section
class=
"settings-staff"
>
<h2>
Course Staff
</h2>
<h2>
Course Staff
</h2>
<section
class=
"settings-staff-faculty"
>
<header>
<h3>
Faculty
</h3>
</header>
<ol
class=
"input-list"
>
<li
class=
"element element-group course-staff-faculty-element"
>
<div
class=
"row"
>
<label>
Faculty First Name:
</label>
<input
type=
"text"
class=
"long course-faculty-firstname-input"
>
</div>
<div
class=
"row"
>
<label>
Faculty Last Name:
</label>
<input
type=
"text"
class=
"long course-faculty-lastname-input"
>
</div>
<div
class=
"row"
>
<label>
Faculty Photo:
</label>
<input
type=
"file"
class=
"long course-faculty-photo-input"
>
<span
class=
"tip tip-stacked"
>
This photo will appear on your course's info page
</span>
</div>
<div
class=
"row"
>
<label>
Faculty Bio:
</label>
<textarea
class=
"long tall course-faculty-bio-input"
></textarea>
<span
class=
"tip tip-stacked"
>
A brief description of your education, experience, and expertise
</span>
</div>
</li>
</ol>
<a
href=
"#"
class=
"new-item new-course-faculty-item add-faculty-data"
>
<span
class=
"plus-icon"
></span>
New Faculty Member
</a>
</section>
</section>
</section>
<section
class=
"settings-grading"
>
<section
class=
"settings-grading"
>
...
@@ -393,6 +435,11 @@
...
@@ -393,6 +435,11 @@
<input
type=
"checkbox"
id=
"randomize-problems"
><label
for=
"randomize-problems"
class=
"check-label"
>
Randomize Problems
</label>
<input
type=
"checkbox"
id=
"randomize-problems"
><label
for=
"randomize-problems"
class=
"check-label"
>
Randomize Problems
</label>
</div>
</div>
</section>
</section>
<section
class=
"settings-discussions"
>
<h2>
Discussions
</h2>
</section>
</div>
</div>
</article>
</article>
</div>
</div>
...
...
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