Commit 423dbd17 by Tom Giannattasio

new unit publish settings

parent d108af88
...@@ -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 -50px;
.hidden {
background-position: 0 -5px; background-position: 0 -5px;
} }
}
} }
...@@ -104,7 +104,6 @@ ...@@ -104,7 +104,6 @@
margin-left: 3px; margin-left: 3px;
border: 1px solid #fff; border: 1px solid #fff;
border-radius: 3px; border-radius: 3px;
// background: $blue;
background: #d1ddec; background: #d1ddec;
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
...@@ -267,10 +266,6 @@ ...@@ -267,10 +266,6 @@
} }
} }
.status {
display: none;
}
.visibility-options .option { .visibility-options .option {
margin-right: 10px; margin-right: 10px;
padding: 3px 13px 6px; padding: 3px 13px 6px;
...@@ -286,24 +281,34 @@ ...@@ -286,24 +281,34 @@
} }
} }
.save-button { .status {
@include white-button; font-size: 12px;
margin-top: 10px;
strong {
font-weight: 700;
}
} }
.preview-button { .preview-button {
@include white-button; @include white-button;
margin-top: 10px; margin-bottom: 10px;
} }
.publish-button { .publish-button {
@include orange-button; @include orange-button;
margin-top: 10px;
} }
.release-button { .save-button {
@include blue-button; @include blue-button;
} }
.save-button,
.preview-button,
.publish-button {
font-size: 11px;
margin-top: 10px;
padding: 6px 15px 8px;
}
} }
.unit-history { .unit-history {
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</article> </article>
</div> </div>
<div class="sidebar wip-box"> <div class="sidebar">
<div class="unit-properties window"> <div class="unit-properties window">
<h4>Unit Properties</h4> <h4>Unit Properties</h4>
<div class="window-contents"> <div class="window-contents">
...@@ -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