Commit 4c220ea4 by Brian Talbot

in progress discussion work

parent 1a297674
...@@ -170,15 +170,23 @@ ...@@ -170,15 +170,23 @@
} }
.ui-status-input-checkbox ~ label, .ui-status-input-radio ~ label { .ui-status-input-checkbox ~ label, .ui-status-input-radio ~ label {
position: relative;
left: -30px;
display: inline-block; display: inline-block;
z-index: 100;
margin: 0 0 0 5px; margin: 0 0 0 5px;
padding-left: 30px;
color: $offBlack; color: $offBlack;
opacity: 0.50; opacity: 0.50;
cursor: pointer; cursor: pointer;
@include transition(opacity 0.25s ease-in-out); @include transition(opacity 0.25s ease-in-out);
&:before {
display: inline-block;
margin-right: 10px;
}
&:after { &:after {
content: "(Off)";
display: inline-block; display: inline-block;
margin-left: 10px; margin-left: 10px;
} }
...@@ -192,6 +200,7 @@ ...@@ -192,6 +200,7 @@
.ui-status-indic { .ui-status-indic {
position: relative; position: relative;
top: 2px; top: 2px;
z-index: 10;
display: inline-block; display: inline-block;
height: 15px; height: 15px;
width: 15px; width: 15px;
...@@ -207,7 +216,9 @@ ...@@ -207,7 +216,9 @@
opacity: 0.99; opacity: 0.99;
&:after { &:after {
content: "(On)"; }
&:before {
} }
~ .tip { ~ .tip {
...@@ -476,13 +487,6 @@ ...@@ -476,13 +487,6 @@
} }
.settings-discussions-exceptions, .settings-problems-exceptions {
p, ul {
font-size: 15px;
}
}
// states // states
label.is-focused { label.is-focused {
color: $blue; color: $blue;
......
...@@ -819,10 +819,6 @@ ...@@ -819,10 +819,6 @@
</div> </div>
</div> </div>
</section><!-- .settings-problems-exams --> </section><!-- .settings-problems-exams -->
<section class="settings-problems-exceptions">
</section><!-- .settings-problems-exceptions -->
</section><!-- .settings-problems --> </section><!-- .settings-problems -->
<section class="settings-discussions"> <section class="settings-discussions">
...@@ -853,19 +849,6 @@ ...@@ -853,19 +849,6 @@
</div> </div>
</div> </div>
</section><!-- .settings-discussions-general --> </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 --> </section><!-- .settings-discussions -->
</div> </div>
</article> </article>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment