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
227daf2a
Commit
227daf2a
authored
Jul 06, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Played with the layout a bit and some other small changes
parent
b9546390
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
5 deletions
+23
-5
cms/static/sass/_calendar.scss
+21
-3
cms/static/sass/_layout.scss
+2
-1
cms/static/sass/_unit.scss
+0
-1
No files found.
cms/static/sass/_calendar.scss
View file @
227daf2a
...
...
@@ -65,6 +65,12 @@ section.cal {
background-color
:
$light-blue
;
overflow-y
:
hidden
;
&
:hover
{
li
.create-module
{
opacity
:
1
;
}
}
header
{
border-bottom
:
1px
solid
lighten
(
$dark-blue
,
40%
);
@include
box-shadow
(
0
2px
2px
$light-blue
);
...
...
@@ -106,6 +112,7 @@ section.cal {
list-style
:
none
;
margin-bottom
:
1px
;
li
{
border-bottom
:
1px
solid
darken
(
$light-blue
,
8%
);
position
:
relative
;
...
...
@@ -149,6 +156,9 @@ section.cal {
&
.create-module
{
position
:
relative
;
opacity
:
0
;
@include
transition
(
all
3s
ease-in-out
);
background
:
darken
(
$light-blue
,
2%
);
>
div
{
background
:
$dark-blue
;
...
...
@@ -299,21 +309,29 @@ section.cal {
body
.content
section
.cal
{
width
:
flex-grid
(
3
)
+
flex-gutter
()
;
width
:
flex-grid
(
3
);
float
:
left
;
overflow
:
scroll
;
@include
box-sizing
(
border-box
);
opacity
:
.4
;
@include
transition
();
background
:
darken
(
$light-blue
,
2%
);
&
:hover
{
opacity
:
1
;
width
:
flex-grid
(
4
)
+
flex-gutter
();
background-color
:
transparent
;
+
section
.main-content
{
width
:
flex-grid
(
8
);
opacity
:
.6
;
}
}
>
header
{
@include
transition
;
overflow
:
hidden
;
height
:
55
px
;
height
:
30
px
;
ul
{
display
:
block
;
...
...
@@ -330,7 +348,7 @@ section.cal {
}
&
:hover
{
height
:
1
67px
;
height
:
1
0%
;
}
}
...
...
cms/static/sass/_layout.scss
View file @
227daf2a
...
...
@@ -73,9 +73,10 @@ body {
section
.main-content
{
border-left
:
2px
solid
$dark-blue
;
@include
box-sizing
(
border-box
);
width
:
flex-grid
(
9
);
width
:
flex-grid
(
9
)
+
flex-gutter
()
;
float
:
left
;
@include
box-shadow
(
-2px
0
0
darken
(
$light-blue
,
3%
));
@include
transition
();
}
}
}
cms/static/sass/_unit.scss
View file @
227daf2a
...
...
@@ -21,7 +21,6 @@ section#unit-wrapper {
margin-left
:
10px
;
color
:
#999
;
font-size
:
12px
;
font-style
:
italic
;
}
}
...
...
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