Commit 7d1a08d4 by Brian Talbot

pages - made intro text visible again and styled it some

parent 795b38f0
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
.unit-body { .unit-body {
padding: 0; padding: 0;
.details {
display: block !important;
h2 {
margin: 0 0 5px 0;
}
}
} }
.component-editor { .component-editor {
......
...@@ -17,15 +17,18 @@ ...@@ -17,15 +17,18 @@
<%block name="content"> <%block name="content">
<div class="main-wrapper"> <div class="main-wrapper">
<div class="inner-wrapper"> <div class="inner-wrapper">
<article class="unit-body">
<div class="details">
<h2>Here you can add and manage additional pages for your course</h2>
<p>These pages will be added to the primary navigation menu alongside Courseware, Course Info, Discussion, etc.</p>
</div>
<div class="page-actions"> <div class="page-actions">
<a href="#" class="new-button new-tab"> <a href="#" class="new-button new-tab">
<span class="plus-icon white"></span>New Page <span class="plus-icon white"></span>New Page
</a> </a>
</div> </div>
<article class="unit-body">
<div class="details">
<p>Here you can add and manage additional pages for your course. These pages will be added to the primary navigation menu alongside Courseware, Course Info, Discussion, etc.</p>
</div>
<div class="tab-list"> <div class="tab-list">
<ol class='components'> <ol class='components'>
% for id in components: % for id in components:
......
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