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
24b6636a
Commit
24b6636a
authored
May 02, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue with calculator zindex
parent
4cc3e30d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
static/css/application.css
+3
-0
templates/sass/layout/_calculator.scss
+5
-0
No files found.
static/css/application.css
View file @
24b6636a
...
...
@@ -738,6 +738,8 @@ li.calc-main {
-webkit-appearance
:
none
;
}
li
.calc-main.open
{
bottom
:
-36px
;
}
li
.calc-main.open
div
#calculator_wrapper
form
div
.input-wrapper
div
.help-wrapper
dl
{
display
:
block
;
}
li
.calc-main
a
.calc
{
text-indent
:
-9999px
;
overflow
:
hidden
;
...
...
@@ -869,6 +871,7 @@ li.calc-main div#calculator_wrapper form div.input-wrapper div.help-wrapper dl {
right
:
-40px
;
top
:
-110px
;
width
:
500px
;
display
:
none
;
-webkit-transition-property
:
all
;
-moz-transition-property
:
all
;
-ms-transition-property
:
all
;
...
...
templates/sass/layout/_calculator.scss
View file @
24b6636a
...
...
@@ -9,6 +9,10 @@ li.calc-main {
&
.open
{
bottom
:
-36px
;
div
#calculator_wrapper
form
div
.input-wrapper
div
.help-wrapper
dl
{
display
:
block
;
}
}
a
.calc
{
...
...
@@ -128,6 +132,7 @@ li.calc-main {
right
:
-40px
;
top
:
-110px
;
width
:
500px
;
display
:
none
;
@include
transition
();
&
.shown
{
...
...
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