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
1b2439c4
Commit
1b2439c4
authored
Feb 21, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more styles for the askbot sidebar
--HG-- branch : kf-sidebar
parent
182dc1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
sass/discussion/_sidebar.scss
+17
-7
No files found.
sass/discussion/_sidebar.scss
View file @
1b2439c4
...
...
@@ -31,17 +31,28 @@ div.discussion-wrapper aside {
}
div
.box
{
@extend
.bottom-border
;
@extend
.clearfix
;
display
:
block
;
margin
:
0
(
-
(
lh
()));
padding
:
lh
(
.5
)
lh
();
margin
:
lh
(
.5
)
0
;
&
:last-child
{
@include
box-shadow
(
none
);
border
:
0
;
}
h2
{
text-transform
:
uppercase
;
font-weight
:
bold
;
font-size
:
14px
;
letter-spacing
:
1px
;
&
:not
(
.first
)
{
@include
box-shadow
(
inset
0
1px
0
#eee
);
border-top
:
1px
solid
#d3d3d3
;
margin
:
0
(
-
(
lh
()))
0
;
padding
:
lh
(
.5
)
lh
();
}
}
&
.contributors
{
a
{
...
...
@@ -165,11 +176,10 @@ div.discussion-wrapper aside {
div
.question-stats
{
ul
{
color
:
#777
;
list-style
:
none
;
li
{
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
padding
:
7px
0
;
padding
:
7px
0
0
;
&
:last-child
{
@include
box-shadow
(
none
);
...
...
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