Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b265ef9c
Commit
b265ef9c
authored
May 17, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comments to Askbot stylesheets
parent
ef0ff1a3
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
2 deletions
+23
-2
templates/sass/discussion/_answers.scss
+2
-0
templates/sass/discussion/_askbot-original.scss
+1
-1
templates/sass/discussion/_badges.scss
+2
-0
templates/sass/discussion/_discussion.scss
+2
-1
templates/sass/discussion/_form-wmd-toolbar.scss
+2
-0
templates/sass/discussion/_forms.scss
+2
-0
templates/sass/discussion/_modals.scss
+2
-0
templates/sass/discussion/_profile.scss
+2
-0
templates/sass/discussion/_question-view.scss
+2
-0
templates/sass/discussion/_questions.scss
+2
-0
templates/sass/discussion/_sidebar.scss
+2
-0
templates/sass/discussion/_tags.scss
+2
-0
No files found.
templates/sass/discussion/_answers.scss
View file @
b265ef9c
// Styles for individual answers
div
.answer-controls
{
@include
box-sizing
(
border-box
);
display
:
inline-block
;
...
...
templates/sass/discussion/_askbot-original.scss
View file @
b265ef9c
// original styles
// original
Askbot
styles
// body {
// background: #fff;
...
...
templates/sass/discussion/_badges.scss
View file @
b265ef9c
// 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
;
}
...
...
templates/sass/discussion/_discussion.scss
View file @
b265ef9c
// Layout
// Generic layout styles for the discussion forums
body
.askbot
{
section
.main-content
{
...
...
templates/sass/discussion/_form-wmd-toolbar.scss
View file @
b265ef9c
// Styles for the WYSIWYG question/answer editor
.wmd-panel
{
}
...
...
templates/sass/discussion/_forms.scss
View file @
b265ef9c
// Styles for different forms in the system
form
.answer-form
{
@include
box-sizing
(
border-box
);
border-top
:
1px
solid
#ddd
;
...
...
templates/sass/discussion/_modals.scss
View file @
b265ef9c
// 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
);
...
...
templates/sass/discussion/_profile.scss
View file @
b265ef9c
// Style for the user profile view
body
.user-profile-page
{
section
.questions
{
...
...
templates/sass/discussion/_question-view.scss
View file @
b265ef9c
// Styles for the single question view
div
.question-header
{
div
.official-stamp
{
...
...
templates/sass/discussion/_questions.scss
View file @
b265ef9c
// Styles for the default question list view
div
.question-list-header
{
display
:
block
;
margin-bottom
:
0px
;
...
...
templates/sass/discussion/_sidebar.scss
View file @
b265ef9c
// Styles for the Askbot sidebar
div
.discussion-wrapper
aside
{
@extend
.sidebar
;
border-left
:
1px
solid
#d3d3d3
;
...
...
templates/sass/discussion/_tags.scss
View file @
b265ef9c
// Styles for the question tags
ul
.tags
{
list-style
:
none
;
display
:
inline
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment