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
9ef83b0c
Commit
9ef83b0c
authored
Sep 12, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit post style clean up
parent
7098b2e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
7 deletions
+26
-7
lms/static/sass/_discussion.scss
+26
-7
No files found.
lms/static/sass/_discussion.scss
View file @
9ef83b0c
...
...
@@ -274,20 +274,23 @@ body.discussion {
width
:
100%
;
margin-bottom
:
20px
;
@include
clearfix
;
@include
box-sizing
(
border-box
);
.form-row
{
margin-top
:
20px
;
}
.post-cancel
{
@include
white-button
;
border-color
:
#444
;
float
:
left
;
margin
:
10px
0
0
15px
;
}
.post-update
{
@include
blue-button
;
float
:
left
;
height
:
37px
;
margin-top
:
10px
;
border-color
:
#333
;
padding-bottom
:
2px
;
&
:hover
{
...
...
@@ -301,13 +304,28 @@ body.discussion {
padding
:
0
10px
;
box-sizing
:
border-box
;
border-radius
:
3px
;
border
:
1px
solid
#
333
;
border
:
1px
solid
#
aaa
;
font-size
:
16px
;
font-family
:
'Open Sans'
,
sans-serif
;
font-family
:
$
sans-serif
;
color
:
#333
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.
3
)
inset
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.
15
)
inset
;
}
.tagsinput
{
padding
:
10px
;
@include
box-sizing
(
border-box
);
border
:
1px
solid
#aaa
;
border-radius
:
3px
;
background
:
#fff
;
font-family
:
'Monaco'
,
monospace
;
font-size
:
13px
;
line-height
:
1
.6
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.3
)
inset
;
span
.tag
{
margin-bottom
:
0
;
}
}
}
.new-post-form
{
...
...
@@ -2172,4 +2190,4 @@ body.discussion {
.wmd-spacer3
{
left
:
300px
;
}
}
}
\ No newline at end of file
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