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
b557363a
Commit
b557363a
authored
Jul 23, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added som fixed for fluid design
parent
b9c6e366
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
lms/static/sass/base/_base.scss
+1
-1
lms/static/sass/multicourse/_home.scss
+5
-4
lms/templates/index.html
+0
-1
No files found.
lms/static/sass/base/_base.scss
View file @
b557363a
...
...
@@ -82,7 +82,7 @@ a:link, a:visited {
.container
{
@include
clearfix
;
margin
:
0
auto
0
;
padding
:
0px
1
0px
;
padding
:
0px
3
0px
;
max-width
:
grid-width
(
12
);
}
...
...
lms/static/sass/multicourse/_home.scss
View file @
b557363a
...
...
@@ -30,11 +30,11 @@
border
:
1px
solid
rgb
(
100
,
100
,
100
);
@include
box-shadow
(
0
4px
25px
0
rgba
(
0
,
0
,
0
,
0
.5
));
@include
box-sizing
(
border-box
);
height
:
120px
;
min-
height
:
120px
;
margin-left
:
grid-width
(
2
)
+
$gw-gutter
;
width
:
flex-grid
(
6
);
float
:
left
;
position
:
relative
;
text-align
:
center
;
@include
transition
(
all
,
0
.2s
,
linear
);
vertical-align
:
top
;
...
...
@@ -46,7 +46,6 @@
>
hgroup
{
@include
box-sizing
(
border-box
);
height
:
120px
;
@include
inline-block
;
left
:
0px
;
opacity
:
1
;
...
...
@@ -86,7 +85,7 @@
padding
:
4px
;
position
:
relative
;
vertical-align
:
top
;
width
:
210px
;
width
:
flex-grid
(
2
)
+
flex-gutter
()
;
z-index
:
2
;
&
:hover
{
...
...
@@ -97,6 +96,8 @@
height
:
100%
;
overflow
:
hidden
;
position
:
relative
;
background
:
url('../images/courses/video-thumb.jpg')
center
no-repeat
;
@include
background-size
(
cover
);
.play-intro
{
@include
background-image
(
linear-gradient
(
-90deg
,
rgba
(
0
,
0
,
0
,
0
.65
)
,
rgba
(
0
,
0
,
0
,
0
.75
)));
...
...
lms/templates/index.html
View file @
b557363a
...
...
@@ -36,7 +36,6 @@
<a
href=
"#video-modal"
class=
"media"
rel=
"leanModal"
>
<div
class=
"hero"
>
<img
src=
"${static.url('images/courses/video-thumb.jpg')}"
/>
<div
class=
"play-intro"
></div>
</div>
</a>
...
...
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