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
34ea03c8
Commit
34ea03c8
authored
Feb 11, 2014
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed missing polyfill buttons, adjusted layout of number input in component editor
UX-381
parent
58565c6d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
cms/envs/common.py
+1
-0
cms/static/sass/elements/_xmodules.scss
+1
-1
cms/static/sass/views/_unit.scss
+1
-3
common/static/css/vendor/html5-input-polyfills/number-polyfill.css
+2
-2
No files found.
cms/envs/common.py
View file @
34ea03c8
...
...
@@ -276,6 +276,7 @@ PIPELINE_CSS = {
'source_filenames'
:
[
'css/vendor/normalize.css'
,
'css/vendor/font-awesome.css'
,
'css/vendor/html5-input-polyfills/number-polyfill.css'
,
'js/vendor/CodeMirror/codemirror.css'
,
'css/vendor/ui-lightness/jquery-ui-1.8.22.custom.css'
,
'css/vendor/jquery.qtip.min.css'
,
...
...
cms/static/sass/elements/_xmodules.scss
View file @
34ea03c8
...
...
@@ -39,7 +39,7 @@
display
:
block
;
width
:
45%
;
max-width
:
auto
;
margin-left
:
33
%
;
margin-left
:
25
%
;
padding
:
0
13px
;
}
...
...
cms/static/sass/views/_unit.scss
View file @
34ea03c8
...
...
@@ -619,7 +619,6 @@ body.course.unit,.view-unit {
//component-setting-entry
.field.comp-setting-entry
{
@include
transition
(
opacity
$tmg-f2
ease-in-out
0s
);
background-color
:
$white
;
padding
:
$baseline
;
border-bottom
:
1px
solid
$gray-l2
;
...
...
@@ -713,8 +712,7 @@ body.course.unit,.view-unit {
}
input
[
type
=
"number"
]
{
width
:
38
.5%
;
width
:
42%
;
box-shadow
:
0
1px
2px
$shadow-l1
inset
;
//For webkit browsers which render number fields differently, make input wider.
-moz-column-width
:
{
...
...
common/static/css/vendor/html5-input-polyfills/number-polyfill.css
View file @
34ea03c8
...
...
@@ -5,8 +5,8 @@ div.number-spin-btn-container {
vertical-align
:
middle
;
margin
:
0
0
0
3px
;
padding
:
0
;
left
:
74
%
;
top
:
6px
;
left
:
69
%
;
top
:
6px
;
}
div
.number-spin-btn
{
...
...
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