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
4b43e347
Commit
4b43e347
authored
Jul 05, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More tweeks for visual style for the filter bar and settings
parent
f1623ec6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
25 deletions
+39
-25
cms/static/sass/_calendar.scss
+8
-0
cms/static/sass/_layout.scss
+1
-0
cms/static/sass/_section.scss
+7
-2
cms/templates/widgets/module-dropdown.html
+23
-23
No files found.
cms/static/sass/_calendar.scss
View file @
4b43e347
...
...
@@ -77,10 +77,18 @@ section.cal {
text-transform
:
uppercase
;
border-bottom
:
1px
solid
lighten
(
$dark-blue
,
60%
);
padding
:
6px
;
color
:
$bright-blue
;
a
{
color
:
$bright-blue
;
display
:
block
;
padding
:
6px
;
margin
:
-6px
;
&
:hover
{
color
:
darken
(
$bright-blue
,
10%
);
background
:
lighten
(
$yellow
,
10%
);
}
}
}
...
...
cms/static/sass/_layout.scss
View file @
4b43e347
...
...
@@ -5,6 +5,7 @@ body {
>
section
{
display
:
table
;
table-layout
:
fixed
;
width
:
100%
;
}
...
...
cms/static/sass/_section.scss
View file @
4b43e347
section
#unit-wrapper
{
section
.filters
{
@include
clearfix
;
margin-bottom
:
10px
;
opacity
:
.4
;
background
:
$light-blue
;
border-bottom
:
1px
solid
lighten
(
$dark-blue
,
40%
);
padding
:
5px
20px
;
margin
:
-20px
-20px
10px
;
opacity
:
.7
;
@include
transition
;
&
:hover
{
opacity
:
1
;
padding
:
10px
20px
;
margin
:
-20px
-20px
10px
;
}
ul
{
...
...
cms/templates/widgets/module-dropdown.html
View file @
4b43e347
...
...
@@ -2,27 +2,27 @@
<a
href=
"#"
class=
"new-module"
>
+ Add new module
</a>
<
div
>
<form
>
<ul
>
<li
>
<input
type=
"text"
name=
""
id=
""
placeholder=
"Moldule title"
/
>
</li
>
<li
>
<select
>
<option>
Use template
</option
>
<option>
Lecture Sequence
</option
>
<option>
Use template
</option
>
</select
>
</li
>
<li
>
<input
type=
"submit"
value=
"Create & Edit Module"
/
>
<div
>
<a
href=
"#"
>
Save without edit
</a
>
<a
href=
"#"
>
Cancel
</a
>
</div
>
</li
>
</ul
>
</form
>
<
/div
>
<
!-- <div> --
>
<!-- <form> --
>
<!-- <ul> --
>
<!-- <li> --
>
<!-- <input type="text" name="" id="" placeholder="Moldule title" /> --
>
<!-- </li> --
>
<!-- <li> --
>
<!-- <select> --
>
<!-- <option>Use template</option> --
>
<!-- <option>Lecture Sequence</option> --
>
<!-- <option>Use template</option> --
>
<!-- </select> --
>
<!-- </li> --
>
<!-- <li> --
>
<!-- <input type="submit" value="Create & Edit Module" /> --
>
<!-- <div> --
>
<!-- <a href="#">Save without edit</a> --
>
<!-- <a href="#">Cancel</a> --
>
<!-- </div> --
>
<!-- </li> --
>
<!-- </ul> --
>
<!-- </form> --
>
<
!-- </div> --
>
</li>
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