Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shower-presentation
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Шардт Максим Александрович
shower-presentation
Commits
723ff739
Commit
723ff739
authored
Nov 15, 2010
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes for progress bar
parent
994f9844
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
script.js
scripts/script.js
+1
-0
projection.css
styles/projection.css
+1
-1
No files found.
scripts/script.js
View file @
723ff739
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
}
}
function
updateProgress
()
{
function
updateProgress
()
{
if
(
!
progress
)
return
;
progress
.
style
.
width
=
(
100
/
(
slideList
.
length
-
1
)
*
hashList
[
url
.
hash
]).
toFixed
(
2
)
+
'%'
;
progress
.
style
.
width
=
(
100
/
(
slideList
.
length
-
1
)
*
hashList
[
url
.
hash
]).
toFixed
(
2
)
+
'%'
;
}
}
...
...
styles/projection.css
View file @
723ff739
...
@@ -324,7 +324,7 @@ A {
...
@@ -324,7 +324,7 @@ A {
z-index
:
1
;
z-index
:
1
;
float
:
left
;
float
:
left
;
height
:
0.2em
;
height
:
0.2em
;
background
:
#
CCC
;
background
:
#
EEE
;
}
}
.progress
DIV
{
.progress
DIV
{
width
:
0
;
width
:
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