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
182dc1a6
Commit
182dc1a6
authored
Feb 21, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed conflicts
--HG-- branch : kf-sidebar
parent
5404e122
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
8 deletions
+39
-8
sass/discussion/_sidebar.scss
+39
-8
No files found.
sass/discussion/_sidebar.scss
View file @
182dc1a6
...
...
@@ -7,6 +7,12 @@ div.discussion-wrapper aside {
padding
:
lh
();
width
:
flex-grid
(
3
);
h1
{
@extend
.bottom-border
;
margin
:
(
-
(
lh
()))
(
-
(
lh
()))
0
;
padding
:
lh
(
.5
)
lh
();
}
h2
{
color
:
#4D4D4D
;
...
...
@@ -25,11 +31,11 @@ div.discussion-wrapper aside {
}
div
.box
{
@
include
box-shadow
(
0
1px
0
#eee
)
;
border-bottom
:
1px
solid
#d3d3d3
;
@
extend
.bottom-border
;
@extend
.clearfix
;
display
:
block
;
padding-bottom
:
20px
;
overflow
:
hidden
;
margin
:
0
(
-
(
lh
()))
;
padding
:
lh
(
.5
)
lh
()
;
&
:last-child
{
@include
box-shadow
(
none
);
...
...
@@ -68,11 +74,8 @@ div.discussion-wrapper aside {
}
}
#displayTagFilterControl
{
margin-top
:
10px
;
}
div
.search-box
{
margin-top
:
lh
(
.5
);
input
{
@include
box-sizing
(
border-box
);
display
:
inline
;
...
...
@@ -116,6 +119,34 @@ div.discussion-wrapper aside {
}
}
div
#tagSelector
{
h2
{
@include
box-shadow
(
inset
0
1px
0
#eee
);
border-top
:
1px
solid
#d3d3d3
;
margin
:
0
(
-
(
lh
()))
0
;
padding
:
lh
(
.5
)
lh
();
text-transform
:
uppercase
;
font-weight
:
bold
;
font-size
:
14px
;
letter-spacing
:
1px
;
}
ul
{
margin
:
0
;
}
div
.inputs
{
margin-bottom
:
lh
();
}
div
#displayTagFilterControl
{
p
.choice
{
@include
inline-block
();
margin-right
:
lh
(
.5
);
}
}
}
// Question view sopecific
div
.follow-buttons
{
...
...
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