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
98070e4f
Commit
98070e4f
authored
Feb 07, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
6f3a7aa3
3840870b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
144 additions
and
115 deletions
+144
-115
sass/_askbot-original.scss
+113
-113
sass/_discussion-answers.scss
+1
-0
sass/_discussion-forms.scss
+29
-1
sass/_form-wmd-toolbar.scss
+1
-1
No files found.
sass/_askbot-original.scss
View file @
98070e4f
...
...
@@ -1129,35 +1129,35 @@ ul {
#id_title
{
width
:
100%
;
}
.wmd-preview
{
margin
:
3px
0
5px
0
;
padding
:
6px
;
background-color
:
#F5F5F5
;
min-height
:
20px
;
overflow
:
auto
;
font-size
:
13px
;
font-family
:
Arial
;
p
{
margin-bottom
:
14px
;
line-height
:
1
.4
;
font-size
:
14px
;
}
pre
{
background-color
:
#E7F1F8
;
}
blockquote
{
background-color
:
#eee
;
}
IMG
{
max-width
:
600px
;
}
}
.preview-toggle
{
width
:
100%
;
color
:
#b6a475
;
text-align
:
left
;
span
:hover
{
cursor
:
pointer
;
}
}
//
.wmd-preview {
//
margin: 3px 0 5px 0;
//
padding: 6px;
//
background-color: #F5F5F5;
//
min-height: 20px;
//
overflow: auto;
//
font-size: 13px;
//
font-family: Arial;
//
p {
//
margin-bottom: 14px;
//
line-height: 1.4;
//
font-size: 14px; }
//
pre {
//
background-color: #E7F1F8; }
//
blockquote {
//
background-color: #eee; }
//
IMG {
//
max-width: 600px; } }
//
.preview-toggle {
//
width: 100%;
//
color: #b6a475;
//
text-align: left;
//
span:hover {
//
cursor: pointer; } }
.after-editor
{
margin-top
:
15px
;
margin-bottom
:
15px
;
}
//
.after-editor {
//
margin-top: 15px;
//
margin-bottom: 15px; }
.checkbox
{
margin-left
:
5px
;
...
...
@@ -1719,32 +1719,32 @@ ul {
width
:
395px
;
font-size
:
14px
;
}
.openid-signin
input
.submit
,
.meta
input
.submit
,
.users-page
input
.submit
,
.user-profile-edit-page
input
.submit
,
.user-profile-page
input
.submit
{
background
:
url(../images/small-button-blue.png)
repeat-x
top
;
border
:
0
;
color
:
#4a757f
;
font-weight
:
bold
;
font-size
:
13px
;
font-family
:
Arial
;
height
:
26px
;
margin
:
5px
0px
;
width
:
100px
;
cursor
:
pointer
;
border-radius
:
4px
;
-ms-border-radius
:
4px
;
-moz-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-khtml-border-radius
:
4px
;
text-shadow
:
0px
1px
0px
#e6f6fa
;
-moz-text-shadow
:
0px
1px
0px
#e6f6fa
;
-webkit-text-shadow
:
0px
1px
0px
#e6f6fa
;
-webkit-box-shadow
:
1px
1px
2px
#808080
;
-moz-box-shadow
:
1px
1px
2px
#808080
;
box-shadow
:
1px
1px
2px
#808080
;
}
//
.openid-signin input.submit, .meta input.submit, .users-page input.submit, .user-profile-edit-page input.submit, .user-profile-page input.submit {
//
background: url(../images/small-button-blue.png) repeat-x top;
//
border: 0;
//
color: #4a757f;
//
font-weight: bold;
//
font-size: 13px;
//
font-family: Arial;
//
height: 26px;
//
margin: 5px 0px;
//
width: 100px;
//
cursor: pointer;
//
border-radius: 4px;
//
-ms-border-radius: 4px;
//
-moz-border-radius: 4px;
//
-webkit-border-radius: 4px;
//
-khtml-border-radius: 4px;
//
text-shadow: 0px 1px 0px #e6f6fa;
//
-moz-text-shadow: 0px 1px 0px #e6f6fa;
//
-webkit-text-shadow: 0px 1px 0px #e6f6fa;
//
-webkit-box-shadow: 1px 1px 2px #808080;
//
-moz-box-shadow: 1px 1px 2px #808080;
//
box-shadow: 1px 1px 2px #808080; }
.openid-signin
input
.submit
:hover
,
.meta
input
.submit
:hover
,
.users-page
input
.submit
:hover
,
.user-profile-edit-page
input
.submit
:hover
,
.user-profile-page
input
.submit
:hover
{
background
:
url(../images/small-button-blue.png)
repeat-x
bottom
;
text-decoration
:
none
;
}
//
.openid-signin input.submit:hover, .meta input.submit:hover, .users-page input.submit:hover, .user-profile-edit-page input.submit:hover, .user-profile-page input.submit:hover {
//
background: url(../images/small-button-blue.png) repeat-x bottom;
//
text-decoration: none; }
.openid-signin
.cancel
,
.meta
.cancel
,
.users-page
.cancel
,
.user-profile-edit-page
.cancel
,
.user-profile-page
.cancel
{
background
:
url(../images/small-button-cancel.png)
repeat-x
top
!
important
;
...
...
@@ -1905,49 +1905,49 @@ a {
p
{
font-size
:
13px
;
}
}
.follow-toggle
,
.submit
{
border
:
0
!
important
;
color
:
#4a757f
;
font-weight
:
bold
;
font-size
:
12px
;
height
:
26px
;
line-height
:
26px
;
margin-top
:
-2px
;
font-size
:
15px
;
cursor
:
pointer
;
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
background
:
url(../images/small-button-blue.png)
repeat-x
top
;
border-radius
:
4px
;
-ms-border-radius
:
4px
;
-moz-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-khtml-border-radius
:
4px
;
text-shadow
:
0px
1px
0px
#e6f6fa
;
-moz-text-shadow
:
0px
1px
0px
#e6f6fa
;
-webkit-text-shadow
:
0px
1px
0px
#e6f6fa
;
-webkit-box-shadow
:
1px
1px
2px
#808080
;
-moz-box-shadow
:
1px
1px
2px
#808080
;
box-shadow
:
1px
1px
2px
#808080
;
}
.follow-toggle
:hover
,
.submit
:hover
{
background
:
url(../images/small-button-blue.png)
repeat-x
bottom
;
text-decoration
:
none
!
important
;
}
.follow-toggle
{
.follow
{
font-color
:
#000
;
font-style
:
normal
;
}
.unfollow
{
div
.unfollow-red
{
display
:
none
;
}
&
:hover
div
{
&
.unfollow-red
{
display
:
inline
;
color
:
#fff
;
font-weight
:
bold
;
color
:
#A05736
;
}
&
.unfollow-green
{
display
:
none
;
}
}
}
}
//
.follow-toggle, .submit {
//
border: 0 !important;
//
color: #4a757f;
//
font-weight: bold;
//
font-size: 12px;
//
height: 26px;
//
line-height: 26px;
//
margin-top: -2px;
//
font-size: 15px;
//
cursor: pointer;
//
font-family: 'Yanone Kaffeesatz',sans-serif;
//
background: url(../images/small-button-blue.png) repeat-x top;
//
border-radius: 4px;
//
-ms-border-radius: 4px;
//
-moz-border-radius: 4px;
//
-webkit-border-radius: 4px;
//
-khtml-border-radius: 4px;
//
text-shadow: 0px 1px 0px #e6f6fa;
//
-moz-text-shadow: 0px 1px 0px #e6f6fa;
//
-webkit-text-shadow: 0px 1px 0px #e6f6fa;
//
-webkit-box-shadow: 1px 1px 2px #808080;
//
-moz-box-shadow: 1px 1px 2px #808080;
//
box-shadow: 1px 1px 2px #808080; }
//
.follow-toggle:hover, .submit:hover {
//
background: url(../images/small-button-blue.png) repeat-x bottom;
//
text-decoration: none !important; }
//
.follow-toggle {
//
.follow {
//
font-color: #000;
//
font-style: normal; }
//
.unfollow {
//
div.unfollow-red {
//
display: none; }
//
&:hover div {
//
&.unfollow-red {
//
display: inline;
//
color: #fff;
//
font-weight: bold;
//
color: #A05736; }
//
&.unfollow-green {
//
display: none; } } } }
.count
{
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
...
...
@@ -2363,23 +2363,23 @@ button::-moz-focus-inner {
padding
:
0
;
border
:
none
;
}
.submit
{
cursor
:
pointer
;
background-color
:
#D4D0C8
;
height
:
30px
;
border
:
1px
solid
#777777
;
font-weight
:
bold
;
font-size
:
120%
;
&
:hover
{
text-decoration
:
underline
;
}
&
.small
{
margin-right
:
5px
;
height
:
20px
;
font-weight
:
normal
;
font-size
:
12px
;
padding
:
1px
5px
;
&
:hover
{
text-decoration
:
none
;
}
}
}
//
.submit {
//
cursor: pointer;
//
background-color: #D4D0C8;
//
height: 30px;
//
border: 1px solid #777777;
//
font-weight: bold;
//
font-size: 120%;
//
&:hover {
//
text-decoration: underline; }
//
&.small {
//
margin-right: 5px;
//
height: 20px;
//
font-weight: normal;
//
font-size: 12px;
//
padding: 1px 5px;
//
&:hover {
//
text-decoration: none; } } }
.question-page
a
.submit
{
display
:
-
moz-inline-stack
;
...
...
sass/_discussion-answers.scss
View file @
98070e4f
...
...
@@ -48,4 +48,5 @@ div.answer-own {
border-top
:
1px
solid
#eee
;
overflow
:hidden
;
padding-left
:
flex-grid
(
1
.2
);
padding-top
:
10px
;
}
sass/_discussion-forms.scss
View file @
98070e4f
...
...
@@ -22,7 +22,35 @@ form.answer-form {
padding
:
15px
0
;
width
:
auto
;
a
{
@extend
.light-button
;
@extend
.light-button
;
}
}
.wmd-preview
{
margin
:
3px
0
15px
0
;
padding
:
10px
;
background-color
:
#F5F5F5
;
min-height
:
20px
;
overflow
:
auto
;
font-size
:
13px
;
font-family
:
Arial
;
p
{
margin-bottom
:
14px
;
line-height
:
1
.4
;
font-size
:
14px
;
}
pre
{
background-color
:
#E7F1F8
;
}
blockquote
{
background-color
:
#eee
;
}
}
}
input
.after-editor
{
margin-bottom
:
20px
;
margin-right
:
10px
;
}
sass/_form-wmd-toolbar.scss
View file @
98070e4f
...
...
@@ -18,7 +18,7 @@
}
#wmd-preview
{
background-color
:
LightSkyBlue
;
background-color
:
LightSkyBlue
;
}
#wmd-output
{
...
...
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