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
b3e41d19
Commit
b3e41d19
authored
May 15, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling for static pages updated
parent
0422350e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
28 deletions
+17
-28
cms/static/sass/views/_static-pages.scss
+11
-26
cms/static/sass/views/_unit.scss
+1
-1
common/lib/xmodule/xmodule/css/editor/edit.scss
+5
-0
common/static/js/vendor/CodeMirror/codemirror.css
+0
-1
No files found.
cms/static/sass/views/_static-pages.scss
View file @
b3e41d19
...
@@ -31,38 +31,23 @@ body.course.static-pages {
...
@@ -31,38 +31,23 @@ body.course.static-pages {
@include
edit-box
;
@include
edit-box
;
@include
box-shadow
(
none
);
@include
box-shadow
(
none
);
display
:
none
;
display
:
none
;
padding
:
20px
;
padding
:
0
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
.metadata_edit
{
//Overrides general edit-box mixin
margin-bottom
:
20px
;
.row
{
font-size
:
13px
;
margin-bottom
:
0px
;
li
{
margin-bottom
:
10px
;
}
label
{
display
:
inline-block
;
margin-right
:
10px
;
}
}
}
h3
{
// This duplicates the styling from Unit page editing
margin-bottom
:
10px
;
.module-actions
{
font-size
:
18px
;
@include
box-shadow
(
inset
0
1px
1px
$shadow
);
font-weight
:
700
;
padding
:
0px
0
10px
10px
;
}
background-color
:
$gray-l6
;
h5
{
margin-bottom
:
8px
;
color
:
#fff
;
font-weight
:
700
;
}
.save-button
{
.save-button
{
margin-top
:
10px
;
margin
:
15px
8px
0
0
;
margin
:
15px
8px
0
0
;
}
}
}
}
}
}
}
...
...
cms/static/sass/views/_unit.scss
View file @
b3e41d19
...
@@ -457,7 +457,7 @@ body.course.unit {
...
@@ -457,7 +457,7 @@ body.course.unit {
margin-bottom
:
0px
;
margin-bottom
:
0px
;
}
}
// Module Actions
// Module Actions
, also used for Static Pages
.module-actions
{
.module-actions
{
@include
box-shadow
(
inset
0
1px
1px
$shadow
);
@include
box-shadow
(
inset
0
1px
1px
$shadow
);
padding
:
0px
0
10px
10px
;
padding
:
0px
0
10px
10px
;
...
...
common/lib/xmodule/xmodule/css/editor/edit.scss
View file @
b3e41d19
...
@@ -4,6 +4,11 @@
...
@@ -4,6 +4,11 @@
.row
{
.row
{
position
:
relative
;
position
:
relative
;
//testing
.CodeMirror
{
padding
:
15px
;
}
}
}
.editor-bar
{
.editor-bar
{
...
...
common/static/js/vendor/CodeMirror/codemirror.css
View file @
b3e41d19
.CodeMirror
{
.CodeMirror
{
line-height
:
1em
;
line-height
:
1em
;
font-family
:
monospace
;
font-family
:
monospace
;
padding
:
15px
;
}
}
.CodeMirror-scroll
{
.CodeMirror-scroll
{
...
...
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