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
77b6c862
Commit
77b6c862
authored
Feb 16, 2012
by
kaishin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styled the question edit form & sidebar
parent
c1676ba1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
61 deletions
+63
-61
sass/discussion/_askbot-original.scss
+50
-50
sass/discussion/_discussion.scss
+1
-0
sass/discussion/_forms.scss
+4
-0
sass/discussion/_sidebar.scss
+8
-11
No files found.
sass/discussion/_askbot-original.scss
View file @
77b6c862
...
...
@@ -535,31 +535,31 @@ body.anon #searchbar {
// float: right;
// padding-right: 10px; } }
.questions-related
{
word-wrap
:
break-word
;
p
{
line-height
:
20px
;
padding
:
4px
0px
4px
0px
;
font-size
:
16px
;
font-weight
:
normal
;
border-bottom
:
#cccccc
1px
solid
;
}
a
{
font-size
:
13px
;
}
}
//
.questions-related {
//
word-wrap: break-word;
//
p {
//
line-height: 20px;
//
padding: 4px 0px 4px 0px;
//
font-size: 16px;
//
font-weight: normal;
//
border-bottom: #cccccc 1px solid; }
//
a {
//
font-size: 13px; } }
#tips
{
li
{
color
:
#707070
;
font-size
:
13px
;
list-style-image
:
url(../images/tips.png)
;
}
a
{
font-size
:
16px
;
}
}
//
#tips {
//
li {
//
color: #707070;
//
font-size: 13px;
//
list-style-image: url(../images/tips.png); }
//
a {
//
font-size: 16px; } }
#markdownhelp
{
li
{
color
:
#707070
;
font-size
:
13px
;
}
a
{
font-size
:
16px
;
}
}
//
#markdownhelp {
//
li {
//
color: #707070;
//
font-size: 13px; }
//
a {
//
font-size: 16px; } }
// .tabbar {
// background-color: #eff5f6;
...
...
@@ -1173,38 +1173,38 @@ body.anon #searchbar {
label
{
vertical-align
:
text-bottom
;
}
}
.edit-content-html
{
border-top
:
1px
dotted
#d8d2a9
;
border-bottom
:
1px
dotted
#d8d2a9
;
margin
:
5px
0
5px
0
;
}
//
.edit-content-html {
//
border-top: 1px dotted #d8d2a9;
//
border-bottom: 1px dotted #d8d2a9;
//
margin: 5px 0 5px 0; }
.edit-question-page
,
#fmedit
,
.wmd-preview
{
color
:
#525252
;
}
//
.edit-question-page, #fmedit, .wmd-preview {
//
color: #525252; }
.edit-question-page
#id_revision
,
#fmedit
#id_revision
,
.wmd-preview
#id_revision
{
font-size
:
14px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
//
.edit-question-page #id_revision, #fmedit #id_revision, .wmd-preview #id_revision {
//
font-size: 14px;
//
margin-top: 5px;
//
margin-bottom: 5px; }
.edit-question-page
#id_title
,
#fmedit
#id_title
,
.wmd-preview
#id_title
{
font-size
:
24px
;
line-height
:
24px
;
height
:
36px
;
margin
:
0px
;
padding
:
0px
0
0
5px
;
border
:
#cce6ec
3px
solid
;
width
:
725px
;
margin-bottom
:
10px
;
}
//
.edit-question-page #id_title, #fmedit #id_title, .wmd-preview #id_title {
//
font-size: 24px;
//
line-height: 24px;
//
height: 36px;
//
margin: 0px;
//
padding: 0px 0 0 5px;
//
border: #cce6ec 3px solid;
//
width: 725px;
//
margin-bottom: 10px; }
.edit-question-page
#id_summary
,
#fmedit
#id_summary
,
.wmd-preview
#id_summary
{
border
:
#cce6ec
3px
solid
;
height
:
25px
;
padding-left
:
5px
;
width
:
395px
;
font-size
:
14px
;
}
//
.edit-question-page #id_summary, #fmedit #id_summary, .wmd-preview #id_summary {
//
border: #cce6ec 3px solid;
//
height: 25px;
//
padding-left: 5px;
//
width: 395px;
//
font-size: 14px; }
.edit-question-page
.title-desc
,
#fmedit
.title-desc
,
.wmd-preview
.title-desc
{
margin-bottom
:
10px
;
}
//
.edit-question-page .title-desc, #fmedit .title-desc, .wmd-preview .title-desc {
//
margin-bottom: 10px; }
// .question-page {
// h1 {
...
...
sass/discussion/_discussion.scss
View file @
77b6c862
...
...
@@ -16,6 +16,7 @@
border
:
1px
solid
#ccc
;
text-decoration
:
none
;
}
}
.action-link
{
a
{
...
...
sass/discussion/_forms.scss
View file @
77b6c862
...
...
@@ -73,6 +73,10 @@ form.question-form {
padding
:
0
;
margin-top
:
-15px
;
h1
a
{
float
:
right
;
}
input
[
type
=
"text"
]
{
width
:
flex-grid
(
6
);
}
...
...
sass/discussion/_sidebar.scss
View file @
77b6c862
...
...
@@ -132,17 +132,6 @@ div.discussion-wrapper aside {
}
}
// div.favorite-number {
// color: #777;
// font-weight: normal;
// margin-bottom: 12px;
// margin-top: 5px;
// text-align: center;
// }
div
.notify-sidebar
{
// margin: 10px 0;
}
div
.question-stats
{
ul
{
...
...
@@ -164,6 +153,14 @@ div.discussion-wrapper aside {
}
}
}
div
.markdown
ul
li
{
margin
:
20px
0
;
ol
li
{
margin
:
0
;
}
}
}
...
...
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