Commit b59d7ba9 by Frances Botsford Committed by cahrens

first stab at publishing status for the container page

parent ad271073
...@@ -30,11 +30,22 @@ body.view-container { ...@@ -30,11 +30,22 @@ body.view-container {
label { label {
@extend %t-title8; @extend %t-title8;
} }
.bit-publishing {
margin-bottom: $baseline;
border-top: 5px solid $blue;
background-color: $white;
padding: ($baseline*.75) ($baseline*.75) ($baseline) ($baseline*.75);
.copy {
@extend %t-copy-sub1;
}
}
} }
} }
// UI: xblock rendering // UI: xblock rendering
body.view-container .content-primary{ body.view-container .content-primary {
.wrapper-xblock { .wrapper-xblock {
@extend %wrap-xblock; @extend %wrap-xblock;
......
...@@ -426,6 +426,10 @@ from django.utils.translation import ugettext as _ ...@@ -426,6 +426,10 @@ from django.utils.translation import ugettext as _
</section> </section>
</article> </article>
<aside class="content-supplementary" role="complimentary"> <aside class="content-supplementary" role="complimentary">
<div class="bit-publishing">
<h3 class="title-3">${_("Publishing Status")}</h3>
<p class="copy">${_('This container will publish with <a href="">Unit 1</a>. To make changes to the content of this container, place <a href="">Unit 1</a> in draft mode.')}</p>
</div>
<div class="bit"> <div class="bit">
<h3 class="title-3">Container Reference Page</h3> <h3 class="title-3">Container Reference Page</h3>
<ul class="list-details"> <ul class="list-details">
......
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