Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ed185060
Commit
ed185060
authored
May 01, 2009
by
Nigel McNie
Browse files
Fix the display of the progress bar in IE6 and 7.
parent
b56eca8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
ed185060
...
@@ -2749,12 +2749,15 @@ div.progress-bar {
...
@@ -2749,12 +2749,15 @@ div.progress-bar {
text-align
:
center
;
text-align
:
center
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
*
html
div
.progress-bar
{
*
height
:
45px
;
}
div
.progress-bar
a
{
div
.progress-bar
a
{
color
:
#ffd
;
color
:
#ffd
!important
;
text-decoration
:
underline
;
text-decoration
:
underline
!important
;
}
}
p
.progress-text
{
p
.progress-text
{
position
:
fixed
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
text-align
:
center
;
text-align
:
center
;
...
...
htdocs/theme/default/templates/export/export.tpl
View file @
ed185060
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
id=
"exportgeneration"
>
<div
id=
"exportgeneration"
>
<h3>
{
str
tag
=
pleasewaitwhileyourexportisbeinggenerated
section
=
export
}
</h3>
<h3>
{
str
tag
=
pleasewaitwhileyourexportisbeinggenerated
section
=
export
}
</h3>
<iframe
src=
"
{
$WWWROOT
}
export/download.php"
id=
"progress"
scrolling=
"no"
></iframe>
<iframe
src=
"
{
$WWWROOT
}
export/download.php"
id=
"progress"
scrolling=
"no"
frameborder=
"none"
></iframe>
</div>
</div>
{
include
file
=
"columnleftend.tpl"
}
{
include
file
=
"columnleftend.tpl"
}
...
...
Write
Preview
Supports
Markdown
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