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
4c220ea4
Commit
4c220ea4
authored
Nov 15, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in progress discussion work
parent
1a297674
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
26 deletions
+13
-26
cms/static/sass/_settings.scss
+13
-9
cms/templates/settings.html
+0
-17
No files found.
cms/static/sass/_settings.scss
View file @
4c220ea4
...
...
@@ -170,15 +170,23 @@
}
.ui-status-input-checkbox
~
label
,
.ui-status-input-radio
~
label
{
position
:
relative
;
left
:
-30px
;
display
:
inline-block
;
z-index
:
100
;
margin
:
0
0
0
5px
;
padding-left
:
30px
;
color
:
$offBlack
;
opacity
:
0
.50
;
cursor
:
pointer
;
@include
transition
(
opacity
0
.25s
ease-in-out
);
&
:before
{
display
:
inline-block
;
margin-right
:
10px
;
}
&
:after
{
content
:
"(Off)"
;
display
:
inline-block
;
margin-left
:
10px
;
}
...
...
@@ -192,6 +200,7 @@
.ui-status-indic
{
position
:
relative
;
top
:
2px
;
z-index
:
10
;
display
:
inline-block
;
height
:
15px
;
width
:
15px
;
...
...
@@ -207,7 +216,9 @@
opacity
:
0
.99
;
&
:after
{
content
:
"(On)"
;
}
&
:before
{
}
~
.tip
{
...
...
@@ -476,13 +487,6 @@
}
.settings-discussions-exceptions
,
.settings-problems-exceptions
{
p
,
ul
{
font-size
:
15px
;
}
}
// states
label
.is-focused
{
color
:
$blue
;
...
...
cms/templates/settings.html
View file @
4c220ea4
...
...
@@ -819,10 +819,6 @@
</div>
</div>
</section>
<!-- .settings-problems-exams -->
<section
class=
"settings-problems-exceptions"
>
</section>
<!-- .settings-problems-exceptions -->
</section>
<!-- .settings-problems -->
<section
class=
"settings-discussions"
>
...
...
@@ -853,19 +849,6 @@
</div>
</div>
</section>
<!-- .settings-discussions-general -->
<section
class=
"settings-discussions-exceptions"
>
<header>
<h3>
Discussion Settings Elsewhere
</h3>
<span
class=
"detail"
>
More specific settings for particular discussions
</span>
</header>
<p>
The following discussions have had their settings specified elsewhere and will follow those rules.
</p>
<ul
class=
"settings-discussions-exceptions-list"
>
Discussion
</ul>
</section>
<!-- .settings-discussions-exceptions -->
</section>
<!-- .settings-discussions -->
</div>
</article>
...
...
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