Commit f637cc57 by Calen Pennington

Merge pull request #800 from MITx/feature/tomg/cms-release-flow

private/public unit
parents 91eb2cf9 76559af8
...@@ -183,8 +183,8 @@ label { ...@@ -183,8 +183,8 @@ label {
} }
.row { .row {
margin-bottom: 15px; margin-bottom: 10px;
padding-bottom: 15px; padding-bottom: 10px;
border-bottom: 1px solid #cbd1db; border-bottom: 1px solid #cbd1db;
} }
} }
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
label { label {
display: inline-block !important; display: inline-block !important;
margin-right: 10px; margin-right: 10px;
line-height: 31px; line-height: 21px;
} }
a { a {
...@@ -100,6 +100,10 @@ ...@@ -100,6 +100,10 @@
.large-toggle { .large-toggle {
width: 41px; width: 41px;
background: url(../img/large-toggles.png) no-repeat; background: url(../img/large-toggles.png) no-repeat;
background-position: 0 -5px; background-position: 0 -50px;
.hidden {
background-position: 0 -5px;
}
} }
} }
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
</article> </article>
</div> </div>
<div class="sidebar wip-box"> <div class="sidebar">
<div class="unit-properties window"> <div class="unit-properties window wip-box">
<h4>Unit Properties</h4> <h4>Unit Properties</h4>
<div class="window-contents"> <div class="window-contents">
<div class="due-date-input row"> <div class="due-date-input row">
...@@ -61,21 +61,19 @@ ...@@ -61,21 +61,19 @@
<a href="#" class="remove-date">Remove due date</a> <a href="#" class="remove-date">Remove due date</a>
</div> </div>
</div> </div>
<div class="visibility row"> <div class="row visibility">
<label>Visibility:<!-- <span class="description">Shows or hides this subsection and the units within it.</span>--></label> <label class="inline-label">Visibility:</label>
<a href="#" class="toggle-off">hidden</a><a href="#" class="large-toggle"></a><a href="#" class="toggle-on">shown</a>
</div>
<div class="status row">
<label class="inline-label">Status:</label>
<select> <select>
<option>Draft</option> <option>Public</option>
<option>Released</option> <option>Private</option>
</select> </select>
</div> </div>
<div class="row status">
<p>This unit is scheduled to be released to <strong>students</strong> on <strong>10/12/2012</strong> with the subsection <a href="#">"Administrivia and Circuit Elements."</a></p>
</div>
<div class="row unit-actions"> <div class="row unit-actions">
<a href="#" class="save-button">Save Draft</a> <a href="#" class="save-button">Save</a>
<a href="preview.html" target="_blank" class="preview-button">Preview</a> <a href="preview.html" target="_blank" class="preview-button">Preview</a>
<a href="#" class="release-button">Release</a>
</div> </div>
</div> </div>
</div> </div>
......
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