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
79c78cbc
Commit
79c78cbc
authored
May 20, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made firefox input number increment objects positioned as % to respond to page size accordingly
parent
7641e128
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cms/static/sass/views/_unit.scss
+1
-1
common/static/css/vendor/html5-input-polyfills/number-polyfill.css
+2
-2
No files found.
cms/static/sass/views/_unit.scss
View file @
79c78cbc
...
...
@@ -686,7 +686,7 @@ body.course.unit {
}
select
{
@include
box-shadow
(
0
1px
2px
$shadow-l1
inset
);
//
@include box-shadow(0 1px 2px $shadow-l1 inset);
&
:focus
{
@include
box-shadow
(
0
0
1px
$shadow
);
...
...
common/static/css/vendor/html5-input-polyfills/number-polyfill.css
View file @
79c78cbc
...
...
@@ -5,7 +5,7 @@ div.number-spin-btn-container {
vertical-align
:
middle
;
margin
:
0
0
0
3px
;
padding
:
0
;
right
:
74px
;
left
:
74%
;
top
:
6px
;
}
...
...
@@ -17,7 +17,7 @@ div.number-spin-btn {
border-color
:
#ededed
#777777
#777777
#ededed
;
border-style
:
solid
;
background-color
:
#eeeeee
;
width
:
1
.2
em
;
width
:
1em
;
font-size
:
14px
;
}
div
.number-spin-btn
:hover
{
/* added blue hover color */
...
...
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