Commit 37c9de7a by marco

cleaned up font-awesome integration to work with new mako file .scss compiling,…

cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
parent 2c9e4ca5
...@@ -733,7 +733,10 @@ body.discussion { ...@@ -733,7 +733,10 @@ body.discussion {
position: absolute; position: absolute;
top: 30%; top: 30%;
left: 30%; left: 30%;
<<<<<<< HEAD
color: $gray-l1; color: $gray-l1;
=======
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
font-size: 28px; font-size: 28px;
z-index: 100; z-index: 100;
<<<<<<< HEAD <<<<<<< HEAD
...@@ -742,7 +745,6 @@ body.discussion { ...@@ -742,7 +745,6 @@ body.discussion {
======= =======
width: 25px; width: 25px;
height: 25px; height: 25px;
//margin-left: -17px;
opacity: 1; opacity: 1;
@include transition(none); @include transition(none);
>>>>>>> basic shell for discussion home page with both profile information and email notification settings >>>>>>> basic shell for discussion home page with both profile information and email notification settings
...@@ -1304,6 +1306,7 @@ body.discussion { ...@@ -1304,6 +1306,7 @@ body.discussion {
section { section {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
margin: $baseline $baseline $baseline 0;
} }
.label { .label {
...@@ -1346,7 +1349,6 @@ body.discussion { ...@@ -1346,7 +1349,6 @@ body.discussion {
>>>>>>> basic shell for discussion home page with both profile information and email notification settings >>>>>>> basic shell for discussion home page with both profile information and email notification settings
.label-area { .label-area {
padding: $baseline;
display: inline-block; display: inline-block;
min-width: $baseline*5; min-width: $baseline*5;
<<<<<<< HEAD <<<<<<< HEAD
...@@ -1520,6 +1522,13 @@ body.discussion { ...@@ -1520,6 +1522,13 @@ body.discussion {
font-size: 12px; font-size: 12px;
width: 20%; width: 20%;
vertical-align: middle; vertical-align: middle;
i.icon {
padding: 0 $baseline/2;
font-size: 24px;
display: inline-block;
}
} }
} }
} }
......
...@@ -37,10 +37,17 @@ ...@@ -37,10 +37,17 @@
@import 'base/font_face'; @import 'base/font_face';
@import 'base/extends'; @import 'base/extends';
@import 'base/animations'; @import 'base/animations';
<<<<<<< HEAD
// base - starter // base - starter
@import 'base/base'; @import 'base/base';
=======
// base - starter
@import 'base/base';
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
// shared - course // shared - course
@import 'shared/forms'; @import 'shared/forms';
@import 'shared/footer'; @import 'shared/footer';
...@@ -70,5 +77,9 @@ ...@@ -70,5 +77,9 @@
@import 'discussion'; @import 'discussion';
@import 'news'; @import 'news';
<<<<<<< HEAD
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/) @import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
=======
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
...@@ -22,37 +22,37 @@ ...@@ -22,37 +22,37 @@
<%include file="_new_post.html" /> <%include file="_new_post.html" />
<section class="discussion container" id="discussion-container" data-roles="${roles}" data-course-id="${course_id}" data-user-info="${user_info}" data-threads="${threads}" data-thread-pages="${thread_pages}" data-content-info="${annotated_content_info}" data-flag-moderator="${flag_moderator}"> <section class="discussion container" id="discussion-container" data-roles="${roles}" data-course-id="${course_id}" data-user-info="${user_info}" data-threads="${threads}" data-thread-pages="${thread_pages}" data-content-info="${annotated_content_info}" data-flag-moderator="${flag_moderator}">
<div class="discussion-body"> <div class="discussion-body">
<div class="sidebar"></div> <div class="sidebar"></div>
<div class="discussion-column"> <div class="discussion-column">
<div class="discussion-article blank-slate"> <div class="discussion-article blank-slate">
<section class="home-header"> <section class="home-header">
<span class="label">DISCUSSION HOME:</span> <span class="label">DISCUSSION HOME:</span>
<h1 class="home-title">${course.display_name_with_default}</h1> <h1 class="home-title">${course.display_name_with_default}</h1>
<p class="home-description">Welcome to ${course.display_name_with_default}s Discussion Home. Select a discussion from the left, or review your profile, participation and email notification settings below. <p class="home-description">Welcome to ${course.display_name_with_default}s Discussion Home. Select a discussion from the left, or review your profile, participation and email notification settings below.
</p> </p>
</section> </section>
<section class="home-stats"> <section class="home-stats">
<div class="label-area"> <div class="label-area">
<span class="label"> PROFILE, PARTICIPATION</span> <span class="label"> PROFILE, PARTICIPATION</span>
<a href="#" class="profile-link">Your profile Name</a> <a href="#" class="profile-link">Your profile Name</a>
</div> </div>
<div class="stats-grouping"> <div class="stats-grouping">
<div class="profile-stat profile-stat-posts"> <div class="profile-stat profile-stat-posts">
<span class="count count-posts">5</span> <span class="count count-posts">5</span>
<span class="profile-stat-label">POSTS</span> <span class="profile-stat-label">POSTS</span>
</div> </div>
<div class="profile-stat profile-stat-comments"> <div class="profile-stat profile-stat-comments">
<span class="count count-comments">12</span> <span class="count count-comments">12</span>
<span class="profile-stat-label">COMMENTS</span> <span class="profile-stat-label">COMMENTS</span>
</div> </div>
<div class="profile-stat profile-stat-following"> <div class="profile-stat profile-stat-following">
<span class="count count-following">9</span> <span class="count count-following">9</span>
<span class="profile-stat-label">FOLLOWING</span> <span class="profile-stat-label">FOLLOWING</span>
</div> </div>
</div> </div>
</section> </section>
<span class="label label-settings">HOW TO USE EDX DISCUSSIONS</span> <span class="label label-settings">HOW TO USE EDX DISCUSSIONS</span>
<section class="home-helpgrid"> <section class="home-helpgrid">
<ul class="helpgrid-list"> <ul class="helpgrid-list">
<li class="helpgrid-row helpgrid-row-navigation"> <li class="helpgrid-row helpgrid-row-navigation">
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
<span class="row-description">Report Forum Misuse</span> <span class="row-description">Report Forum Misuse</span>
</div> </div>
<div class="row-item"> <div class="row-item">
<i class="icon icon-star"></i> <i class="icon icon-star"></i>
<span class="row-description">Follow posts for updates</span> <span class="row-description">Follow posts for updates</span>
</div> </div>
</li> </li>
<li class="helpgrid-row helpgrid-row-notification"> <li class="helpgrid-row helpgrid-row-notification">
......
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