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
8ed92f3c
Commit
8ed92f3c
authored
Apr 29, 2014
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporary fix for xblock settings scroll
UX-623
parent
b95966e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
cms/static/sass/elements/_modal-window.scss
+9
-3
No files found.
cms/static/sass/elements/_modal-window.scss
View file @
8ed92f3c
...
@@ -179,6 +179,10 @@
...
@@ -179,6 +179,10 @@
height
:
365px
;
height
:
365px
;
}
}
&
.modal-type-problem
.CodeMirror
{
height
:
435px
;
}
.wrapper-comp-settings
{
.wrapper-comp-settings
{
.list-input
{
.list-input
{
...
@@ -195,6 +199,11 @@
...
@@ -195,6 +199,11 @@
.modal-window
.editor-with-buttons
{
.modal-window
.editor-with-buttons
{
margin-bottom
:
(
$baseline
*
3
);
margin-bottom
:
(
$baseline
*
3
);
// temporary fix until xblock structure is set
&
.wrapper-comp-settings
.list-input.settings-list
{
height
:
375px
;
}
// TODO: need to sync up (alongside general editing mode) with xblocks.scss UI
// TODO: need to sync up (alongside general editing mode) with xblocks.scss UI
.xblock-actions
{
.xblock-actions
{
background-color
:
$gray-l4
;
background-color
:
$gray-l4
;
...
@@ -202,9 +211,6 @@
...
@@ -202,9 +211,6 @@
width
:
100%
;
width
:
100%
;
bottom
:
0
;
bottom
:
0
;
}
}
}
}
...
...
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