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
7f6c50ea
Commit
7f6c50ea
authored
May 16, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes the border and box-shadow of headings in courseware content so bottom border is not hidden
parent
fb67d8ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
static/css/application.css
+0
-0
templates/sass/base/_extends.scss
+5
-5
templates/sass/courseware/_sidebar.scss
+3
-7
No files found.
static/css/application.css
View file @
7f6c50ea
This diff is collapsed.
Click to expand it.
templates/sass/base/_extends.scss
View file @
7f6c50ea
...
...
@@ -124,10 +124,10 @@ h1.top-header {
}
h3
{
@
extend
.bottom-border
;
@
include
box-shadow
(
inset
0
1px
0
0
#eee
)
;
background
:
none
;
border
:
none
;
border-
bottom
:
1px
solid
#d3d3d3
;
border-
top
:
1px
solid
#d3d3d3
;
color
:
#000
;
font-weight
:
normal
;
margin
:
0
;
...
...
@@ -153,9 +153,9 @@ h1.top-header {
&
.active
{
background
:
none
;
border
:
0
;
border-bottom
:
1px
solid
#bbb
;
@include
box-shadow
(
none
);
//
border: 0;
//
border-bottom: 1px solid #bbb;
//
@include box-shadow(none);
color
:
#000
;
font-weight
:
bold
;
...
...
templates/sass/courseware/_sidebar.scss
View file @
7f6c50ea
...
...
@@ -8,8 +8,8 @@ section.course-index {
overflow
:
hidden
;
margin
:
0
;
&
:
la
st-child
{
@include
box-shadow
(
none
)
;
&
:
fir
st-child
{
border
:
none
;
}
&
.ui-accordion-header
{
...
...
@@ -20,14 +20,10 @@ section.course-index {
color
:
lighten
(
$text-color
,
10%
);
}
&
.ui-state-hover
{
border
:
none
;
border-bottom
:
1px
solid
#d3d3d3
;
}
&
.ui-state-active
{
@include
background-image
(
linear-gradient
(
-90deg
,
rgb
(
245
,
245
,
245
)
,
rgb
(
225
,
225
,
225
)));
@extend
.active
;
border-bottom
:
1px
solid
#d3d3d3
;
}
}
}
...
...
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