Commit 71f864b5 by Reda Lemeden

Merge pull request #55 from MITx/rl-comments

Added comments to Askbot stylesheets
parents ba8fb95d d6fbda39
// Styles for individual answers
div.answer-controls {
@include box-sizing(border-box);
display: inline-block;
......
// original styles
// original Askbot styles
// body {
// background: #fff;
......
// Style for the user badge list (can be accessed by clicking "View all MIT badges" in the badge section of the Askbot user profile
div.badges-intro {
margin: 20px 0;
}
......
// Layout
// Generic layout styles for the discussion forums
body.askbot {
section.main-content {
......
// Styles for the WYSIWYG question/answer editor
.wmd-panel
{
}
......
// Styles for different forms in the system
form.answer-form {
@include box-sizing(border-box);
border-top: 1px solid #ddd;
......
// Style for modal boxes that pop up to notify the user of various events
.vote-notification {
background-color: darken($mit-red, 7%);
@include border-radius(4px);
......
// Style for the user profile view
body.user-profile-page {
section.questions {
......
// Styles for the single question view
div.question-header {
div.official-stamp {
......
// Styles for the default question list view
div.question-list-header {
display: block;
margin-bottom: 0px;
......
// Styles for the Askbot sidebar
div.discussion-wrapper aside {
@extend .sidebar;
border-left: 1px solid #d3d3d3;
......
// Styles for the question tags
ul.tags {
list-style: none;
display: inline;
......
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