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
06b118ae
Commit
06b118ae
authored
Mar 15, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - sass cleanup: resolved static pages display issue after local merge master
parent
84a5475d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
cms/static/sass/views/_static-pages.scss
+50
-0
No files found.
cms/static/sass/views/_static-pages.scss
View file @
06b118ae
...
...
@@ -20,6 +20,51 @@ body.course.static-pages {
margin
:
0
0
5px
0
;
}
}
.wrapper-component-editor
{
z-index
:
9999
;
position
:
relative
;
background
:
$lightBluishGrey2
;
}
.component-editor
{
@include
edit-box
;
@include
box-shadow
(
none
);
display
:
none
;
padding
:
20px
;
border-radius
:
2px
2px
0
0
;
.metadata_edit
{
margin-bottom
:
20px
;
font-size
:
13px
;
li
{
margin-bottom
:
10px
;
}
label
{
display
:
inline-block
;
margin-right
:
10px
;
}
}
h3
{
margin-bottom
:
10px
;
font-size
:
18px
;
font-weight
:
700
;
}
h5
{
margin-bottom
:
8px
;
color
:
#fff
;
font-weight
:
700
;
}
.save-button
{
margin-top
:
10px
;
margin
:
15px
8px
0
0
;
}
}
}
.component-editor
{
...
...
@@ -39,6 +84,7 @@ body.course.static-pages {
}
.component
{
position
:
relative
;
border
:
1px
solid
$mediumGrey
;
border-top
:
none
;
...
...
@@ -60,10 +106,13 @@ body.course.static-pages {
}
.drag-handle
{
position
:
absolute
;
display
:
block
;
top
:
0
;
right
:
0
;
z-index
:
11
;
width
:
35px
;
height
:
100%
;
border
:
none
;
background
:
url(../img/drag-handles.png)
center
no-repeat
#fff
;
...
...
@@ -73,6 +122,7 @@ body.course.static-pages {
}
.component-actions
{
position
:
absolute
;
top
:
26px
;
right
:
44px
;
}
...
...
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