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
813fc488
Commit
813fc488
authored
Mar 21, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spead up animation and added diferent wording
parent
6627153e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
static/css/application.css
+2
-1
templates/main.html
+2
-2
templates/sass/layout/_calculator.scss
+1
-0
No files found.
static/css/application.css
View file @
813fc488
...
...
@@ -810,7 +810,8 @@ li.calc-main div#calculator_wrapper form div.input-wrapper div.help-wrapper dl {
-o-transition-delay
:
0
;
transition-delay
:
0
;
}
li
.calc-main
div
#calculator_wrapper
form
div
.input-wrapper
div
.help-wrapper
dl
.shown
{
opacity
:
1
;
}
opacity
:
1
;
top
:
-115px
;
}
li
.calc-main
div
#calculator_wrapper
form
div
.input-wrapper
div
.help-wrapper
dl
dt
{
clear
:
both
;
float
:
left
;
...
...
templates/main.html
View file @
813fc488
...
...
@@ -61,7 +61,7 @@
<input
type=
"text"
id=
"calculator_input"
/>
<div
class=
"help-wrapper"
>
<a
href=
"#"
>
H
elp
</a>
<a
href=
"#"
>
H
ints
</a>
<dl
class=
"help"
>
<dt>
Suffixes:
</dt>
<dd>
%kMGTcmunp
</dd>
...
...
@@ -134,7 +134,7 @@ $(function() {
$
(
"#calculator_wrapper"
).
hide
();
$
(
".calc"
).
click
(
function
(){
$
(
"#calculator_wrapper"
).
slideToggle
();
$
(
"#calculator_wrapper"
).
slideToggle
(
"fast"
);
$
(
"#calculator_wrapper #calculator_input"
).
focus
();
$
(
this
).
toggleClass
(
"closed"
);
});
...
...
templates/sass/layout/_calculator.scss
View file @
813fc488
...
...
@@ -117,6 +117,7 @@ li.calc-main {
&
.shown
{
opacity
:
1
;
top
:
-115px
;
}
dt
{
...
...
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